Corrected avaeraging in FFT IQ 2048

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

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

@ -1,5 +1,6 @@
/* /*
* Analyze_fft2048_iq_F32.h Assembled by Bob Larkin 8 Mar 2021 * 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 * Note: Teensy 4.x Only, 3.x not supported
* *

Loading…
Cancel
Save