Clear Filters
Clear Filters

How can I do zero padding before IFFT? (matlab)

3 views (last 30 days)
ali
ali on 20 Feb 2018
Commented: ali on 20 Feb 2018
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?

Answers (1)

Abhishek Ballaney
Abhishek Ballaney on 20 Feb 2018
https://in.mathworks.com/help/images/ref/padarray.html
  1 Comment
ali
ali on 20 Feb 2018
in basic level how many zeros i have to add and how long? and how ?

Sign in to comment.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!