How much should you zero pad an image before taking the fft ?
    8 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
If i have an image that is 200x200 and I want to take the FFT how much zero padding is required ?
2 Commenti
Risposte (1)
  Bhargavi Maganuru
    
 il 31 Mar 2020
        
      Modificato: Bhargavi Maganuru
    
 il 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 Commento
  David Goodmanson
      
      
 il 31 Mar 2020
				
      Modificato: David Goodmanson
      
      
 il 31 Mar 2020
  
			HI Bhargavi,
could you explain why going to a power of 2 is a good idea, or not? 
Vedere anche
Categorie
				Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!