How do I plot DFT and iDFT without using libraries
조회 수: 4 (최근 30일)
이전 댓글 표시
Want to plot DFT of an image but without the use of matlab libraries tool box
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!