Quantcast
Channel: MATLAB Central Newsreader Recent Posts
Viewing all articles
Browse latest Browse all 19628

FFT

$
0
0
Hi all
When we append Nz zeros to an input signal with N samples and transform it to Fourier transform (with FFT), the result is same with position that we use fftshift(fft(fftshift(signal))) or fftshift(fft(ifftshift(sig))) without zero padding?

thanks a lot

Viewing all articles
Browse latest Browse all 19628