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
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