Median Filter

From Software Product Documentation
Jump to navigation Jump to search
Language:  English  • français • italiano • português • español 

The median filter replaces the center frame of a range of data with the median value over the range.


The median value is calculated by first sorting all the signal values from the surrounding neighbourhood into numerical order and then replacing the center signal value with the signal value from the middle of the sorted list.

Median_Filter

/Signal_Types=

The type of signal to be processed

/Signal_Names=

The names of the signals to be processed

/Signal_Folder=

The name of the signal folder

/Result_Suffix=

the ouput signal can have a suffix that can be applied to the original signal name

/Result_Folder=

The data tree folder that the resulting signal is placed.

/Num_Window_Frames=

The window containing the size of the window.

Retrieved from ""