Choosing the Step Size using Stepinfo
Mostrar comentarios más antiguos
Dear all,
Would you know how to select the size of the step function when using stepinfo? I know it is equal to 1 by default, but I need to use different values.
I appreciate your help!!
Sincerely,
Andre Luna.
Respuestas (1)
Fangjun Jiang
el 25 de En. de 2019
Editada: Fangjun Jiang
el 28 de En. de 2019
0 votos
stepinfo() is to tell step response characteristics such as rise time, overshoott, etc. given that the step response is provided.
What you need is step(). You can run step(SYS,T) in which T specifies the time vector. You can choose your step size by specifying T, for example, T=0:0.01:2
2 comentarios
Andre Lucas De Luna Santos
el 25 de En. de 2019
Fangjun Jiang
el 28 de En. de 2019
Assume your system is linear, then you can multiply your step response with 20 and then run stepinfo().
Categorías
Más información sobre Digital Filter Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!