메소드 | 설명 | |
---|---|---|
ComputeFrame ( short input, double output ) : void | ||
ComputeTable ( int size ) : void |
Call this with the size before using the FFT Fills in tables for speed
|
|
FFT ( double data ) : void |
Compute the forward or inverse FFT of data, which is complex valued items, stored in alternating real and imaginary real numbers. The length must be a power of 2.
|
|
Initialize ( int frame_size, double window ) : void | ||
RealFFT ( double data ) : void |
Computes the real FFT.
|
public ComputeFrame ( short input, double output ) : void | ||
input | short | |
output | double | |
리턴 | void |
public Initialize ( int frame_size, double window ) : void | ||
frame_size | int | |
window | double | |
리턴 | void |
public RealFFT ( double data ) : void | ||
data | double | The audio data (time domain). |
리턴 | void |