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.

[参考译文] Hercules DSPLIB:使用 Hercules DSP LIB 进行 FFT 计算

Guru**** 664280 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/886177/hercules-dsplib-fft-calculation-using-hercules-dsp-lib

器件型号:Hercules DSPLIB

我一直在使用 ARM_rfft_F32对来自 ADC 的一系列实数采样执行 FFT。

该信号是50Hz 信号、我每200ms 对一组2048个样本执行一次 FFT。 频谱分布在5Hz 频段中、我将按预期在第10个频段中获得正确的幅度。

归一化 FFT 值对于正弦输入来说是合理的、但对于方波来说是关闭标记(仅限一个实验)。

这是使用此算法发现的问题吗?

如果您需要我发布任何特定结果、请告诉我。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    它应该适用于正弦波和方波。