S16
Description:
This returns a new S16 instance with the given parameters.
It makes sense to keep one instance for several calls for speed reasons.
len
must be even and to get the best performance a product of 2, 3 and 5. To get the next number with this characteristics use
fft_next_fast_length.
Parameters:
len |
Length of the FFT in the time domain |
inverse |
true if the S16 instance should be used for the inverse FFT |
Returns:
a new S16 instance. |