Jerry wrote
> I just submitted a bug report for a big-ass bug in freqz:
>
>
> If h is an FIR impulse response, then
> freqz(h);
> performs as advertised. However,
> freqz(h, N);
> where N is any number including the default 512 returns incorrect
> magnitude results.
You probably got what you ne
Am 06.03.2012 10:40, schrieb Jerry:
> I just submitted a bug report for a big-ass bug in freqz:
>
>
> If h is an FIR impulse response, then
> freqz(h);
> performs as advertised. However,
> freqz(h, N);
>From what I can see when I look at the function freqz this use
freqz(h, N);
is completely wro