Median Filter
Median filter
Libraries:
DSP System Toolbox /
Filtering /
Filter Designs
DSP System Toolbox /
Statistics
Description
The Median Filter block computes the moving median of the input signal along each channel independently over time. The block uses the sliding window method to compute the moving median. In this method, a window of specified length moves over each channel sample by sample, and the block computes the median of the data in the window. This block performs median filtering on the input data over time. For more details, see Algorithms.
Ports
Input
Output
Parameters
Block Characteristics
Data Types |
|
Multidimensional Signals |
|
Variable-Size Signals |
|
Algorithms
Extended Capabilities
Version History
Introduced in R2016bSee Also
Blocks
- Median | Moving RMS | Moving Maximum | Moving Minimum | Moving Standard Deviation | Moving Variance | Moving Average