HOME > テクニカルサポート > 製品 一覧 > SigmaPlot > ユーザーガイド > トランスフォーム関数一覧
ヒューリンクステクニカルサポート
皆様からのご質問のうち、よくある質問を掲載しました。
更新日: 14/05/08

invfft

関数 invfft (inverse fft) は、FFT 法で生成したデータの逆高速フーリエ変換を実行し、新たにフィルタリングされた形式でデータを復元します。

 

構文

invfft(block)

パラメーターはスペクトル数値の複素数ブロックです。1番目の列は実数値、2番目の列が虚数値となります。通常このデータは fft 関数で生成します。invfft 関数は、サイズが 2n 個の数のデータに対して機能します。データセットの長さが 2n でない場合、invfft 関数は、データ範囲の先頭と末尾に 0 を補填し、長さを 2n にします。

この関数は、複素数のブロックを返します。

 

関連情報

invfft

The inverse fft function (invfft) takes the inverse Fast Fourier Transform (fft) of the data produced by the fft to restore the data to its new filtered form.

Syntax

invfft(block)

The parameter is a complex block of spectral numbers with the real values in the first column and the imaginary values in the second column. This data is usually generated from the fft function. The invfft function works on data sizes of size 2n numbers. If your data set is not 2n in length, the invfft function pads 0 at the beginning and end of the data range to make the length 2n.

The function returns a complex block of numbers.

Example

If x = {{1,2,3,...,9,10}, {0,0,0,...,0,0}}, the operation invfft(fft(x)) returns {{0,0,0,1,2,3,...,9,10,0,0,0}, {0,0,0,...0,0}.

 

関連情報

 

前のページにもどる