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.

[参考译文] MSP430FR5994:TRANSITION_EX1_FFT_FIXED_Q15

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1336122/msp430fr5994-transform_ex1_fft_fixed_q15

器件型号:MSP430FR5994

如果我使用 MSP430FR5994随附的 ADC 模块收集的数据、应如何将数据格式转换为示例 TRANSITION_ex1_FFT_FIXED_Q15中的数组输入以便直接使用。

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

    你好,耶鲁,

    输入数组只是 Q15输入值的集合。  

    您需要将 ADC 捕获添加到示例中并对其进行调整、这样就不需要使用 initSignal 中创建的信号。您需要使用 ADC 值加载输入数组(转换为 Q15格式)、 然后  在需要转换的样本集合准备就绪时、调用 MAP_MSP_FFT_FIXED_Q15来处理它们。  

    此致、
    布兰登·费舍尔