Skip to content

Telecommunications

Bit, Symbol and Valence

A symbol contains multiple bits. The number of bits per symbol is denoted as n.

The number of possible signal states is denoted by M - called valence in French.

It is calculated from the valence (number of possible states) as:

M=2nM = 2^n

Symbol Rate and Bitrate

The symbol rate is also called modulation rate. It is the inverse of the symbol time:

Symbol rate (in baud)

R=1TsR = \frac{1}{T_s}

The bitrate is the inverse of the bit time:

Bitrate (in bits/s)

Rb=1TbR_b = \frac{1}{T_b}

We can convert between symbol rate and bitrate using valence:

Bitrate from symbol rate and valence (in bits/s)

Rb=Rlog2(M)=RnR_b = R \cdot \log_2(M) = R \cdot n

Channel Capacity

Shannon-Hartley Theorem

The Shannon-Hartley theorem allows us to determine channel capacity:

C=Blog2(1+SN)C = B \cdot \log_2\left(1 + \frac{S}{N}\right)

Caption:

  • C: capacity in bits/s
  • B: bandwidth in Hz
  • S/N: signal-to-noise ratio
  • (1 + S/N): the maximum valence

Noise limits the valence, which in turn limits the channel capacity.

So we have:

RbCR_b \le C

Caption:

  • R_b: the source bitrate
  • C: the channel capacity

Nyquist Theorem

Nyquist’s theorem defines the minimum required bandwidth for a channel (to avoid intersymbol interference - ISI):

BRB \ge R

Caption:

  • B: bandwidth
  • R: symbol rate

Since channel bandwidth is limited, symbol time is limited too — so the transmission speed is limited.

Eye Diagram

The eye diagram is used to detect intersymbol interference (ISI).

To plot it, we take a period (either T or 2T) and overlay the signal on that period.

We can measure the horizontal distance, also called the “eye opening”.


Constellation Diagram

The constellation diagram measures the distance between symbols generated by the IQ modem.

Gray coding helps reduce errors by ensuring only one bit changes for each π/2 phase shift.