-
The spectrum of a signal is the range of frequencies it contains
-
The center frequency of a channel is defined in two ways:
- (arithmetic mean, most common)
- (geometric mean)
-
The (analog) bandwidth (or frequency bandwidth) (רוחב סרט) is the range of frequencies that a channel can transmit, defined as (unit: Hz)
- The effective bandwidth refers to the range of frequencies within which a significant portion of the signal’s power or energy is concentrated.
-
Fractional bandwidth:
-
The symbol rate (or baud rate) is the number of symbols transmitted per unit time
- the number of times the signal changes state per second
- (unit: baud (Bd) = symbols per second)
-
The symbol duration time is the time taken to transmit one symbol (unit: seconds)
-
(Nyquist’s formula)
- (for a noiseless channel)
- : symbol rate (in )
- : modulation order (number of distinct symbols, or distinct amplitude (or phase, or frequency) levels)
- : bit rate (in )
- = number of bits encoded per symbol
- is the bandwidth of the channel (in )
- is the Nyquist rate (in symbols per second (baud)), which is the maximum symbol rate
- is the channel capacity (in bps) (maximum bit rate)
-
The Nyquist rate of a signal is defined as (in samples per second (Hz)), where is the highest frequency present in the signal (in Hz)
-
The Nyquist frequency (in Hz) is defined as , where is the sampling rate (in samples per second (Hz)), and is the highest frequency that can be accurately represented when sampling at .
-
(Shannon–Hartley theorem) is the channel capacity (in bps) (maximum possible data rate) of a channel with bandwidth (in Hz) and signal-to-noise ratio
-
is the spectral efficiency (in bps/Hz)
-
: signal-to-noise ratio (SNR) (unitless)
- : signal-to-noise ratio (in dB)
- : signal power (in watts)
- : noise power (in watts)
-
Nyquist–Shannon sampling theoremtodo
-
Modulation
- modulator, demodulator
- carrier signal
Analog Modulation
analog-analog
AM, FM, PM
Digital Modulation
analog carrier signal is modulated by a discrete signal
Digital data , Discrete analog signal ASK, FSK, PSK, QAM DSL modem
- DAC (digital-to-analog converter) is a device that converts a digital signal to an analog signal
- Spectral band
- frequency band
- Digital data
- A digital signal is a signal that represents data as a sequence of discrete values
- analog signal
- analog data
Pulse Modulation
analog-to-digital
- ADC (analog-to-digital converter) is a device that converts a continuous analog signal to a discrete digital signal
- Sampling converts a continuous-time signal to a discrete-time signal, a sequence of numbers , where:
- is the sampling period (or sampling interval).
- is the sampling frequency (or sampling rate) which is the number times per second the original analog voltage is measured (“sampled”)
- Quantization replaces input values by an approximation from a finite set of values
- The resolution (or bit depth) is the number of bits or values for the voltage of each sample (=measurement)
- The difference between the original continuous analog signal and its digital approximation is called the quantization error (or quantization noise)
- Sampling converts a continuous-time signal to a discrete-time signal, a sequence of numbers , where:
pulse amplitude modulation (PAM)
Multiplexing
- FDM
- TDM
- CDM
encoding
digital to digital
- baseline wander
| Signal | 1 | 0 | |
|---|---|---|---|
| NRZ–L | non-return to zero level | high | low |
| NRZ-I | non-return to zero inverted | transition | no transition |
| Manchester (IEEE 802.3) | midpoint transition | high-to-low | low-to-high |
| Manchester (G. E. Thomas) | midpoint transition | low-to-high | high-to-low |
| Differential Manchester | always midpoint transition | no change at the start | change at the start |
| Original data | Clock | Manchester value | ||
|---|---|---|---|---|
| 0 | XOR | 0 | = | 0 |
| 1 | 1 | |||
| 1 | 0 | 1 | ||
| 1 | 0 |
4B/5B
- No code has more than one leading 0.
- No code has more than two trailing 0s.
| Data | 4B5B code | |
|---|---|---|
| 0000 | 11110 | |
| 0001 | 01001 | |
| 0010 | 10100 | |
| 0011 | 10101 | |
| 0100 | 01010 | |
| 0101 | 01011 | |
| 0110 | 01110 | |
| 0111 | 01111 | |
| 1000 | 10010 | |
| 1001 | 10011 | |
| 1010 | 10110 | |
| 1011 | 10111 | |
| 1100 | 11010 | |
| 1101 | 11011 | |
| 1110 | 11100 | |
| 1111 | 11101 |