arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
MedianFilter.h File Reference
#include "Filter.h"
#include "AudioTools/CoreAudio/AudioBasic/Collections/Vector.h"

Go to the source code of this file.

Classes

class  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. More...
 
struct  MedianFilter< T >::MedianFilter_t
 
struct  MedianFilter< T >::MedianNode_t
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.