friture
friture copied to clipboard
Filter implementation with cascade of biquads
Currently, high-order IIR filters are used for decimation and fractional octave filters, and they are implemented as brute-force filtering, whereas it is advised to use series of biquads to achieve more stability (the use of floats instead of integers mitigates the issue).
This will be built into scipy soon: https://github.com/scipy/scipy/issues/2444
@endolith: Thanks !! It will be interesting to use that when released. If only I had more time to test it...