Property | Type | Description | |
---|---|---|---|
customFftSize | int | ||
fftSize | FFTSize | ||
fromFrequency | int | ||
output | FFTOutput | ||
toFrequency | int | ||
useWindowFunction | bool | ||
window | WindowFunction |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
ComputeDB ( float data ) : void | ||
ComputeMagnitudes ( float data ) : void | ||
ComputeSquareMagnitudes ( float data ) : void | ||
RealFFT ( float data ) : void |
Performs windowed in place real FFT of the passed data array, reusing a cached array for the imaginary part. Formats the specified frequency bins according to FFTOutput.
|
|
SetWindow ( WindowFunction windowFunction ) : void |
Sets and pre-computes the specified WindowFunction for faster processing.
|
public ComputeMagnitudes ( float data ) : void | ||
data | float | |
return | void |
public ComputeSquareMagnitudes ( float data ) : void | ||
data | float | |
return | void |
public SetWindow ( WindowFunction windowFunction ) : void | ||
windowFunction | WindowFunction | |
return | void |