System and signal description » History » Version 14

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

1 14 SCHNEIDER, Joris
p.
2 14 SCHNEIDER, Joris
+*Previous :*+ [[NOAA Agency]]
3 13 SCHNEIDER, Joris
4 1 SCHNEIDER, Joris
h1. System and signal description
5 2 SCHNEIDER, Joris
6 2 SCHNEIDER, Joris
h2. Emission system by NOAA satellites
7 2 SCHNEIDER, Joris
8 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:
9 2 SCHNEIDER, Joris
10 2 SCHNEIDER, Joris
p=. 
11 3 SCHNEIDER, Joris
!{width:70%}SatelliteTransmissionChannel.PNG!
12 2 SCHNEIDER, Joris
13 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.
14 2 SCHNEIDER, Joris
15 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.
16 2 SCHNEIDER, Joris
17 2 SCHNEIDER, Joris
p=. 
18 3 SCHNEIDER, Joris
!{width:60%}AVHRRChannels.PNG!
19 4 SCHNEIDER, Joris
20 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: 
21 4 SCHNEIDER, Joris
-High Resolution Picture Transmission (HRPT): High resolution images with all five channels and telemetry data.
22 4 SCHNEIDER, Joris
-Global Area Coverage (GAC): Images of all regions of the Earth transmitted to NOAA command and control ground stations on command.
23 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.
24 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.
25 5 SCHNEIDER, Joris
26 5 SCHNEIDER, Joris
h2. APT signal
27 6 SCHNEIDER, Joris
28 10 SCHNEIDER, Joris
h3. APT Format
29 10 SCHNEIDER, Joris
30 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.
31 7 SCHNEIDER, Joris
32 7 SCHNEIDER, Joris
p=. 
33 7 SCHNEIDER, Joris
!{width:50%}APTformat.PNG!
34 8 SCHNEIDER, Joris
35 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.
36 8 SCHNEIDER, Joris
37 8 SCHNEIDER, Joris
p=. 
38 9 SCHNEIDER, Joris
!{width:70%}APTexample.PNG!
39 10 SCHNEIDER, Joris
40 10 SCHNEIDER, Joris
h3. APT Modulations
41 10 SCHNEIDER, Joris
42 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.
43 10 SCHNEIDER, Joris
44 10 SCHNEIDER, Joris
p=. 
45 10 SCHNEIDER, Joris
!{width:70%}APTmodulation.PNG!
46 11 SCHNEIDER, Joris
47 11 SCHNEIDER, Joris
h2. Signal reception on ground
48 12 SCHNEIDER, Joris
49 12 SCHNEIDER, Joris
p=. 
50 12 SCHNEIDER, Joris
!{width:70%}GroundReceiver.PNG!
51 12 SCHNEIDER, Joris
52 12 SCHNEIDER, Joris
•	Antenna: Antenna choice and design is going to be explained in the next section.
53 12 SCHNEIDER, Joris
•	FM demodulation: We will use the available radio receiver in the laboratory which is the Cyber Scan AR5000.
54 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.
55 12 SCHNEIDER, Joris
56 1 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.
57 1 SCHNEIDER, Joris
58 14 SCHNEIDER, Joris
p.
59 14 SCHNEIDER, Joris
+*Next :*+ [[Receiving antenna choice]]