SignalUtils.MedianFree Method

void MedianFree(ref TMedianState State)

Free a median filter.

#NameTypeDescription
1StateTMedianState (ref)

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