Converts a FFT bin to a frequency.
Converts a FFT bin to a frequency.
Converts a FFT bin to a normalized frequency.
Converts a FFT bin to a normalized frequency.
Converts a frequency to a FFT bin.
Converts a frequency to a FFT bin.
Converts a normalized frequency to a FFT bin.
Perform in-place FFT. Equivalent to std.numeric.fft, but this one is nothrow @nogc.
Perform in-place inverse FFT. Equivalent to std.numeric.inverseFft, but this one is nothrow @nogc.
From a signal, output short term FFT data. Variable overlap. Introduces approximately windowSize/2 samples delay.
From a signal, output chunks of determined size, with optional overlap. Introduces approximately windowSize/2 samples delay.
From short term windowed data, output the summed signal. Segments can be irregular and have different size.