![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/278977/image.png)
How to find values from a bode plot in matlab
조회 수: 20 (최근 30일)
이전 댓글 표시
How would I find find these values from a bode plot
wcrit
kcrit
답변 (1개)
Robert U
2020년 3월 24일
Hi Uzair Akhtar,
According to controller theory you - probably - have to extract the following values:
- w_crit: probably, the angular frequency at which angle drops below 180° (here your plant response changes sign, thus the controller turns to be unstable. Due to not controllable time delays in the signal chain, usually, there is a phase margin to be maintained)
- k_crit: absolute gain value at w_crit (as long as your total gain at w_crit is below at least -3 dB the controller will not react to that parts of the signal and a change in sign is not critical. In order to stabilize the controller a gain margin is maintained).
Kind regards,
Robert
댓글 수: 2
Star Strider
2020년 4월 9일
You would likely have to calculate them.
See the documentation for details.
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Control System Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!