Implementation » History » Version 30

SERRA FONT, Anna, 03/22/2015 08:28 PM

1 1 RIBAS MACHADO, Ederson
h1. Implementation
2 1 RIBAS MACHADO, Ederson
3 15 SERRA FONT, Anna
{{>toc}}
4 15 SERRA FONT, Anna
5 11 SERRA FONT, Anna
At this point we were familiar with the system analyse of a link budget, knowledge acquired throughout the different subjects imparted in the master course and especially thanks to the realisation of the project 2 (_Design of a regional multi-beam satellite system_), that has an strong bond with the present project.
6 1 RIBAS MACHADO, Ederson
7 11 SERRA FONT, Anna
h2. Diagram block of application development
8 11 SERRA FONT, Anna
9 11 SERRA FONT, Anna
The diagram below shows the planning with the different phases we have designed in order to perform the successful and coherent development of the tool.
10 11 SERRA FONT, Anna
11 20 SERRA FONT, Anna
p=. !{width: 70%}plan_application.png!  
12 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 25em">Figure 1: Project plan diagram.
13 18 SERRA FONT, Anna
</div>
14 1 RIBAS MACHADO, Ederson
15 13 SERRA FONT, Anna
In short, the first steps were to decide what would be the basic structure of our link budget program and identify all the parameters and possible calculations, as well as the logical place to perform them in this structure. Thus, a preliminary design with the fundamental and simplest conditions has been performed, to then add gradually other features in order to improve its capabilities. Finally, verification of results and testing with subjects has been done in order to finish the complete design of the tool. These steps are further explained below.
16 1 RIBAS MACHADO, Ederson
17 13 SERRA FONT, Anna
18 14 SERRA FONT, Anna
19 14 SERRA FONT, Anna
h2. Overview Application Plan
20 14 SERRA FONT, Anna
21 14 SERRA FONT, Anna
At the beginning of this project it was essential to ask ourselves about what we would expect of tool a Link Budget Tool. For instance, some thoughts we considered were:  _If I had an analysis tool... what would I do with it? What would be the settings I give? What would be the results that I expect?_
22 14 SERRA FONT, Anna
23 14 SERRA FONT, Anna
Hence, in order to design a tool to help with the comprehension of the link budget analysis, we have had to ask each time the question _"How will I present my results and information?”_. This leads us to the *GUI (Graphical User Interface)*, one of the key points of this project.
24 1 RIBAS MACHADO, Ederson
25 15 SERRA FONT, Anna
When we thought about all this aspects, we know what it has to do, which are the necessary parameters and results we want to show, etc. At this point, we can start to design our screen according to this. Thus, we identified the topology of the satellite communication system and we divided it in the following block groups, that corresponds to different tabs in the software tool:
26 1 RIBAS MACHADO, Ederson
27 15 SERRA FONT, Anna
* *Service:* The user introduces the requirements of his system (i.e. modulation, channel BW, code rate, margin, etc.), and the tool gives as outputs the required information bit rate, overall link carrier-to-power noise power ratio, etc.
28 15 SERRA FONT, Anna
29 15 SERRA FONT, Anna
* *System Geometry:* The user introduces the latitude and longitude of the earth stations and the satellite and he obtains as outputs the corresponding azimuth and elevation angles and the range between satellite and each earth station.
30 15 SERRA FONT, Anna
31 15 SERRA FONT, Anna
* *Uplink:* The user introduces all the parameters involved from the transmission on earth station A to the reception at the satellite, including the uplink path losses depending on the weather conditions. All the results associated with uplink are computed, being the uplink carrier-to-power noise spectral density the most important result.
32 15 SERRA FONT, Anna
33 15 SERRA FONT, Anna
* *Payload:* The user introduces the input back-off and the carrier-to-power intermodulation power ratio is computed.
34 15 SERRA FONT, Anna
35 15 SERRA FONT, Anna
* *Downlink:* Similar to uplink, but here the parameters introduced by the user are those involved from the satellite transmission to the reception on earth station B.
36 15 SERRA FONT, Anna
37 15 SERRA FONT, Anna
* *Overall link:* The user can see a summary of the principle results obtained in the previous tabs and introducing the carrier power-to-interference power ratio of the system the tool determines if the link budget requirements are achieved with the given specifications or not.
38 14 SERRA FONT, Anna
39 14 SERRA FONT, Anna
40 14 SERRA FONT, Anna
h2. Preliminary design
41 11 SERRA FONT, Anna
42 1 RIBAS MACHADO, Ederson
It is known that link budget equations can become messy and complex and this calculus involve several aspects and conditions, furthermore, link budget can be analysed from different points of view. Globally, it can be defined with the following approaches:
43 5 SERRA FONT, Anna
* The first approach is a feasibility study: The user gives the features of the system, the targeted service, the bit rate, the bit error rate, etc., and the link budget says either if it is possible with this margin or if this is not possible (negative margin).
44 11 SERRA FONT, Anna
45 1 RIBAS MACHADO, Ederson
* In the second approach the user also defines the features of the system, and then the link budget says what is possible to do in terms of bit rate, bit error rate, etc.
46 1 RIBAS MACHADO, Ederson
47 13 SERRA FONT, Anna
* Finally there is a third approach where the user says which is the service he would like to have, and the link budget tool finds all the system settings. But this approach is much more complex, because as there are several parameters to define, it turns into a lot of different configuration options.
48 14 SERRA FONT, Anna
49 19 SERRA FONT, Anna
In the interest of simplification we have implemented the link budget using the first approach: the *feasibility study*.
50 1 RIBAS MACHADO, Ederson
51 19 SERRA FONT, Anna
Thus, once defined what would be the program structure, we started implementing the calculations starting from a first basic implementation. I.e. calculating the basic parameters for each tab and taking the simplest hypothesis (e.g. clear sky conditions rather than rain conditions), and finally by assembling the individual results for the overall link budget.
52 1 RIBAS MACHADO, Ederson
53 19 SERRA FONT, Anna
At this early stage we had a first implementation, comprehensive and simplified, but only with the numerical values. From here we started, in the one hand, to focus on the visual and clear interface aspect of the program and, in the second hand, to add more complex equations and conditions, as well as new LabVIEW features that are listed below.
54 14 SERRA FONT, Anna
55 13 SERRA FONT, Anna
h2. Added features
56 14 SERRA FONT, Anna
57 26 SERRA FONT, Anna
tip. Citar y detallar un poco todas las características añadidas durante el proyecto...
58 14 SERRA FONT, Anna
59 26 SERRA FONT, Anna
- cálculo de h0 con documentación de ITU Recommendation
60 17 SERRA FONT, Anna
61 14 SERRA FONT, Anna
h2. Final design
62 1 RIBAS MACHADO, Ederson
63 24 SERRA FONT, Anna
In Figures 2 to 8 are shown the captures with the final design of each of the different tabs of the _SatToolLink_.
64 1 RIBAS MACHADO, Ederson
65 1 RIBAS MACHADO, Ederson
h3. Service:
66 17 SERRA FONT, Anna
67 1 RIBAS MACHADO, Ederson
p=. !{width: 60%}servicePage.png!  
68 17 SERRA FONT, Anna
&nbsp;
69 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 30em">Figure 2: First window of SatlinkTool - _Service_.
70 17 SERRA FONT, Anna
</div>
71 17 SERRA FONT, Anna
72 1 RIBAS MACHADO, Ederson
h3. System Geometry:
73 1 RIBAS MACHADO, Ederson
74 17 SERRA FONT, Anna
p=. !{width: 61%}SystemGeometryPage.png!  
75 17 SERRA FONT, Anna
&nbsp;
76 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 30em">Figure 3: Second window of SatlinkTool - _System Geometry_.
77 1 RIBAS MACHADO, Ederson
</div>
78 17 SERRA FONT, Anna
79 1 RIBAS MACHADO, Ederson
h3. Uplink:
80 1 RIBAS MACHADO, Ederson
81 17 SERRA FONT, Anna
p=. !{width: 60%}uplinkpage.png!  
82 17 SERRA FONT, Anna
&nbsp;
83 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 25em">Figure 4: Third window of SatlinkTool - _Uplink_.
84 17 SERRA FONT, Anna
</div>
85 17 SERRA FONT, Anna
86 17 SERRA FONT, Anna
h3. Payload:
87 1 RIBAS MACHADO, Ederson
88 17 SERRA FONT, Anna
* Transponder window:
89 17 SERRA FONT, Anna
90 17 SERRA FONT, Anna
p=. !{width: 60%}PayloadTransponderPage.png!  
91 17 SERRA FONT, Anna
&nbsp;
92 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 30em">Figure 5: Fourth window of SatlinkTool - _Payload: Transponder_.
93 1 RIBAS MACHADO, Ederson
</div>
94 17 SERRA FONT, Anna
95 17 SERRA FONT, Anna
* Antenna window:
96 17 SERRA FONT, Anna
97 17 SERRA FONT, Anna
p=. !{width: 60%}PayloadAntennaPage2.png!  
98 17 SERRA FONT, Anna
&nbsp;
99 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 30em">Figure 6: Fourth window of SatlinkTool - _Payload: Antenna_.
100 17 SERRA FONT, Anna
</div>
101 17 SERRA FONT, Anna
102 17 SERRA FONT, Anna
h3. Downlink:
103 17 SERRA FONT, Anna
104 17 SERRA FONT, Anna
p=. !{width: 60%}downlinkPage.png!  
105 1 RIBAS MACHADO, Ederson
&nbsp;
106 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 25em">Figure 7: Fifth window of SatlinkTool - _Downlink_.
107 17 SERRA FONT, Anna
</div>
108 17 SERRA FONT, Anna
109 17 SERRA FONT, Anna
h3. Overall link:
110 17 SERRA FONT, Anna
111 17 SERRA FONT, Anna
p=. !{width: 60%}overallPage.png!  
112 17 SERRA FONT, Anna
&nbsp;
113 18 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 25em">Figure 8: Sixth window of SatlinkTool - _Downlink_.
114 17 SERRA FONT, Anna
</div>
115 17 SERRA FONT, Anna
116 1 RIBAS MACHADO, Ederson
117 24 SERRA FONT, Anna
Finally, the figure below (Figure 8) shows the window where the user will have to attach the files needed for the correct functioning of the SatLinkTool.
118 1 RIBAS MACHADO, Ederson
119 1 RIBAS MACHADO, Ederson
* _map.txt_: File needed to show the map with the two earth station locations corresponding to the parameters entered in the System Geometry tab.
120 29 SERRA FONT, Anna
* _h01.txt_ and _h02.txt_: These files are used when the _Rain Condition_ is selected either in the Uplink tab or the Downlink tab in order to compute the 0 degree isotherm height (see section _Added Features_ above for more information) [1]. 
121 24 SERRA FONT, Anna
122 24 SERRA FONT, Anna
p=. !{width: 30%}AttachFiles.png!  
123 24 SERRA FONT, Anna
<div style="margin-left: auto; margin-right: auto; width: 20em">Figure 9: Attach file window of SatlinkTool.
124 24 SERRA FONT, Anna
</div>
125 24 SERRA FONT, Anna
126 24 SERRA FONT, Anna
127 14 SERRA FONT, Anna
h2. Validation & Final tests
128 23 SERRA FONT, Anna
129 14 SERRA FONT, Anna
As the calculations were implemented in the different tabs, the results were also checked. Finally, once all the SatLinkTool design and implementation was completed, all tests were remade in order to verify the correct results. Tests with other students were also made in order to verify if the operation program was understood. This allowed us to detect the weak points of the tool and where we should modify the design or add additional explanation in the help pop-up. These steps are more detailed in section [[Tests and results]].
130 1 RIBAS MACHADO, Ederson
131 1 RIBAS MACHADO, Ederson
h2. Delivery Application
132 1 RIBAS MACHADO, Ederson
133 30 SERRA FONT, Anna
SatLinkTool is intended to be distributed out of charge through the website of the SCS program for future students. The files needed to use this tool are the following:
134 1 RIBAS MACHADO, Ederson
135 30 SERRA FONT, Anna
* File name: *SatLinkTool.vi* - File format: _LabVIEW Instrument (.vi)_
136 30 SERRA FONT, Anna
* File name: *map.txt* - File format: _Text file (.txt)_
137 30 SERRA FONT, Anna
* File name: *h01.txt* - File format: _Text file (.txt)_ 
138 30 SERRA FONT, Anna
* File name: *h02.txt* - File format: _Text file (.txt)_
139 30 SERRA FONT, Anna
140 30 SERRA FONT, Anna
A user manual of the SatLinkTool Software is also provided in order to support the users for the correct understanding of the tool and the process to follow. The User Manual is presented [[How to do use it|here]].
141 25 SERRA FONT, Anna
142 25 SERRA FONT, Anna
h1. REFERENCES
143 25 SERRA FONT, Anna
144 25 SERRA FONT, Anna
[1] Rec. ITU-R P.839-4 {UPDATE} Para el cálculo de h0