Zero pole with 2 poles change s value

Answers (1)

Paul
Paul on 17 May 2023
I guess you'd first rewrite it in zpk form as
K1*Tm/(T1*T2) * (s+1/Tm) / ( (s + 1/T1) * (s + 1/T2) )
so the gain is K1*Tm/T1/T2, the zero is -1/Tm, and the poles are [-1/T1 , -1/T2]
Or use a Transfer Fcn block with numerator as K1*[Tm 1], and denominator as conv([T1 1],[T2 1])

Categories

Find more on Simulink Design Optimization in Help Center and File Exchange

Asked:

on 17 May 2023

Answered:

on 17 May 2023

Community Treasure Hunt

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

Start Hunting!