extract 64 lowest frequency components of fft
2 views (last 30 days)
Show older comments
How to extract 64 lowest frequency components using fourier transform of an image
fft2 or fftn which function to use, and how to get the 64 feature vector as fft2 and fftn returns a matrix ouput
0 Comments
Accepted Answer
Sulaymon Eshkabilov
on 24 May 2021
Hi,
For image analysis, fft2 is to be used and that is quite straightforward.
Here is an additional help discussion on this:
Good luck.
0 Comments
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!