How to zero pad in frequency domain ?
Show older comments
how to zero-pad in frequency domain?
Accepted Answer
More Answers (1)
Greg Heath
on 14 Oct 2011
0 votes
fft
fftshift
zeropad both ends %different for N odd and N even
ifftshift
ifft % interpolates original time function
Hope this helps.
Greg
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!