Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
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.

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Jan 2019
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).

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by