How do I plot DFT and iDFT without using libraries
Mostra commenti meno recenti
Want to plot DFT of an image but without the use of matlab libraries tool box
Risposte (1)
Alex Hanes
il 24 Ott 2022
0 voti
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.
Categorie
Scopri di più su Fourier Analysis and Filtering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!