You are here: Symbol Reference > SignalUtils Namespace > Structs, Records, Enums > SignalUtils.TMedianState Record
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.TMedianState Record

Type used by median filter.

Pascal
TMedianState = record
  State: PAPointer;
  FloatPrecision: TMtxFloatPrecision;
  MaskSize: integer;
  Data: TVec;
  Buffer: TVec;
end;

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!