Other Parts Discussed in Thread: TMS320VC5505, , TMS320C5515, TMS320C6748, TMS320C6747
dear ,
i am using hwafft.asm function to perform fft.
i am providing an input array as Int32 adc_out1[8]={1,2,4,8,16,32,64,128,};; wher i should get an output as
Real part and Imaginary part as
255.000000,0.000000
48.639610,166.066017
-51.000000,102.000000
-78.639610,46.066017
-85.000000,0.000000
-78.639610,-46.066017
-51.000000,-102.000000
48.639610,-166.066017
BUT i am getting the output as
0, 33
-20, 7
-12, 65530
-5, 65527
0, 65526
6, 65527
13, 65530
21,7
i really dont understanding my mistake plz tell me whats wrong with it