필터 지우기
필터 지우기

How to in put this on MATLAB

조회 수: 2 (최근 30일)
Steve Avilesmejia
Steve Avilesmejia 2022년 5월 10일
답변: Walter Roberson 2022년 5월 10일

답변 (1개)

Walter Roberson
Walter Roberson 2022년 5월 10일
In the places that have the +/-, write one copy of the expression using the + and any other copy using - and multiply the two together. So that might look like
(s+0.03+0.0098i)(s+0.03-0.0098i)
and likewise for the other term.
Now expand out the multiplications, so that what you end up with is a polynomial on the numerator and and in the denominator. Write from highest degree to lowest, including the constant, and fill in 0 for any missing degree. Once you have the fully-specified numerator and denominator polynomials, read off the numerator coefficients in order and put the list in [] as the first parameter to tf, and the denominator coefficients as the second parameter.

카테고리

Help CenterFile Exchange에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by