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.

使用MSP430F5438进行FFT进行32个点的FFT运算,MSP430F5438是否可以做到?

Other Parts Discussed in Thread: MSP430F5438

1.使用msp430f5438进行FFT运算,msp430f5438的速度是否可以做到大量浮点数的乘除法计算?

  • long li4,

    基于MSP430 的FFT,很多人曾经做过。速度还可以。

    由于MSP430F5438有硬件乘法器,参考下列文档,有一部分在将快速FFT算法的实现。

    http://www.ti.com/lit/an/slaa042/slaa042.pdf

    BR,

    Lina