Zero pole with 2 poles change s value
Show older comments
How do I insert
on a zero-pole block?
Answers (1)
Paul
on 17 May 2023
1 vote
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!