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.

[参考译文] TMS320F28379D:了解内置示例中的 FFT 示例

Guru**** 2540720 points
Other Parts Discussed in Thread: TMS320F28379D, C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1366770/tms320f28379d-to-get-to-know-about-fft-example-in-inbuilt-examples

器件型号:TMS320F28379D
主题中讨论的其他器件: C2000WARE

工具与软件:

您好!

我一直在使用 TMS320F28379D 的 FFT 示例、从中可以了解到 RFFT_F32 (RFFT_F32_struct_handle hndRFFT_F32)函数、该函数以这种方式执行 FFT、该函数由实值和虚值组成

// OutBuf[0]=实数[0]
// OutBuf[1]=实数[1]
// OutBuf[2]=实数[2]
//………
// OutBuf[N/2]=实数[N/2]
// OutBuf[N/2+1]= imag[N/2-1]
//………
// OutBuf[N-3]= imag[3]
// OutBuf[N-2]= imag[2]
// OutBuf[N-1]= imag[1]

如果为真、那么这对于 RFFT_ADC_F32 (RFFT_ADC_F32_STRUCT_Handle ndRFFT_ADC_F32)函数或任何其他 FFT 函数是否有效? 该函数还以  RFFT_F32 (RFFT_F32_struct_Handle ndRFFT_F32等方式存储实值和虚值。

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

    您好!

    如果您想比较每个函数的功能,可以  在 RFFT_F32.asm 和 RFFT_ADC_F32.asm 文件中分别找到 RFFT_F32 ()和 RFFT_ADC_F32的函数定义。 它们位于以下文件路径中:[C2000ware install]/libraries/dsp/FPU/c28/source/fpu32/fft.

    此致、

    德拉尼