discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] GNU Radio IIR Filter Taps


From: Keyur Parikh
Subject: Re: [Discuss-gnuradio] GNU Radio IIR Filter Taps
Date: Fri, 22 May 2015 13:40:37 -0700

Mark,

Thanks for your reply. Quick question: the second term isn't b1*x(n-1)?

Keyur

On Fri, May 22, 2015 at 10:30 AM, Mark Haun <address@hidden> wrote:
Keyur Parikh [address@hidden] wrote:
> I'm in fm_emph.py and can see the taps listed as
>
> btaps = [b0, b1]
> ataps = [1, a1]

This looks like "MATLAB form".  If so, the difference equation should be
y(n) = b0*x(n) + b1*x(n) - a1*y(n-1)

Mark


reply via email to

[Prev in Thread] Current Thread [Next in Thread]