How to determine damping ratio of overdamped systems
Show older comments
Hey everyone,
I'm working with a second order system with two real negative poles -2.08051 and -14.41948. I was thinking of an over damped system, but my damping ratio is equal to 1. The pzmap does also indicates two real negeative poles.
This is the script I use: G1 = tf([0 0 30],[1 16.5 30]); [Wn,Z,P] = damp(G1);
Anyone suggestions?
Thank you in advance!
Accepted Answer
More Answers (1)
Francesco Paparella
on 23 Apr 2019
1 vote
OK, you can calulate daping ratio as you suggest, but question remains, why does Matlab have the convention that zta, as returned by [Wn,zta,p] = damp(G) cannot be greater than one? i.e. for any underdamped (or critically damped or undamped) system, the damping ratio is the geometric mean of the elemnets of Matlab's zta, but this is not the case for overdamped ... why is this?
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!