I need help finding PM and GM for this system.

4 views (last 30 days)

Accepted Answer

Sam Chak
Sam Chak on 18 Mar 2024
If you know the dynamic system 'sys', which is commonly described using modeling commands like as tf(), zpk(), and ss(), then use this syntax:
[Gm, Pm, Wcg, Wcp] = margin(sys)
Else, if mathematical model is unknown but you have the frequency response data, consisting of magnitudes (mag) and phase values (pha) measured at the angular frequencies in the ω vector (w), then use this syntax:
[Gm, Pm, Wcg, Wcp] = margin(mag, pha, w)
  2 Comments
marko rois
marko rois on 18 Mar 2024
the mathematical model is unknown.
can you please show me the calculation method?
Sam Chak
Sam Chak on 18 Mar 2024
Since the model is unavailable, you must have utilized frequency response data. Could you please provide information regarding the source of the data used to generate the Bode diagram displayed below?

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!