Maximum signal data rate

frequencyModulationsamplingsignalsignal processing

I have a frequency signal range from 25 Khz to 35 Khz. I know that the the minimum signal sampling to assure reconstruction of the signal from the samples is 70 Khz.

Would it be correct to assume that using the Nyquist's sampling criterion, the maximum data rate that the signal can carry for the 10 Khz bandwidth be 700 bits per second?

Do I multiply the samples per second (70) by bandwidth, which yields 700 or by 8 bits per sample?

Best Answer

The minimum sampling rate to enable reconstruction of a bandlimited signal is related to the bandwidth of the signal, not the highest frequency of the signal. If a signal spans the frequency range from near DC to a maximum frequency, say Fmax, then the bandwidth of the signal is equal to the highest frequency and the minimum sampling rate is indeed 2Fmax. But if the signal starts at a frequency other than near DC, then the minimum sampling rate need only be twice the bandwidth. In your case, since the signal spans from 25 kHz to 35 kHz, the bandwidth is only 10 kHz and the minimum sampling rate is only twice that or 20 kHz. The maximum data rate that can be sent over a given bandwidth is determined by 2 factors: one, the bandwidth and two, the signal-to-noise ratio. The relationship is given by the Shannon formula: C = Blog(1+SNR) where C is the maximum bit rate, B is the channel bandwidth, SNR is the power signal-to-noise ratio, and the log is to base 2.