ELEC3506

Physical LayerLecture 216 min

Signals — Bit Rate, Baud Rate and Spectral Efficiency

The vocabulary that separates a bit from the pulse that carries it, and why the ratio between them is the whole game.

By the end of this page you should be able to

  • Define bit interval, bit rate, data element and signal element
  • State the difference between data rate and signal rate, and say which one sets bandwidth
  • Compute the data-element-to-signal-element ratio r for a given encoding
  • Distinguish baseband from broadband signalling, and define channel, bandwidth and propagation delay

The idea

A bit is not a physical thing. It only becomes real once something — a voltage, a burst of light, a radio wave — carries it across a wire, a fibre or the air. Everything from here to the end of this module is the same question asked in different clothes: how do you map bits onto a physical signal, and how fast can that mapping run?

This page is the vocabulary the rest of the module assumes you already have. Skip it and “signal rate” and “data rate” start meaning the same thing to you, which is exactly the confusion the tutorial questions are built to catch.

A signal has three properties worth naming immediately. Peak amplitude is how far it swings from zero, proportional to the energy it carries. Frequency is how fast it changes with time. Phase is where it sits in its cycle relative to time 0. Hold onto those three: amplitude and phase are what a receiver tells levels apart with, and frequency is what limits how many of those levels you can pack into a second. That split reappears, unchanged, the moment modulation is introduced two topics from now.

Bit interval and bit rate

Bit interval is the time it takes to send one bit. Bit rate is how many bit intervals fit into a second — equivalently, how many bits you transmit per second. A digital signal is defined by having both: an interval, and the rate that follows from it.

Data element and signal element

How it works

The vehicle and the passengers

Data element is the smallest unit of information — the bit. Signal element is the shortest time-wise unit of the signal itself, the physical pulse that carries data elements. They are not the same thing, and the ratio between them is worth knowing cold:

r=data elementssignal elementsr = \frac{\text{data elements}}{\text{signal elements}}

r says how many bits, on average, each signal element is carrying.

Data elementsSignal elementsrWhat it means
111The plain case — one bit per pulse
212One signal element carries two bits
120.5It takes two signal elements to carry one bit
434/3Four bits carried across three signal elements
These are the lecture's own r examples. r above 1 means you are packing more bits into fewer pulses; r below 1 means the opposite, and it is what a biphase line code costs you for guaranteeing a transition every interval.

Data rate and signal rate

Data rate, also called bit rate, is bits per second (bps). Signal rate — also called baud rate, pulse rate or modulation rate — is signal elements per second, measured in baud. Signal rate is what determines bandwidth, because bandwidth is a limit on how fast the physical signal can change, not on how many bits you have decided to pack into each change.

Combine that with the r ratio above and the relationship is immediate:

Bit rate=r×Signal rate\text{Bit rate} = r \times \text{Signal rate}

Which gives the engineering goal in one line: push the data rate up while holding the signal rate — and therefore the bandwidth — down. More bits per pulse. That ratio is spectral efficiency, and it is what every modulation and line-coding scheme later in this module is trying to buy more of.

Where marks get lost

Higher r is not automatically better

Packing more bits into each signal element only helps if the receiver can still tell the levels apart. More levels sitting closer together are easier for noise to confuse — that trade is exactly what the channel-capacity topic quantifies. r on its own is a description of an encoding, not a verdict on whether it is good.

Channel, bandwidth and propagation delay

Channel is the communications path between two devices. It can mean the physical medium itself, or a particular frequency — a TV channel is a name for a slice of spectrum, not a wire.

Propagation delay is the time a signal takes to travel from its source to its destination.

Bandwidth, in the digital sense used here, measures how much information can be transmitted per unit of time.

Baseband and broadband

BasebandBroadband
How data is carriedVoltage fluctuations on a single channelHigh-frequency carrier waves
Use of bandwidthThe entire bandwidth of the cable is spent on one signalThe medium's capacity is divided into sub-channels
What that buys youSimplicity — one signal, one purposeSeveral services at once: video, low-speed data, high-speed data, voice

Simple and composite signals

An analog signal can be simple — a single sine wave, characterised by the one amplitude, frequency and phase already described — or composite, a combination of more than one simple signal. Real analog signals are almost always composite; the sine wave is the building block, not the typical case.

Two things tutorial 2 asks that the slides don’t answer

Tutorial 2 also asks you to define the characteristics of a self-synchronising signal (Q3), and to distinguish parallel from serial transmission and list the three serial techniques — asynchronous, synchronous and isochronous (Q4, Q5).

The first is answered properly once line coding is introduced next: a self-clocking (self-synchronising) signal is one that guarantees a transition in every bit interval, so the receiver can recover the sender’s clock from the data itself rather than needing a separate clock line.

The second — parallel vs serial transmission, and the three serial techniques — is not in the extracted lecture material for this topic, and it is not in docs/FACTS.md either. Do not trust an outside definition for these without checking the lecture recording or the set textbook first.

Check yourself

Without looking: a link uses 3 signal elements to carry 6 data elements. What is r, and does that make it a scheme that packs bits together or spreads them out?

r = 6/3 = 2. Above 1, so it packs — each signal element is carrying two bits, not spreading one bit across several pulses.

In the exam

  • Data element vs signal element. Define both in one sentence each, and be ready to name and compute r.
  • Data rate vs signal rate. State the units and the alternate names for signal rate (baud, pulse, modulation rate), and say plainly that signal rate is what sets bandwidth.
  • The engineering goal. Data rate up, signal rate down — spectral efficiency, in one line.
  • Baseband vs broadband. The defining split is one channel using the whole bandwidth versus several sub-channels sharing it.
  • Channel, propagation delay, bandwidth. One-line definitions each; they turn up inside other comparison questions rather than as questions on their own.
  • The gap. Parallel vs serial transmission and the three serial techniques are tutorial questions with no lecture material behind them on this page — check elsewhere before the exam.

Check yourself

  1. A link sends 6 data elements using 4 signal elements. What is r, and what does it tell you?
  2. Which one actually determines the bandwidth a link needs — data rate or signal rate?
  3. A link uses baseband signalling. What does that mean?
  4. In an analog carrier, which properties set the number of distinguishable levels, and which sets how many signal elements fit per second?
  5. What is the stated engineering goal when choosing how to encode data onto a signal?