Constraints and parameters for the system design » History » Version 8

GAY, Adrien, 03/23/2015 11:47 AM

1 1 GAY, Adrien
h1. Constraints and parameters for the system design
2 1 GAY, Adrien
3 2 AUGER, Anne sophie
* Required bit rate
4 2 AUGER, Anne sophie
5 2 AUGER, Anne sophie
In order to define the bit rate required for the transmission of video streams we need some input parameters, provided in the mission statement:
6 3 AUGER, Anne sophie
7 3 AUGER, Anne sophie
> # aspect ratio of the video : AR=1,78 
8 3 AUGER, Anne sophie
> # quality of the encoded video L=720p
9 3 AUGER, Anne sophie
> # frame cadence FPS=12 fps
10 2 AUGER, Anne sophie
11 2 AUGER, Anne sophie
We used the following formula
12 2 AUGER, Anne sophie
13 2 AUGER, Anne sophie
p=. Bit rate = FPS*5,0692 * L ^1,391^ /(1000*AR) 
14 2 AUGER, Anne sophie
15 2 AUGER, Anne sophie
So 
16 2 AUGER, Anne sophie
17 2 AUGER, Anne sophie
p=. *Bit rate=322 Kbps*
18 2 AUGER, Anne sophie
19 2 AUGER, Anne sophie
As the link will allow video transmission, we will need an adapted encapsulation protocol, so we must take into account extra bits: we decide to define a bit rate of 500 kbps. 
20 2 AUGER, Anne sophie
21 2 AUGER, Anne sophie
  
22 2 AUGER, Anne sophie
23 1 GAY, Adrien
   # Network constraints
24 1 GAY, Adrien
25 1 GAY, Adrien
> * Frame format
26 1 GAY, Adrien
27 1 GAY, Adrien
The application foreseen aims at transmitting multimedia content (video on the downlink), so we choose to use the MPEG-4 coding standard. The associated frame format MP4 is particularly adapted for the encapsulation of multimedia data type.
28 1 GAY, Adrien
29 1 GAY, Adrien
> * Protocol stack
30 1 GAY, Adrien
31 1 GAY, Adrien
   # Antenna choice
32 1 GAY, Adrien
33 1 GAY, Adrien
> * On board antenna
34 1 GAY, Adrien
The antenna placed on the aircraft must be compliant with the flight constraints listed in the introduction. Indeed, we should maintain the communication link while the aircraft is performing a turn ( +/- 15° attitude), landing or taking off ( +/- 45° inclination). Therefore, he position of the antenna must be carefully determined in order to be at LOS. 
35 1 GAY, Adrien
36 1 GAY, Adrien
Another constraint is the embedded 
37 1 GAY, Adrien
38 1 GAY, Adrien
> * Ground station antenna
39 4 GAY, Adrien
40 4 GAY, Adrien
41 7 GAY, Adrien
42 7 GAY, Adrien
As seen before, getting an allocated frequency band is not an easy task. However, there are several more constraints on the system due to the specifications.
43 7 GAY, Adrien
44 7 GAY, Adrien
h2. Constraints for the choice of the antennas:
45 7 GAY, Adrien
  
