Padding image with zeros in DFT
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When using discrete Fourier transformation in case 1D and for case 3 D for color images is there a need to do the padding with zeros in the images ? If Yes , how much? Thank you very much
0 Commenti
Risposte (1)
Walter Roberson
il 28 Dic 2011
Usually there is no need to do padding; furthermore, often padding would not be correct. DFT assumes periodic signals, and padding with zeros complicates the periodic function a fair bit.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!