How can I do zero padding before IFFT? (matlab)
Afficher commentaires plus anciens
I have an issue of applying IFFT in matlab.
I have signal in frequency domain (X(k)) with bandwidth (2−3)MHz. with with seperation freqency is 10khz and 101 point. So, in order to apply IFFT, i just wrote:
Xf= IFFT(X);
plot(0:(1/1e6):Nf*(1/1e6),Xf)
Then, i got symmetric figure.
I want to pad zeros before IFFT. can you help me?
Réponses (1)
Abhishek Ballaney
le 20 Fév 2018
1 vote
https://in.mathworks.com/help/images/ref/padarray.html
1 commentaire
ali
le 20 Fév 2018
Catégories
En savoir plus sur Multirate Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!