Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
wigner
'時間-周波数' ウイナースペクトラム
呼び出し手順
[tab]=wigner(x,h,deltat,zp)
パラメータ
- tab
ウイナースペクトラム (時間変数と同じ行数)
- x
解析後の信号
- h
データウインドウ
- deltat
解析用の時間ステップ (単位:サンプル)
- zp
FFTの長さ.
%pi/zp
は周波数増分となります.
説明
信号の '時間-周波数' ウイナースペクトラムを計算する関数です.
Report an issue | ||
<< wiener | filters | window >> |