From: Ben Mercer on
Hi all,

I have been trying to use ifft to calculate the coefficients of an FIR filter. When I check the filter with freqz, the magnitude is fine, but the phase has gone all jaggedy and doesnt resemble the desired phase. Does anyone have any ideas as to why this might be?

Thanks in advance

Ben
From: Greg Heath on
On May 13, 4:51 pm, "Ben Mercer" <unplumbed_gib...(a)hotmail.com> wrote:
> Hi all,
>
> I have been trying to use ifft to calculate the coefficients of an FIR filter. When I check the filter with freqz, the magnitude is fine, but the phase has gone all jaggedy and doesnt resemble the desired phase. Does anyone have any ideas as to why this might be?


Sample code?

Greg