An embedded friendly, fast one-dimensional median filter algorithm implementation in C and C++ Useful for spike and noise removal from analog signals or other DSP Also known as "salt-and-pepper noise" or "impulse noise" filter.
More...
#include <MedianFilter.h>
|
| MedianFilter (int size=7) |
|
virtual T | process (T in) override |
|
template<typename T>
class audio_tools::MedianFilter< T >
An embedded friendly, fast one-dimensional median filter algorithm implementation in C and C++ Useful for spike and noise removal from analog signals or other DSP Also known as "salt-and-pepper noise" or "impulse noise" filter.
The documentation for this class was generated from the following file: