How much should you zero pad an image before taking the fft ?
6 次查看(过去 30 天)
显示 更早的评论
If i have an image that is 200x200 and I want to take the FFT how much zero padding is required ?
2 个评论
回答(1 个)
Bhargavi Maganuru
2020-3-31
编辑:Bhargavi Maganuru
2020-3-31
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 个评论
David Goodmanson
2020-3-31
编辑:David Goodmanson
2020-3-31
HI Bhargavi,
could you explain why going to a power of 2 is a good idea, or not?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!