Communication

Names and Stuff

Local Horizon
Where is the horizon dictates what other satellites I can see.
Communication in Space-1.png

Field of View (FoV) vs Field of Regard (FoR)
The field of view is the view angle that is based on the optical path, without motion of the optical system.
The field of regard is the full range in which the optical system can be moved to.

Spot Size
Is the coverage area of a system. With a point to point system, the spotsize should be minimized to maximize power density. To address a region of interest, the spotsize has to be big.

Topologies

Often it is not feasible to send data from a LEO orbit direct to the ground, because the base stations as not in view for a long time. Here, more complex topologies can be used.

Data Relay

The data is sent from a LEO orbit to a GEO orbit, and then relayed from the GEO orbit to the ground. This leads to a good availability.

Communication in Space-2.png

Very High Throughput Satellites are placed in GEO and then relay a lot of data from one base station to the next.

Communication in Space-3.png

Constellations

A lot of satellites working together with intersat crosslinks as a constellation backbone.
Communication in Space-4.png

Network in the Sky

A multilayer network with nodes in different orbits.
Communication in Space-5.png

Direct to Earth

Doesn't need a lot of resources, but needs coding and framing to mitigate outages.

Deep Space

Send data over long distances, ex. Cassini. Large latency, little to no feedback, large efforts.

Teleports

Large commercially operated antenna farms with good visibility, many supported bands and often global locations.

Optical Ground Stations

Ground stations that are able to comunicate over laser with the satellite, good tracking is necessary.

The core functional elements are:

A problem is the atmosphere, mainly with optical wavelengths. It can cause:

We always have a carrier that is getting modulated with the data message.
Communication in Space-6.png

Spectrum

RF frequencies are mostly located in the Ka band (27 - 40 GHz, 11 - 7.5 mm). Ka stands for above the K band, which includes the water vapor resonance peak (22.24 GHz). The Ka band can then be divided in more channels.

For optical applications the wavelength used is now more in the 1550 nm region, earlier there were also 1064 nm applications but recently almost all is based on 1550 nm.

Communication in Space-7.png

Units

Communication in Space-8.png

The working in log-scales allows use to turn multiplication into additions.
Communication in Space-9.png

Noise

Noise can come from a multitude of different locations. Especially electro magnetic (EM) noise can come from the Background or from ambient thermal emissions. Also amplifier and receiver can also add noise into the system.

System Noise Temperature

In electronics the Noise Power is often characterized in a notion of "Noise Temperature", this means the noise is equivalent to the noise that would be produced at a certain temperature. This is defined as the Johnson-Nyquist-Noise (J-N noise).

PN=kBTBPN[dBW]=228.6+T[dBK]+B[dBHz]

Modulation and Coding

Modulation

We have a carrier frequency, and this carrier is modulated with our signal. The signal can be analog or digital, and the modulation can be on intensity (changing the amplitude of the carrier, AM Radio) or coherent (acting on the phase or frequency of the carrier, FM Radio)

On-Off Keying (OOK)

The carrier is either there or not, direct and simple. Can carry on bit per symbol.

Pulse Position Modulation (PPM)

The carrier is switched on, on a certain position, which would correspond to a positive bit in this position. This is more robust against noise.

Quadrature Phase Shift Keying (GPSK)

The carrier is shifted in phase, and corresponding to the amount shifted it stands for different bits. This can be with 4 states (2 bits) or even 8 states (3 bits).
Communication in Space-10.png

Coding

Data is not sent as a raw bit stream, coding allows also for Error correction.

Forward Error Correction (FEC)

G.709 defines a stronger FEC that can result up to 6.2 dB improvement in SNR.
Code rate:

r=bitspayloadbitspayload+redundant bits

Communication in Space-11.png

CCSDS File Delivery Protocol (CFDP)

Data is requested and there is a back and forth between satellite and station do make sure that all data is successfully transmitted before it gets cleaned in the satellite.

Interleaver

Do not send all data for one block at ones, spread it out, so if a part won't get sent through then not all data from the block is lost.

Communication in Space-12.png