System and signal description » History » Version 13

SCHNEIDER, Joris, 03/23/2017 08:36 PM

1 13 SCHNEIDER, Joris
Previous : [[NOAA Agency]]
2 13 SCHNEIDER, Joris
3 1 SCHNEIDER, Joris
h1. System and signal description
4 2 SCHNEIDER, Joris
5 2 SCHNEIDER, Joris
h2. Emission system by NOAA satellites
6 2 SCHNEIDER, Joris
7 2 SCHNEIDER, Joris
In this part, we will focus on how the useful signal (APT: Automatic Picture Transmission) is emitted by the satellite. It is helpful to understand how the images are created by the satellite and emitted to the ground so that we can appreciate the requirements for the ground station to receive imagery. At first, here is the chain on the satellite for APT signal:
8 2 SCHNEIDER, Joris
9 2 SCHNEIDER, Joris
p=. 
10 3 SCHNEIDER, Joris
!{width:70%}SatelliteTransmissionChannel.PNG!
11 2 SCHNEIDER, Joris
12 2 SCHNEIDER, Joris
•	AVHRR: Advanced Very High Resolution Radiometer. It is the primary image sensor. Basically, the radiometer is composed of several lenses, a mirror system and other sensors to provide sensitivity to many wavelengths of the electromagnetic spectrum. An Earth image can be received at any moment when the satellite is in the range of the station because it operates continuously. This system provides several types of images in different channels.
13 2 SCHNEIDER, Joris
14 2 SCHNEIDER, Joris
•	AVHRR Channels: Channel 1 depends on sunlight reflected on Earth because the sensors is sensitive to visible light. To get visible images, the amount of light reflected must be quite high. Channel 2 detects reflected infrared energy and is the usual visible channel for APT. These two channels are the usually used for APT imagery. Other channels are available for specific use (see figure below). Then the analog signal is processed by the MIRP.
15 2 SCHNEIDER, Joris
16 2 SCHNEIDER, Joris
p=. 
17 3 SCHNEIDER, Joris
!{width:60%}AVHRRChannels.PNG!
18 4 SCHNEIDER, Joris
19 4 SCHNEIDER, Joris
•	MIRP: Manipulated Information Rate Processor. At first, the output of AVHRR sensors is amplified and converted to digital information by an analog-to-digital converter (A/D). Then it is processed to create different data streams which match the different signals emitted by the satellite: 
20 4 SCHNEIDER, Joris
-High Resolution Picture Transmission (HRPT): High resolution images with all five channels and telemetry data.
21 4 SCHNEIDER, Joris
-Global Area Coverage (GAC): Images of all regions of the Earth transmitted to NOAA command and control ground stations on command.
22 4 SCHNEIDER, Joris
-Local Area Coverage (LAC): HRPT data recorded from selected regions of the Earth transmitted to NOAA command and control ground stations on command.
23 4 SCHNEIDER, Joris
-Automatic Picture Transmission (APT): Analog transmission of two channels with reduced resolution. In daytime, APT should show visible and IR channels. In night-time, control stations normally set the satellite to replace visible channel by another IR channel with different spectral band as the visible one is no longer useful.
24 5 SCHNEIDER, Joris
25 5 SCHNEIDER, Joris
h2. APT signal
26 6 SCHNEIDER, Joris
27 10 SCHNEIDER, Joris
h3. APT Format
28 10 SCHNEIDER, Joris
29 6 SCHNEIDER, Joris
APT frames are obtained by extracting the 8 most significant bits of the 10 bits of the AVHRR data for each word within the two selected channels which are then multiplexed. AVHRR rate is about 360 lines per minute, so the APT rate is 120 lines per minute of video. During the processing to get APT signal, the system inserts calibration and telemetry information which results in APT format depicted below.
30 7 SCHNEIDER, Joris
31 7 SCHNEIDER, Joris
p=. 
32 7 SCHNEIDER, Joris
!{width:50%}APTformat.PNG!
33 8 SCHNEIDER, Joris
34 8 SCHNEIDER, Joris
On the next figure we can see an example of APT frame image that can be received. Each line is 500ms and contains 250ms of the first channel (visible or IR) and 250ms of a second channel (IR). Each scan line contains image, synchronisation information and telemetry.
35 8 SCHNEIDER, Joris
36 8 SCHNEIDER, Joris
p=. 
37 9 SCHNEIDER, Joris
!{width:70%}APTexample.PNG!
38 10 SCHNEIDER, Joris
39 10 SCHNEIDER, Joris
h3. APT Modulations
40 10 SCHNEIDER, Joris
41 10 SCHNEIDER, Joris
The systems uses Amplitude Modulation and Frequency Modulation. Each 8-bit word of APT data (256 levels) is then amplitude modulated with a 2.4kHz sub-carrier which results in an analog signal with a 34kHz bandwidth. This signal is frequency modulated such that one amplitude corresponds to one frequency on a 137-138Mhz carrier (depending on the satellite). The next scheme summarizes the modulation process.
42 10 SCHNEIDER, Joris
43 10 SCHNEIDER, Joris
p=. 
44 10 SCHNEIDER, Joris
!{width:70%}APTmodulation.PNG!
45 11 SCHNEIDER, Joris
46 11 SCHNEIDER, Joris
h2. Signal reception on ground
47 12 SCHNEIDER, Joris
48 12 SCHNEIDER, Joris
p=. 
49 12 SCHNEIDER, Joris
!{width:70%}GroundReceiver.PNG!
50 12 SCHNEIDER, Joris
51 12 SCHNEIDER, Joris
•	Antenna: Antenna choice and design is going to be explained in the next section.
52 12 SCHNEIDER, Joris
•	FM demodulation: We will use the available radio receiver in the laboratory which is the Cyber Scan AR5000.
53 12 SCHNEIDER, Joris
•	AM demodulation and processing: We get the frequency modulated signal which is at the output of the radio receiver thanks to an audio cable connected to the sound card of a computer. The amplitude demodulation and the processing is done by using softwares like WXtoImg or Labview to process the signal and extract APT frames in order to see it on the computer.
54 12 SCHNEIDER, Joris
55 12 SCHNEIDER, Joris
Once the antenna will be built, to see whether our ground system is well-functioning or not, we will test the antenna by first listening to the output of the radio receiver. If we can hear a special structure within the audible signal, it means that it is well-demodulated in frequency. Then, thanks to the open-source software WXtolmg, we can see the images as the software performs directly the remaining processing. After these steps, we will replace this software by a Labview program to see the APT images.
56 13 SCHNEIDER, Joris
57 13 SCHNEIDER, Joris
Next : [[Receiving antenna choice]]