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
dbphi
位相および振幅表現の周波数応答
呼び出し手順
[db,phi] =dbphi(repf)
パラメータ
- db,phi
ゲイン (db) および位相 (度)のベクトル
- repf
複素周波数応答のベクトル
説明
db(k)
は repf(k)
の振幅(単位: dB),
すなわち db(k)=20*log(abs(repf(k)))/log(10)
です.
phi(k)
はrepf(k)
の位相 (単位:度)です.
Report an issue | ||
<< calfrq | Frequency Domain | freq >> |