огшор

Dependencies:   CMSIS_DSP_401 mbed

Fork of fir_f32 by Nikolay Sergeev

Revision:
3:1f56b8f439a1
Parent:
1:9b1df0b2507d
--- a/arm_cfft_f32.c	Fri Oct 03 14:52:53 2014 +0000
+++ b/arm_cfft_f32.c	Tue Oct 07 15:20:49 2014 +0000
@@ -56,7 +56,7 @@
             float32_t pSrc1[1024];
             for (int i =0; i<bitRevLen; i++)
             {
-                pSrc1[i]=(float32_t)pSrc[i];
+                pSrc1[i]=(float32_t)pSrc[i]/4095;
             }
                 arm_bitreversal_f32(pSrc1, bitRevLen, 1, pBitRevTable);
             }