フィルターのクリア

How to add odd number and even number polynomial series with different sampling time

1 回表示 (過去 30 日間)
How to add B1 and B2 having different sampling time:
B1=B(1,1)z^-0+B(3,1)z^-2+..........+B(201,1)z^-200
B2=B(2,1)z^-1+B(4,1)z^-3+..........+B(202,1)z^-201
and represent the transfer function as T(z)=(B1+B2)/B1 and plot the frequency response in Matlab.
B(1,1),B(2,1),B(3,1)....are the polynomial coefficients.

採用された回答

Walter Roberson
Walter Roberson 2019 年 1 月 2 日
How to add B1 and B2 having different sampling time:
Resample them both to the lcm (lowest common multiple) of the two sampling rates.
and represent the transfer function as T(z)=(B1+B2)/B1
It is not obvious to me that that makes sense to do. In transfer functions, z is input frequency, and sampling rate is the same as frequency, so talking about B1 and B2 having different sampling rates would sound to be equivalent to saying that B1(z) and B2(z) are being evaluated at different z, which would make it difficult to establish a meaning for T(z).

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by