How to implement an IIR equalizer

2 ビュー (過去 30 日間)
Travis Heckler
Travis Heckler 2019 年 12 月 4 日
コメント済み: Ridwan Alam 2019 年 12 月 5 日
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.
  1 件のコメント
Ridwan Alam
Ridwan Alam 2019 年 12 月 5 日
Are you looking for how to define a filter?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeFilter Design についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by