org.mklab.tool.matrix
クラス Idft

java.lang.Object
  上位を拡張 org.mklab.tool.matrix.Idft

public class Idft
extends Object

逆離散フーリエ変換の結果を求めるクラスです。

Inverse discrete Fourier transform

バージョン:
$Revision: 1.20 $
作成者:
koga
関連項目:
Dft

コンストラクタの概要
Idft()
           
 
メソッドの概要
static Matrix idft(Matrix Y_)
           
static Matrix idft(Matrix Y_, int size)
          ベクトル X の逆離散フーリエ変換を計算します。
static Gnuplot plot(Matrix Y)
          逆離散フーリエ変換の結果をプロットする
static Gnuplot plot(Matrix Y, int size)
          逆離散フーリエ変換の結果をプロットする
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Idft

public Idft()
メソッドの詳細

idft

public static Matrix idft(Matrix Y_)
パラメータ:
Y_ - データ
戻り値:
逆離散フーリエ変換の結果 (transformed result)

idft

public static Matrix idft(Matrix Y_,
                          int size)
ベクトル X の逆離散フーリエ変換を計算します。

パラメータ:
Y_ - データ
size - データ数
戻り値:
逆離散フーリエ変換の結果 (transformed result)

plot

public static Gnuplot plot(Matrix Y)
                    throws IOException
逆離散フーリエ変換の結果をプロットする

パラメータ:
Y - データ
戻り値:
Gnuplot
例外:
IOException - gnuplotプロセスを起動できない場合

plot

public static Gnuplot plot(Matrix Y,
                           int size)
                    throws IOException
逆離散フーリエ変換の結果をプロットする

パラメータ:
Y - データ
size - データの個数
戻り値:
Gnuplot
例外:
IOException - gnuplotプロセスを起動できない場合