Hello,using python I have sampled a signal and made FFT to see the spectral picture of the time domain signal. the plot bellow shows only 1st and 2nd nyquist zone. I want to expend the spectral image and see the 3rd and 4th nyquist zones.
i have tried to double number of samples but it only expand the previos image two times. where did i go wrong recreating addional nyquist zones? Thanks.
fft delivers fundamental range 0 to fs by design. But you can repeat the cyclical spectrum endlessly, it doesn't contain more information than the fundamental range shows.