SignalUtils.MedianFree Method

procedure MedianFree(var State: TMedianState);

Free a median filter.

#NameTypeDescription
1StateTMedianState

Result: stored in self (calling object)

Remarks:

Deallocate any memory allocated by the median filter initialized with the MedianInit routine.

See Also: SignalUtils.MedianInit, SignalUtils.MedianFilter