Is there a fixed-point alternative to the fft and ifft fiunction?

조회 수: 16 (최근 30일)
Joshua Ford
Joshua Ford 2021년 5월 20일
답변: Andy Bartlett 2021년 6월 7일
I wish to convert a series of functions from floating-point to fixed-point using the fixed-point converter app in MATLAB. Within the functions are a few fft and ifft functions. These are not compatible with fixed-point types or fi.objects and need to be replaced. Is there a fft function that allows fixed-point types?
If there is not an alternative/replacement. What is the best method to cinduct fft's on fixed-point?

답변 (1개)

Andy Bartlett
Andy Bartlett 2021년 6월 7일
The FFT provided by DSP System Toolbox as MATLAB callable system object dsp.FFT or as the FFT block support fixed-point data types in MATLAB and in Simulnk.

Community Treasure Hunt

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

Start Hunting!

Translated by