TMedianState Record

Source: SignalUtils.cs · Assembly: Dew.Signal

public struct TMedianState

Type used by median filter.

The record type is used to hold the configuration and the delay line of the median filter between consecutive calls to the MedianFilter method. The record is initialized when passed to the MedianInit method.

Fields

NameTypeDescription
BufferTVec
DataTVec
FloatPrecisionTMtxFloatPrecision
MaskSizeInt32
StateIntPtr