How do I plot DFT and iDFT without using libraries
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Edward Molapisi (Gontse) Moeketsane
am 24 Okt. 2022
Beantwortet: Alex Hanes
am 24 Okt. 2022
Want to plot DFT of an image but without the use of matlab libraries tool box
0 Kommentare
Antworten (1)
Alex Hanes
am 24 Okt. 2022
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Discrete Fourier and Cosine Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!