setFFTWinLengthAndProcessFreq method

void setFFTWinLengthAndProcessFreq(
  1. int fftWinLength,
  2. int processWinFreq
)

Implementation

void setFFTWinLengthAndProcessFreq(int fftWinLength, int processWinFreq) {
  bindings.SpectrumMathSetFFTWinLengthAndProccessFreq(_pointer, fftWinLength, processWinFreq);
}