At each sample the oldest value in the window is replaced with the new value and it is checked if the new value affects the median, if so a new value for the median is selected.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
0:9bd415456089 | 2014-01-31 | networker | An efficient implementation of a sliding window median filter |