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!