How to implement an IIR equalizer

2 visualizaciones (últimos 30 días)
Travis Heckler
Travis Heckler el 4 de Dic. de 2019
Comentada: Ridwan Alam el 5 de Dic. de 2019
1. Create an IIR equalizer filter with bn coefficients set to [1] and the an coefficients set to the values of the channel’s bn coefficients used in part D. That is an_eq = bn from above and bn_eq = 1
I have derived an_eq and bn_eq and initialized it, I dont understand how to implement the IIR equalizer now.
% PART E
an_eq = bn;
bn_eq = 1;
Any help is appreciated.

Respuestas (0)

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by