Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
freson
ピーク周波数
呼び出し手順
fr=freson(h)
パラメータ
- h
syslin
リスト- fr
ピーク周波数のベクトル (単位: Hz)
説明
SISOプラント h
に関して,
ピーク周波数のベクトル(単位: Hz)を返します.
例
h=syslin('c',-1+%s,(3+2*%s+%s^2)*(50+0.1*%s+%s^2)) fr=freson(h) bode(h) g=20*log(abs(repfreq(h,fr)))/log(10)

Report an issue | ||
<< freq | Frequency Domain | gainplot >> |