Real time digital signal processing (dsp) library
Hey everyone,
I'm looking to implement some real-time digital signal processing noise reduction techniques for audio and acceleration signals. Does anyone know if there are any DSP libraries with ROS wrappers already? If not does anyone have experience with a library that they can recommend?
At a minimum I need fourier transform and inverse fourier transform support (which I know I can get from http://www.fftw.org/ , but STFT/iSTFT and wavelet transform capabilities would be awesome.
Thanks.