jp.ac.nime.computer.grpsimulator.ImgPr
クラス FFT

java.lang.Object
  |
  +--jp.ac.nime.computer.grpsimulator.ImgPr.FFT

public class FFT
extends Object

FFTを計算するクラス


コンストラクタの概要
FFT()
           
 
メソッドの概要
static void fft(int flag, jp.ac.nime.computer.grpsimulator.ImgPr.ComplexF[] cf, int nMax)
          一次元FFTの計算
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FFT

public FFT()
メソッドの詳細

fft

public static void fft(int flag,
                       jp.ac.nime.computer.grpsimulator.ImgPr.ComplexF[] cf,
                       int nMax)
一次元FFTの計算

パラメータ:
flag - 1:FFT変換 -1:逆変換
cf - 変換データ
nMax - 変換データの個数