This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
用msp430g2553做fft 的话会不会太勉强了?从百度上的一些资料看起来无法做到实时性吧,求前辈指点一下
FFT的运行时间取决于处理的点数,处理器处理乘加运算的能力和处理器的MIPS能力.
MSP430G2553没有乘法器,计算乘加运算比较慢,另外MSP430G2553本身只有16MHz的主频,ADC速度最快200Ksps,所以你要综合考虑,MSP430G系列本身处理能力不强,不建议使用来运算FFT