how to find transfer function of a second order system using matlab commands? can anyone help me with it ?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Consider the system shown in following figure, where damping ratio is 0.6 and natural undamped frequency is 5 rad/sec. Obtain the rise time tr, peak time tp, maximum overshoot Mp, and settling time 2% and 5% criterion ts when the system is subjected to a unit-step input. What are the commands to introduce num and den , since i get an error if i use num = [wn^2] den = [s^2+2*zeta*wn*s] sys = tf(num, den) and how to use commands to find tr, ts, mp and to plot in graph
1 comentario
Respuestas (0)
Ver también
Categorías
Más información sobre Uncertainty Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!