Kiss FFT on a dsPIC33
问题 I have been trying to get KissFFT to work on a dsPIC, however after trying various different ways, the output is not what it should be. I was hoping to get some help to see if there are any configurations that I may be overlooking or if its just somthing i haven't thought of? I am using a dsPIC33EP256MC202 with the XC16 compiler within MPLABX. Declarations and memory assignment. int readings[3] = {0, 0, 0}; kiss_fft_scalar zero; memset(&zero,0,sizeof(zero)); int size = 128 * 2; float fin[256]