How much should you zero pad an image before taking the fft ?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
If i have an image that is 200x200 and I want to take the FFT how much zero padding is required ?
2 commentaires
Réponses (1)
Bhargavi Maganuru
le 31 Mar 2020
Modifié(e) : Bhargavi Maganuru
le 31 Mar 2020
If input signal of fft is not in the powers of 2, which is 200 in your case so, you can do zero padding till length is 256.
1 commentaire
David Goodmanson
le 31 Mar 2020
Modifié(e) : David Goodmanson
le 31 Mar 2020
HI Bhargavi,
could you explain why going to a power of 2 is a good idea, or not?
Voir également
Catégories
En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!