What is the bandwidth of a periodic signal, if fourier transformed

bandwidthfft

my question is if a periodic signal is fourier transformed, will the bandwidth be equal to its frequency in time domain?

For example, if a sine wave has the frequency wc, then in frequency domain of fourier transform, it will have two impulses at -wc and +wc, right ? So the bandwidth or the highest frequency in frequency domain is supposed to be wc, same as the frequency of the original signal in time domain.

But is this true for any periodic signal ?
And another thing, how can I generate fourier transform of a periodic signal? Doesn't it violate the first condition of fourier transform ?

I need it because Nyquist theorem states that, If a continuous time signal contains no frequency components higher than B Hz, then the sampling frequency should be FS>2B. In exercise, I am given the sum of a bunch of sine sine functions and I need to calculate the minimum sampling frequency. So I need to know the highest frequency component?

Best Answer

First of all, the bandwidth of a periodic signal is usually defined as the difference between it's highest and lowest frequency component. It is the frequency range in which the signal's spectral density is nonzero. If you have a periodic signal with frequency components down to zero, you have a low-pass or baseband signal where the bandwidth is equal to it's highest frequency component. The Nyquist theorem states that perfect reconstruction of a continuous-time signal (analog signal) with finite bandwidth is possible with a discrete sequence of samples (digital signal), if certain constrains are satisfied.

In the case of a baseband signal (frequency components down to zero), the sampling rate has to be bigger than two times the highest frequency component of the signal.

Formula

In the case of a bandpass signal (all frequency components higher than zero), the sampling rate has to be higher than two times the bandwidth of the signal e.g Formula. This leads to a range of different possible sampling frequencies in the range:

Formula

fc is the center frequency of the bandpass signal, B is the bandwidth and m is an arbitrary, positive integer ensuring that fs is at least two times the bandwidth of the periodic signal.

Related Topic