Rectified Description error on twiddeCoeff_rfft_32

Rectified error on formula that generates Twiddle coefficients table for RFFT (line 17749)
pull/19/head
stgoh 7 years ago committed by GitHub
parent 7c1fca8052
commit 295292422c

@ -17746,7 +17746,7 @@ const uint16_t armBitRevIndexTable_fixed_4096[ARMBITREVINDEXTABLE_FIXED_4096_TAB
@par @par
Example code for Floating-point RFFT Twiddle factors Generation: Example code for Floating-point RFFT Twiddle factors Generation:
@par @par
<pre>TW = exp(2*pi*i*[0:L/2-1]/L - pi/2*i).' </pre> <pre>TW = exp(pi/2*i-2*pi*i*[0:L/2-1]/L).' </pre>
@par @par
Real and Imag values are in interleaved fashion Real and Imag values are in interleaved fashion
*/ */

Loading…
Cancel
Save