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

Filter data in Src from SrcIndex to SrcIndex+Len with a median filter and place the result in Dst from DstIndex position on.

Pascal
procedure MedianFilter(const Src: TVec; const Dst: TVec; MaskSize: integer; SrcIndex: integer; DstIndex: integer; Len: integer = -1); overload;

MaskSize defines the size of the mask for the filter. This MedianFilter routine can be used to filter a block of data. The size of Dst is not adjusted.

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