> var fft = new FFT.complex(n, inverse) What is the logic when setting `n` and `inverse`? n = number of samples? inverse = 1/n?