How to Convert dsp.FFT to arm_cfft_f32()

5 views (last 30 days)
BOB KANG
BOB KANG on 14 Mar 2019
Hi,
I wrote some MATLAB codes containing FFT and wanna convert it into C code and run on an ARM Cortex M4 core MCU.
I've already installed Embedded Coder and Embedded Coder Support Package for ARM Cortex-M Processors.
After taking reference of the example "Verify FIR Filter on ARM Cortex-M Processor in MATLAB", I tried to do the conversion.
However, the following MATLAB coder doesn't generated the C code "arm_cfft_f32()" , but other three functions instead. (see as below). Does anyone know why?
Capture2.JPG
Capture3.JPG
---------------------------below is the C code generated------------------------------------------------------------------------
Capture4.JPG

Answers (0)

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!