ZERO Pole Block cant change s term value

2 次查看(过去 30 天)
How can i use a zero-pole block to input
5/(0.2s+1)
I cant figure out how to give a value of 0.2 to the s term in the pole

采纳的回答

Mathieu NOE
Mathieu NOE 2020-11-9
hi
5/(0.2s+1) = 25/(s+5)
now you know !
  4 个评论
Mathieu NOE
Mathieu NOE 2020-11-9
编辑:Image Analyst 2020-11-9
Well, what are you trying to do ?
The two expressions above are equivalent. It may be easier to see in the second version that this tf has no zero and one pole at -5 rad/s.
So you can do for example :
[NUM,DEN] = zp2tf([],-5,1)
bode(NUM,DEN)
and actually see the roll off above the pole frequency.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by