Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
mrfit
周波数応答フィッティング
呼び出し手順
sys=mrfit(w,mag,order) [num,den]=mrfit(w,mag,order) sys=mrfit(w,mag,order,weight) [num,den]=mrfit(w,mag,order,weight)
引数
- w
周波数ベクトルで正の実数(Hz)
- mag
周波数応答の振幅の実数ベクトル (
w
と同じ大きさ)- order
整数 (必要な次数,
den
の次数)- weight
正の実数ベクトル (デフォルト値:
ones(w)
).- num,den
安定な多項式
説明
sys=mrfit(w,mag,order,weight)
は,
周波数応答の振幅abs(G(w(i)))
が
mag(i)
に一致する,すなわち,
abs(freq(num,den,%i*w))
がmag
に近い,
指定された次数order
の
双安定伝達関数G(s)=sys=num/den
を返します.
weight(i)
はw(i)
に関する重みです.
例
Report an issue | ||
<< lattp | Identification | phc >> |