extract the zero-order spectrum and the positive first-order spectrum

2 views (last 30 days)
How to separately extract the zero-order spectrum and the positive first-order spectrum of the Fourier transform of an image?

Answers (1)

Rishik Ramena
Rishik Ramena on 9 Feb 2021
Currently there are no MATLAB inbuilt functions to extract the zero order and the first order spectrums. You can however use fft2 to calculate the fourier transform of an image. Have a look at this answer for implementation.

Community Treasure Hunt

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

Start Hunting!