Corrected avaeraging in FFT IQ 2048

pull/6/merge
boblark 3 years ago
parent f403ffa416
commit 02ab0166fb
  1. 2
      analyze_fft2048_iq_F32.cpp
  2. 1
      analyze_fft2048_iq_F32.h

@ -206,8 +206,8 @@ void AudioAnalyzeFFT2048_IQ_F32::update(void) {
else
output[i] = 0.0f;
}
} // end of Average is Finished
outputflag = true;
} // end of Average is Finished
release(blocklist_i[0]); release(blocklist_q[0]);
release(blocklist_i[1]); release(blocklist_q[1]);

@ -1,5 +1,6 @@
/*
* Analyze_fft2048_iq_F32.h Assembled by Bob Larkin 8 Mar 2021
* Rev 12 March 2021 Corrected avaeraging. Bob
*
* Note: Teensy 4.x Only, 3.x not supported
*

Loading…
Cancel
Save