- disable the fault and the breakers as mentioned in the example
- put 'open-input' analysis point at 'Vref' line
- put 'open-output' analysis point at 'Pa' line
- linearize it at a steady state point such as 0.99s (just before manual perturbation kicks in)
- in the linearization window, click on bode plot (and obtain 'linsys1')
- Note that the oscillation frequencies can be extracted by doing either:
Problem about power_pss (bode)
1 回表示 (過去 30 日間)
古いコメントを表示
Hi. Everyone.
I try to used simulink to simulate about PSS , but I want to know which measured point(Input and Output) make the bode plot same with the plot in the EXAMPLE(power_pss).
Thank you.
0 件のコメント
回答 (1 件)
SinanB
2017 年 7 月 7 日
編集済み: SinanB
2017 年 7 月 13 日
I am guessing you can get the same result by doing the followings:
imag(eig(linsys1.A))/2/pi
or
[wn zeta poles] = damp(linsys1);
imag(poles)/2/pi
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!