Communication

authors @Leon Thomm, @Robin Ferella Falda

Communication Topologies

Data Relay

  • European Data Relay System (EDRS)
    • currently 2 GEO satellites
    • mainly laser terminals, one has RF
    • no global coverage

Direct-to-Earth

  • high-bandwidth data transfer from LEO

Feederlinks

  • high-bandwidth data transfer to remote areas via GEO
  • e.g., TV channels

also: Network in the Sky, Deep Space, Constellations

Communication Links

Given / assumed params are gray. Generally, the received power is:

with free space path loss , and

Now let’s examining the differences between the two technologies in more detail.

Radio Frequency (RF) communication

  • somewhat weather independent

  • efficient, can talk to end users directly

  • low bandwidth due to lower frequency

  • standardization: established (CCSDS)

  • ~10kHz - 10GHz

  • ~a few kg

  • ~50W (rough order of magnitude)

  • must satisfy a given signal-to-noise ratio (SNR): ( NOT in dB)

    for noise .

    🚧 Various formulas for this value circulate on lecture slides and in SMAD.

    • definition on lecture slides

      compare to SMAD (21-5)

      in dB, where is the energy per bit ( is bitrate), and is the noise approximated by with the system noise temperature in dBK.

  • another common measure is the effective isotropic radiated power (EIRP)

Optical (incl. Laser) communication

  • weather dependent
  • needs dedicated laser terminals
  • high bandwidth
  • standardization: ongoing (CCSDS-OPT vs. SDA)
  • ~200 THz
  • ~10s of kg, up to 150kg
  • ~50W (rough order of magnitude)
  • must satisfy a given optical signal-to-noise ratio (OSNR): ( NOT in dB)

…or in dB:

🚧 A formula for is on the lecture slides, but I didn’t understand it.

  • spectra

    The EM spectrum is organized in bands, there exist several standards for RF. We consider IEEE.

    Screenshot_20250102_175150.png

    Laser comm is more sensitive to atmospheric interaction, and today terminals mostly use the spectrum around 1550nm. This spectrum is divided into 100GHz bands by the ITU.

    Screenshot_20250105_143652.png

  • Laser Links - Block Diagram

    Screenshot_20250105_180758.png

Modulation Techniques

We transmit information over EM waves by modulating a carrier wave with fixed frequency.

While the carrier fixed, the set of frequancies that make up the final signal (via inverse Fourier) create sidebands around the carrier frequency. The span of frequencies is the bandwidth.

  • Constellation Diagrams

    …illustrate a space of phases and amplitudes used in a certain modulation scheme.

    On the right is the state space of OOK, where the signal is either the carrier without phase shift (angle 0), or has no amplitude (i.e., no signal).

    Screenshot_20250105_145209.png

On-Off-Keying (OOK)

The bitstream is directly multiplied with the carrier signal.

Screenshot_20250105_144916.png

Pulse-Position-Modulation (PPM)

The signal is interpreted in chunks of length (here ). Only one value is 1 in each chunk. Hence, a chunk encodes bits.

Can be more effective than OOK because we only need one pulse per bits, allowing it to contain more energy and be more robust to noise.

Screenshot_20250105_144945.png

Differential Phase Shift Keying (DPSK)

We select a number of states in the constellation diagram, each encoding bits.

  • efficient, allows for less energy or more data
    • QPSK provides ~2dB gain over OOK
  • but complex to implement, expensive equipment

Simple DPSK only modifies the phase shift, but more complex DPSK can also modify the amplitude (i.e. the radius from the origin in the constellation diagram).

Screenshot_20250105_145134.png

BPSK (binary)

Screenshot_20250105_150940.png

QPSK (quadrature)

Screenshot_20250105_145114.png

BPSK example

Screenshot_20250105_145049.png

Error Correction

Forward Error Correction (FEC): encode additional bits (”checksum”) to allow verification of data integrity at the receiver side, and often correction of small errors. This leads to a code rate

Backward Error Correction (BEC): uses NACKing, hence requires two-way communication.

Interleaving mixes chunks of consecutive data with some added redundancy.

  • allows rather cheap reconstruction of original data in case of local errors
  • increases latency, needs more memory

It’s like a RAID computer backup system, but interleaving is across time not servers.

Screenshot_20250105_153806.png

BER, FEC, Eb/No, SNR interconnection

image.png

Link Budgets

RF link budget example

RF link budget example