Hello, I've got two filters with the following diff. equations:
y1(n) = x1(n-L) (x1 input, y1 output of the 1st filter)
y2(n) = g*y1(n) - ay2(n-1) ( y1 input, y2 output of 2nd filter)
If I want to get the result of the two filters in series? I know how to use filter for a single system but how to obtain convolution of both filters?
I'd like to include a drawing of system but right now I can't
cheers, m.

1 件のコメント

Rinus Boone
Rinus Boone 2024 年 1 月 25 日
You can convolve the A coefficients and also the B coefficients to get the cascaded filter.

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

回答 (1 件)

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

質問済み:

2012 年 12 月 28 日

コメント済み:

2024 年 1 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by