Electronic – bandwidth

bandwidthNetwork

I'm having hard time understand what bandwidth really is? The book i'm using defines it as the width of a signal's spectrum (where spectrum is the range of frequencies in a signal).

So, for example, I have a composite, periodic signal s(t) = 4/π[sin(2πft) + (1/3)sin(2π(3f)t)]. Then the bandwidth of this signal is 3f-1f = 2f. Lets say f = 1Hz, then bandwidth of our signal is 2Hz. What does this 2Hz represent? Ignoring distinction between absolute bandwidth and effective bandwidth, bandwidth is measuring the difference between the highest and lowest frequency of a signal. So, in our example the 2Hz is saying nothing more than that the difference between the highest frequency and the lowest frequency of our signal is 2Hz? How is this definition of bandwidth useful?

As a practical matter, how does this relate to transmission media? Can a media that carries signals with a bandwidth of 2Hz carry signals with lower bandwidth also?

Any help is appreciated!

Best Answer

The usefulness of the definitions (there are many, but let's not open a new can of worms) of bandwidth can be understood once you learn how a signal traveling through some medium or system is altered in the process.

You'll learn that not only a signal has its bandwidth, but also a system or a medium has its own bandwidth (or pass-band). The bandwidth of a system (or medium) is (roughly) the range of frequencies that the system lets pass without modification. Frequencies outside that bandwidth are altered in some way.

In particular, you'll learn that linear time-invariant (LTI) systems can be characterized in the frequency domain by a complex function called frequency response H(f). This function is important because it tells you how a sinusoidal signal is altered by the system, since a LTI system can modify both the amplitude and the phase of a sinusoidal signal.

Since the system is linear and any signal can be represented by a superposition of a (possibly infinite) number of sinusoidal signals, knowing H(f) let you compute exactly how any signal is modified by the system.

How is this babble about H(f) related to the bandwidth of the system? Because the modulus of H(f), i.e. |H(f)| gives you the information to determine the bandwidth of the system, hence the range of frequencies that can pass through the system unaltered.

So, a system (or medium) with a 2Hz bandwidth can carry any signal with smaller bandwidth, provided the signal lies entirely in the system's pass-band. If the pass-bands don't overlap, or overlap only partially, either the signal won't pass (in the former case) or will be distorted heavily.

Moreover, it can be shown that a signal's bandwidth value is related, in the time domain, to the rate of variation of a signal. In other words, a signal with a 10Hz bandwidth will vary much more slowly than a 5kHz signal.

Disclaimer: the question you made is really broad, so I had to simplify many of the subjects I touched upon and I cut some corners. Don't expect extreme rigor in the above, since it would require at least a x10 lengthier text to put all these things in a more formal framework. You can find more detail in this Wikipedia article on bandwidth.

Moeover, keep in mind that although the concept is the same, it is explained in slightly different ways depending on the specific branch of EE you are studying. For example signal theory versus control theory versus analog filter design versus network engineering: four fields where the concept is employed, but which sometimes use slightly different approaches.