erikmannerfelt / rsgpr

Simple (-ish) Ground Penetrating Radar software
MIT License
3 stars 0 forks source link

Add bandpass filter #1

Open erikmannerfelt opened 1 year ago

erikmannerfelt commented 5 months ago

A bandpass filter can be implemented with synthrs.

A biquad butterworth bandpass is available through biquad

erikmannerfelt commented 5 months ago

Neither work with generic floats. Only rustfft allows generic FFTs that could be used later for a filter.