Minim
core
ugens
analysis
 
Name inverse
Examples
None available
Description Performs an inverse transform of the frequency spectrum and places the result in buffer.
Syntax
inverse(buffer);
inverse(freqReal, freqImag, buffer);
Parameters
buffer   float[]: the buffer to place the result of the inverse transform in
buffer   AudioBuffer: the buffer to place the result of the inverse transform in
freqReal   float[]: the real part of the frequency spectrum
freqImag   float[]: the imaginary part the frequency spectrum
buffer   float[]: the buffer to place the inverse transform in
Returns None
Usage Web & Application
Related FFT