Borrar filtros
Borrar filtros

ZERO Pole Block cant change s term value

4 visualizaciones (últimos 30 días)
Daire McGorman
Daire McGorman el 9 de Nov. de 2020
Editada: Image Analyst el 9 de Nov. de 2020
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

Respuesta aceptada

Mathieu NOE
Mathieu NOE el 9 de Nov. de 2020
hi
5/(0.2s+1) = 25/(s+5)
now you know !
  4 comentarios
Mathieu NOE
Mathieu NOE el 9 de Nov. de 2020
Editada: Image Analyst el 9 de Nov. de 2020
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.
Daire McGorman
Daire McGorman el 9 de Nov. de 2020
Editada: Image Analyst el 9 de Nov. de 2020
Works grand .
Thanks.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by