void MedianFree(ref TMedianState State)
Free a median filter.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | State | TMedianState (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