public uint[] ComputeFourier(int start) { return(Fourier.CalculateInt(currentSamples, windowSize)); }