|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.oc.ocvolume.dsp.fft
public class fft
last updated on June 15, 2002
description: FFT class for real signals. Upon entry, N contains the numbers of points in the DFT, real[] and imaginary[]
contain the real and imaginary parts of the input. Upon return, real[] and imaginary[] contain the DFT output.
All signals run from 0 to N - 1
calls: none
called by: featureExtraction
input: speech signal
output: real and imaginary part of DFT output
| フィールドの概要 | |
|---|---|
static double[] |
imag
imaginary part |
protected static int |
numPoints
number of points |
static double[] |
real
real part |
| コンストラクタの概要 | |
|---|---|
fft()
|
|
| メソッドの概要 | |
|---|---|
static void |
computeFFT(double[] signal)
performs Fast Fourier Transformation calls: none called by: featureExtraction |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static int numPoints
public static double[] real
public static double[] imag
| コンストラクタの詳細 |
|---|
public fft()
| メソッドの詳細 |
|---|
public static void computeFFT(double[] signal)
signal -
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||