The group-delay tag has no wiki summary.
2
votes
0answers
49 views
How to find the group delay of IIR filters in Python/SciPy
I sent a square wave signal (red) through a IIR filter (butterworth in this case), to make it more "realistic". Then there's a slight group delay in my output signal (blue). Is there a way to find out ...
3
votes
1answer
299 views
How can a filter have zero group delay?
If you put a wave packet through the passband of a 1st-order low-pass filter, it will be delayed by the group delay of the filter, and remain the same amplitude, right?
If you put the same wave ...