How to add odd number and even number polynomial series with different sampling time
1 view (last 30 days)
Show older comments
phoenix
on 30 Dec 2018
Answered: Walter Roberson
on 2 Jan 2019
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.
0 Comments
Accepted Answer
Walter Roberson
on 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).
0 Comments
More Answers (0)
See Also
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!