46 8 GAY, Adrien
The type of antenna and associated performances are strongly linked to the considered central frequency. However, constraints are not the same for the aircraft antenna or for the ISAE antenna as we will describe below. 
47 7 GAY, Adrien
48 7 GAY, Adrien
h3. ISAE antenna:
49 7 GAY, Adrien
50 7 GAY, Adrien
Given the distance and the bit rate required to fulfil the specifications, a tracking antenna might be needed on the roof on the antenna. Nevertheless, as this solution is considerably increasing the system complexity, we will try to design a system with a fixed mounted antenna if possible.
51 7 GAY, Adrien
52 7 GAY, Adrien
In fact, the need (or not) for tracking will be determined by the required figure of merit (G/T) of the antenna (computed in part III).  
53 7 GAY, Adrien
54 7 GAY, Adrien
*As increasing the gain of the antenna decreases its coverage (theta 3 dB), if the required gain of the antenna leads to a coverage smaller than the aircraft action zone, a tracking antenna will be required. 
55 7 GAY, Adrien
56 7 GAY, Adrien
57 7 GAY, Adrien
Aircraft action zone limited
58 7 GAY, Adrien
Increase gain ->> increase G/T but decrease coverage. If no tradeoff can be found between the coverage and the gain, a tracking antenna has to be used
59 7 GAY, Adrien
60 7 GAY, Adrien
Rq: high gain easier to realize for high frequencies, T decreasing when G increasing*
61 7 GAY, Adrien
62 7 GAY, Adrien
63 7 GAY, Adrien
h3. Aircraft antenna:
64 7 GAY, Adrien
65 7 GAY, Adrien
The connection between the aircraft and the ISAE building shall remain available for an inclination of 45° and an attitude of 15° at a distance of at least 50 km. 
66 7 GAY, Adrien
67 7 GAY, Adrien
As tracking antennas are not an option for the aircraft because of the complexity of integration, these availability requirements dictate a given radiation pattern for the aircraft antenna. 
68 7 GAY, Adrien
69 7 GAY, Adrien
*Graph pattern, idée antenne, mais masquage de l’avion …*
70 7 GAY, Adrien
71 7 GAY, Adrien
72 4 GAY, Adrien
h2. Constraints for the physical layer and RF equipment:
73 4 GAY, Adrien
74 4 GAY, Adrien
75 4 GAY, Adrien
(calcul Rb)
76 4 GAY, Adrien
77 4 GAY, Adrien
78 4 GAY, Adrien
From the given allocated frequency band, the following parameters are defined:
79 6 GAY, Adrien
* f : Central frequency of the emitted signal
80 6 GAY, Adrien
* B: Larger of the allocated bandwidth
81 6 GAY, Adrien
* EIRP: Maximum power that can be emitted in a given direction 
82 4 GAY, Adrien
83 4 GAY, Adrien
From the specifications, the following parameters are defined:
84 6 GAY, Adrien
* Rb: Useful bit rate of the transmission
85 6 GAY, Adrien
* R : Minimal distance for the transmission
86 4 GAY, Adrien
87 4 GAY, Adrien
The value of these parameters constrain the parameters of the physical layer and the RF equipment for the design of the system.
88 4 GAY, Adrien
89 4 GAY, Adrien
90 4 GAY, Adrien
h3. Physical layer:
91 4 GAY, Adrien
92 4 GAY, Adrien
The study of the physical layer will be limited to the choice of the modulation, the coding and the shaping filter. We will consider a SRRC filter (Square Root Raised Cosine) for the shaping filter as it is commonly used in telecommunication systems for its good performances. 
93 4 GAY, Adrien
94 4 GAY, Adrien
Then, the parameters of the physical layer are:
95 6 GAY, Adrien
* M : Modulation (M=4 : QPSK, M=8 : 8PSK etc)
96 6 GAY, Adrien
* rho : Coding rate (rho <1)
97 6 GAY, Adrien
* alpha : roll-off of the SRRC filter
98 4 GAY, Adrien
99 4 GAY, Adrien
In fact all these parameters are linked through the spectral efficiency T of the system, which is fixed by B and Rb:
100 4 GAY, Adrien
101 4 GAY, Adrien
T= cst  et  T=
102 4 GAY, Adrien
103 4 GAY, Adrien
Then, the parameters of the physical have to comply with the following relation:
104 4 GAY, Adrien
105 4 GAY, Adrien
T>cst
106 4 GAY, Adrien
107 4 GAY, Adrien
108 4 GAY, Adrien
109 4 GAY, Adrien
h3. Link budget:
110 4 GAY, Adrien
111 4 GAY, Adrien
Here is the expression of the link budget:
112 4 GAY, Adrien
113 4 GAY, Adrien
(link budget)
114 4 GAY, Adrien
115 4 GAY, Adrien
We can notice that all the parameters are already known, except:
116 5 GAY, Adrien
* (G/T): Figure of merit of the receiver (ISAE antenna)
117 5 GAY, Adrien
* Lmarg: Margin on the link budget to take into account all the perturbations (antenna   
118 4 GAY, Adrien
depointing, atmosphere attenuation, interferences, non-ideal demodulator …)
119 4 GAY, Adrien
120 4 GAY, Adrien
Lmarg being only linked to physical parameters, we don’t have any influence on it. Then, it has to be evaluated but it is not really a parameter of the design.
121 4 GAY, Adrien
122 4 GAY, Adrien
Power amplifier
123 4 GAY, Adrien
124 4 GAY, Adrien
125 4 GAY, Adrien
h2. Conclusion:
126 4 GAY, Adrien
127 4 GAY, Adrien
From these considerations, our aim will be to:
128 5 GAY, Adrien
* Choose the modulation and the coding (according to the shaping filter)
129 5 GAY, Adrien
* Compute the gain of the receiving antenna
130 5 GAY, Adrien
* Propose some technical solution for the receiving antenna
131 4 GAY, Adrien
132 4 GAY, Adrien
We will also develop tools to visualize the influence of the bandwidth, EIRP, useful bit rate and distance on the system design.
133 4 GAY, Adrien
134 4 GAY, Adrien
The aircraft antenna will be considered able to fulfil the required antenna pattern, but we will not discuss about technical solutions for this antenna, as it can be really tricky.