You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.MedianInit Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.MedianInit Function

Initialize a median filter.

Pascal
procedure MedianInit(MaskSize: integer; var State: TMedianState; const FloatPrecision: TMtxFloatPrecision); overload;

Initialize the median filter by initializing the State variable. The MaskSize defines the size of the maks of the median filter.

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