Padding image with zeros in DFT
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 28 de Dic. de 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 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!