How do I plot DFT and iDFT without using libraries

Respuestas (1)

Alex Hanes
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.

Categorías

Más información sobre Fourier Analysis and Filtering en Centro de ayuda y File Exchange.

Respondida:

el 24 de Oct. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by