Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
dft
離散フーリエ変換
呼び出し手順
[xf]=dft(x,flag);
パラメータ
- x
入力ベクトル
- flag
dft (flag=-1) または idft (flag=1)を指定
- xf
出力ベクトル
説明
ベクトルx
のDFTを計算する関数.
例
参照
- fft — 高速フーリエ変換
Report an issue | ||
<< dct | transforms | dst >> |