예제 #1
0
 public uint[] ComputeFourier(int start)
 {
     return(Fourier.CalculateInt(currentSamples, windowSize));
 }