how to find transfer function of a second order system using matlab commands? can anyone help me with it ?
3 次查看(过去 30 天)
显示 更早的评论
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
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Uncertainty Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!