ifft matlab to cpp

5 vues (au cours des 30 derniers jours)
Levan Tsereteli
Levan Tsereteli le 27 Déc 2021
I am translating my Matlab code to cpp and have problem to repreduce the results of the inverse fft in my cpp code.
as I know matlab is using under the hood c++ fftw libraries https://www.fftw.org/. I am using them directly in my project.
with fft everything is in perfect match however with ifft difference in the obtained coefficient between matlab and cpp is very big.
is there any internal manipulation done when ifft is computed with matlab ? Some functionality additional to one provided at https://www.fftw.org/ In case anybody has experiuence with that could you give me some advice how to figure it out.

Réponses (1)

Steven Lord
Steven Lord le 27 Déc 2021
The ifft function supports the extended capability of C/C++ code generation using MATLAB Coder. If you have MATLAB Coder available I recommend you read through the extended capability section of its documentation page for more information.

Community Treasure Hunt

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

Start Hunting!

Translated by