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 says how many bits, on average, each signal element is carrying.
| Data elements | Signal elements | r | What it means |
|---|---|---|---|
| 1 | 1 | 1 | The plain case — one bit per pulse |
| 2 | 1 | 2 | One signal element carries two bits |
| 1 | 2 | 0.5 | It takes two signal elements to carry one bit |
| 4 | 3 | 4/3 | Four bits carried across three signal elements |
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:
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
| Baseband | Broadband | |
|---|---|---|
| How data is carried | Voltage fluctuations on a single channel | High-frequency carrier waves |
| Use of bandwidth | The entire bandwidth of the cable is spent on one signal | The medium's capacity is divided into sub-channels |
| What that buys you | Simplicity — one signal, one purpose | Several 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.