Electronic – Why is channel capacity a factor of bandwidth instead of frequency

capacityRFsignalwireless

I'm trying to understand the concept of capacity for a wireless channel. Some help would be appreciated.

For a AWGN channel capacity is calculated as:

$$C=B \cdot log_2(1 + S/N)\text{ bits/sec}$$

B = bandwidth. This is what I don't understand. Why isn't it a factor of frequency? To me considering bandwidth only makes sense in cases where the system changes frequency.

  1. Bandwidth is the difference between an upper and lower frequency range. Well, what if I'm using a fixed-frequency signal? Fupper and Flower would be the same value, right? So does that mean B=0? So a fixed frequency signal can't carry any data? We know that's not true, AM radio does it. So what am I missing?

  2. According to this formula, a fixed-frequency signal would have the same performance regardless of whether it's at high or low frequency. This makes no sense to me. For example say my bandwidth is 1Hz at a fixed frequency of 1Hz. Compare this with a bandwidth of 1Hz at a frequency of 2.4GHz. It's plainly obvious that I can cram way more bits into 2.4 x 109 cycles/second than I can with just 1/sec. But according to this formula I can't. Please help.

  3. What about fractional differences? Waveforms are analog in nature, so we could have a 1Hz signal and a 1.5Hz signal. Likewise at the high frequency range. Say 2.4GHz minus 0.5Hz. There is an infinite amount of space between 1 and 1.5. Could not 1Hz and 1.001Hz serve as two separate channels? In terms of practicality I realize this would be difficult, nearly impossible to measure this difference with modern electronics, especially with noise added, but in pure theory you could have two channels. So in that sense, shouldn't there be an infinite amount of bandwidth between two frequencies? Or do we only count in 1Hz whole number increments?

Best Answer

I doubt if I can cover all your questions, but I'll give it a try:

Well, what if I'm using a fixed-frequency signal? Fupper and Flower would be the same value, right? So does that mean B=0? So a fixed frequency signal can't carry any data? So what am I missing?

A single frequency signal would be a continuous tone. It's amplitude would never change. It would just continue on repetitively forever. As such, it would not convey any information.

When you start modulating your carrier, the spectrum of your signal is no longer a single frequency. According to the amplitude modulation formula, the spectrum of the modulated signal is the convolution of the carrier (a single frequency) and the modulating signal (typically, containing energy in some band about 0 Hz).

Therefore the modulated output signal contains energy in a band around the carrier, not just at the single (carrier) frequency.

We know that's not true, AM radio does it.

Each AM station delivers energy not just at the carrier frequency, but in a band around that frequency. An AM radio broadcast is not an example of a single-frequency signal.

It's plainly obvious that I can cram way more bits into 2.4*10^9 cycles/second than I can with just 1/sec.

Certainly you could. However, if you simply modulated your 2.4 GHz carrier with an information signal spanning 2.4 GHz, the bandwidth of the resulting signal would be nearly 2.4 GHz. The energy in the signal would be spread from 1.2 to 3.6 GHz.

There is a way to get around this though...

What about fractional differences? Waveforms are analog in nature, so we could have a 1Hz signal and a 1.5Hz signal. Likewise at the high frequency range. Say 2.4GHz minus 0.5Hz. There is an infinite amount of space between 1 and 1.5. Could not 1Hz and 1.001Hz serve as two separate channels?

They can, but only by trading off the SNR term in the Shannon-Hartley formula for the bandwidth term. That is, the formula shows there's two ways to increase the capacity of the signal: Increase the bandwidth or increase the signal to noise ratio.

So if you had an infinitely high signal to noise ratio, you could use 0.001 Hz of bandwidth to carry as much information as you like.

But in practice, the log function around the SNR means that there are diminishing returns for increasing SNR. Beyond a certain point, large increases in SNR provide little improvement in channel capacity.

Two typical ways this is used:

  • In multilevel AM coding, instead of just sending the carrier or not sending it in a bit interval, you might have 4 different amplitude levels that can be sent. This allows two bits of information to be encoded in each bit interval and increases the bits per Hz by a factor of two. But it requires a higher SNR to be able to consistently distinguish between the different levels.

  • In FM radio broadcasting, the broadcast signal bandwidth is broader than the audio signal being carried. This allows the signal to be received accurately even in low SNR conditions.

Could not 1Hz and 1.001Hz serve as two separate channels? In terms of practicality I realize this would be difficult, nearly impossible to measure this difference with modern electronics

In fact it's quite easy to distinguish 1 Hz from 1.001 Hz with modern electronics. You simply need to measure the signal for a few thousand seconds and count the number of cycles.

So in that sense, shouldn't there be an infinite amount of bandwidth between two frequencies?

No. Between 1.00 Hz and 1.01 Hz there is exactly 0.01 Hz of bandwidth. It doesn't need to be counted in whole numbers of Hertz, but there's only as much bandwidth between two frequencies as the difference between those frequencies.

Edit

From what you're saying, the B in the Shannon equation has nothing to do with carrier frequency? This is modulation bandwidth only?

Essentially yes. B is the bandwidth, or the range of frequencies over which the signal spectrum has energy.

You could use a 1 MHz band around 10 MHz, or a 1 MHz band around 30 GHz, and the channel capacity would be the same (given the same SNR).

However in the simplest cases, like dual-sideband AM, the carrier tends to sit in the middle of the signal band. So if you have a 1 kHz carrier, with dual-sideband AM, you can only hope to use the bandwidth from 0 to 2 kHz.

Single-sideband obviously doesn't follow this rule.

An information signal spanning 2.4GHz, what does this mean?

I mean that the spectrum contains energy over a 2.4 GHz band.

If you had a narrow band filter and an RF power detector, you could detect energy in the signal at any frequency within the band.

are you taking about the carrier wave now?

No. The carrier is a single frequency. The complete signal contains energy over a band of frequencies around the carrier. (Again, single-sideband pushes all the signal to one side of the carrier; also, suppressed-carrier AM eliminates most of the energy at the carrier frequency)

As N->0, C will approach infinity. So in theory an infinite amount of data can be encoded into a single wave?

In principle, yes, by (for example) varying the amplitude in infinitely small steps and infinitely slowly.

In practice, the SNR term has that log function around it, so there are diminishing returns for increasing SNR, and also there are fundamental physical reasons that the noise never goes to 0.