How do I plot DFT and iDFT without using libraries
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Edward Molapisi (Gontse) Moeketsane
el 24 de Oct. de 2022
Respondida: Alex Hanes
el 24 de Oct. de 2022
Want to plot DFT of an image but without the use of matlab libraries tool box
0 comentarios
Respuestas (1)
Alex Hanes
el 24 de Oct. de 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 comentarios
Ver también
Categorías
Más información sobre Discrete Fourier and Cosine Transforms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!