The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
66 views

All-pass filter implementation in numpy

I'm playing with Python & numpy to filter audio. It is relatively straightforward to design and us low-high-bandpass/stop FIR and IIR filters, stuff can be done in a couple of lines. I'm ...
4
votes
0answers
162 views

All-pass filters to remedy group delay

I would like to sum a filterbank made of bandpass butterworth filters to reconstruct an audio signal. Given group delays for each channel shown in the following plot . . . How would I go about ...