Zero pole with 2 poles change s value
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How do I insert
on a zero-pole block?

0 commentaires
Réponses (1)
Paul
le 17 Mai 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])
0 commentaires
Voir également
Catégories
En savoir plus sur Digital Filtering dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!