Kaba function fft.c2c ed
Perform a complex->complex FFT.
Syntax ed
func static pure fft.c2c(_in: Complex[], out _out: Complex[], inverse: bool)
Parameters ed
- _in: Complex[]
- Input data.
- _out: Complex[]
- Output data.
- inverse: bool
- false: forward, true>: inverse.