How do I plot DFT and iDFT without using libraries

2 次查看(过去 30 天)
Want to plot DFT of an image but without the use of matlab libraries tool box

回答(1 个)

Alex Hanes
Alex Hanes 2022-10-24
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.

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by