Keyur Parikh [kpari...@gmail.com] 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

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to