Slope of Bode plot
23 ビュー (過去 30 日間)
古いコメントを表示
Is there any way in order to add slope display for the magnitude plot of a system's bode diagram ?
0 件のコメント
採用された回答
Rhea Chandy
2021 年 3 月 29 日
Hi Teo,
Neither bode nor bodeplot will display the slope of the bode diagram directly. You will need to calculate it manually.
One way to do this is by calculating the number of poles & zeros, and identifying the corner frequency on the bode plot, then finding the slope. This previously answered question can give you some insight on how to get the corner frequency values.