diff --git a/Source/CommonTables/arm_common_tables.c b/Source/CommonTables/arm_common_tables.c index ea396a95..65551256 100644 --- a/Source/CommonTables/arm_common_tables.c +++ b/Source/CommonTables/arm_common_tables.c @@ -17746,7 +17746,7 @@ const uint16_t armBitRevIndexTable_fixed_4096[ARMBITREVINDEXTABLE_FIXED_4096_TAB @par Example code for Floating-point RFFT Twiddle factors Generation: @par -
TW = exp(2*pi*i*[0:L/2-1]/L - pi/2*i).' 
+
TW = exp(pi/2*i-2*pi*i*[0:L/2-1]/L).' 
@par Real and Imag values are in interleaved fashion */