|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.matrix.Idft
public class Idft
逆離散フーリエ変換の結果を求めるクラスです。
Inverse discrete Fourier transform
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 |
| コンストラクタの詳細 |
|---|
public Idft()
| メソッドの詳細 |
|---|
public static Matrix idft(Matrix Y_)
Y_ - データ
public static Matrix idft(Matrix Y_,
int size)
X の逆離散フーリエ変換を計算します。
Y_ - データsize - データ数
public static Gnuplot plot(Matrix Y)
throws IOException
Y - データ
IOException - gnuplotプロセスを起動できない場合
public static Gnuplot plot(Matrix Y,
int size)
throws IOException
Y - データsize - データの個数
IOException - gnuplotプロセスを起動できない場合
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||