ifft matlab to cpp

조회 수: 8 (최근 30일)
Levan Tsereteli
Levan Tsereteli 2021년 12월 27일
답변: Steven Lord 2021년 12월 27일
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.

답변 (1개)

Steven Lord
Steven Lord 2021년 12월 27일
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.

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by