필터 지우기
필터 지우기

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