Using FFT on iMXRT-685-aud-evk DSP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using FFT on iMXRT-685-aud-evk DSP

Jump to solution
660 Views
MrRv
Contributor II

Hello,

I'm working on the iMX RT685-aud-evk board, and I'm interested in performing FFT in a library for the DSP.
However, the only examples I could find regarding using FFT are using the CMSIS libraries, which, as I understand, are used from the CPU side.

Are there resources regarding usage of FFT functionality (and other mathematical functions) on the DSP alone?

Thanks in advance!

Labels (2)
Tags (1)
0 Kudos
1 Solution
642 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @MrRv ,

Please refer to the Naturedsp example at SDK_2_12_0_EVK-MIMXRT685\boards\evkmimxrt685\dsp_examples\naturedsp\dsp.

It shows how to use DSP to perform FFT and other calculations.

 

Regards,

Jing

 

View solution in original post

0 Kudos
1 Reply
643 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @MrRv ,

Please refer to the Naturedsp example at SDK_2_12_0_EVK-MIMXRT685\boards\evkmimxrt685\dsp_examples\naturedsp\dsp.

It shows how to use DSP to perform FFT and other calculations.

 

Regards,

Jing

 

0 Kudos