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 CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by