Matlab coder benchmark for FFT

1 view (last 30 days)
Christophe Blouet
Christophe Blouet on 12 Apr 2019
Commented: Ryan Livingston on 12 Apr 2019
Hello,
I was wondering if you had benchmark for Matlab Coder or embedded Coder.
I am looking for FFT 4096 points complex benchmark.
We are running on an ARM Cortex A9 at 667MHz, and one of our customer would be interested in porting his algorithms on our platform, so he needs to evaluate feasibility.
Thanks
  2 Comments
Mike Hosea
Mike Hosea on 12 Apr 2019
I don't have a benchmark, but I would like to comment that we have more than one avenue to FFT's on a target. One is just to call FFT, and then we will generate some generic FFT code that is not optimized for the target hardware. Compared to optimized code, that will be slow. However, we also have a facility for you to replace that implementation with FFTW. You need to be able to build FFTW for your target, but if you can do that, you can probably do a lot better than the code generated without FFTW.
Ryan Livingston
Ryan Livingston on 12 Apr 2019
I'm interested in hearing more about what you'd want to see in such a benchmark. If you'd like to discuss this please open my profile and click the contact button to send me an email.

Sign in to comment.

Answers (0)

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!