How do I plot DFT and iDFT without using libraries

Want to plot DFT of an image but without the use of matlab libraries tool box

답변 (1개)

Alex Hanes
Alex Hanes 2022년 10월 24일

0 개 추천

MATLAB’s FFT function gives you the definition of the discrete Fourier transform. You can generate the DFT matrix and it’s inverse in your own code snippet. In 2 dimensions, apply the FFT along each dimension.

카테고리

도움말 센터File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

답변:

2022년 10월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by