summaryrefslogtreecommitdiff
path: root/2016/path_loss_link_budget/path_loss_link_budget.adoc
blob: ff1b0f21745ed78ddb4a949b6b1f6e0abed1a487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
Path Loss and Link Budget
=========================
Harald Welte
:copyright: Harald Welte (Liense: CC-BY-SA)
:backend: slidy
:max-width: 45em

[[rf-path-loss]]
== Path Loss

A fundamental concept in planning any type of radio communications link
is the concept of 'Path Loss'.  Path Loss describes the amount of
signal loss (attenuation) between a receive and a transmitter.

As GSM operates in frequency duplex on uplink and downlink, there is
correspondingly an 'Uplink Path Loss' from MS to BTS, and a 'Downlink
Path Loss' from BTS to MS.  Both need to be considered.

It is possible to compute the path loss in a theoretical ideal
situation, where transmitter and receiver are in empty space, with no
surfaces anywhere nearby causing reflections, and with no objects or
materials in between them.  This is generally called the 'Free Space
Path Loss'.

[[rf-path-loss]]
== Path Loss

Estimating the path loss within a given real-world terrain/geography is
a hard problem, and there are no easy solutions.   It is impacted, among
other things, by

 * the height of the transmitter and receiver antennas
 * whether there is line-of-sight (LOS) or non-line-of-sight (NLOS)
 * the geography/terrain in terms of hills, mountains, etc.
 * the vegetation in terms of attenuation by foliage
 * any type of construction, and if so, the type of materials used in
   that construction, the height of the buildings, their distance, etc.
 * the frequency (band) used.  Lower frequencies generally expose better
   NLOS characteristics than higher frequencies.

The above factors determine on the one hand side the actual attenuation
of the radio wave between transmitter and receiver.  On the other
hand, they also determine how many reflections there are on this path,
causing so-called 'Multipath Fading' of the signal.

== Radio Propagation Models

Over decades, many different radio propagation models have been designed
by scientists and engineers.  They might be based on empirical studies
condensed down into relatively simple models, or they might be based on
ray-tracing in a 3D model of the terrain.

Several companies have developed (expensive, proprietary) simulation
software that can help with this process in detail.  However, the
results of such simulation also depend significantly on the availability
of precise 3D models of the geography/terrain as well as the building
structure in the coverage area.

In absence of such simulation software and/or precise models, there are
several models that can help, depending on the general terrain:

== Common Path Loss Models

[[path-loss-models]]
.List of common path loss models
[options="header",cols="20%,20%,20%,40%"]
|===
|Type|Sub-Type|Bands|Name
|Terrain|-|850, 900, 1800, 1900|ITU terrain model
|Rural|Foliage|850, 900, 1800, 1900|One woodland terminal model
|City|Urban|850, 900|Okumura-Hata Model for Urban Areas
|City|Suburban|850, 900|Okumura-Hata Model for Suburban Areas
|City|Open|850, 900|Okumura-Hata Model for Open Areas
|City|Urban|1800, 1900|COST-231 Hata Model
|Indoor|-|900, 1800, 1900|ITU model for indoor attenuation
|===

In <<path-loss-models>> you can see a list of commonly-used path loss
models.  They are typically quite simple equations which only require
certain parameters like the distance of transmitter and receiver as well
as the antenna height, etc.  No detailed 3D models of the terrain are
required.

== RF Link

image::link_budget.png[]

[[rf-link-budget]]
== Link Budget

The link budget consists of the total budget of all elements in the
telecommunication system between BTS and MS (and vice-versa).

This includes

* antenna gains on both sides
* coaxial cabling between antenna and receiver/transmitter
* losses in duplexers, splitters, connectors, etc
* gain of any amplifiers (PA, LNA)
* path loss of the radio link between the two antennas

== Simplified Link Budget Equation

The simplified link budget equations looks like this:

 Rx Power (dBm) = Tx Power (dBm) + Gains (dB) − Losses (dB)

Gains is the sum of all gains, including

* Gain of the transmitter antenna
* Gain of the receiver antenna
* Gain of any PA (transmitter) or LNA (receiver)

Losses is the sum of all losses, including

* Loss of any cabling and/or connectors on either side
* Loss of any passive components like duplexers/splitters on either side
* Path Loss of the radio link

== Link Budget Equation vs. Path Loss

* Using the Link Budget equation and resolving it for the path loss will
  give you an idea of how much path loss on the radio link you can afford
   while still having a reliable radio link.

* Resolving the path loss into a physical distance based on your path
  loss model will then give you an idea about the coverage area that
  you can expect.

NOTE:: The Rx Power substituted in the Link budget equation is
determined by the receiver sensitivity.  It is customary to add some
some safety margin to cover for fading.

== RF Link

image::ap_to_client.png[]


== Uplink Link Budget

[graphviz]
----
digraph G {
	rankdir = LR;
	MS -> MSAnt -> Path -> BTSAnt -> Cabling -> Duplexer -> Cable -> BTS;
	MSAnt [label="MS Antenna"];
	BTSAnt [label="BTS Antenna"];
}
----

The transmit power of a MS depends on various factors, such as the MS
Power Class, the frequency band and the modulation scheme used.

[options="header"]
.Typical MS transmit power levels
|===
|Power Class|Band|Modulation|Power
|4|850 / 900|GMSK|33 dBm (2 W)
|1|1800 / 1900|GMSK|30 dBm (1 W)
|E2|850 / 900|8PSK|27 dBm (0.5 W)
|E2|1800 / 1900|8PSK|26 dBm (0.4 W)
|===

The minimum reference sensitivity level of a normal GSM BTS is specified
in 3GPP TS 05.05 and required to be at least -104 dBm.  Most modern BTSs
outperform this significantly.

FIXME: Example calculation (spreadsheet screenshot?)

== Downlink Link Budget

[graphviz]
----
digraph G {
	rankdir = LR;
	BTS -> Cable -> Duplexer -> Cabling -> BTSAnt -> Path -> MSAnt -> MS;
	MSAnt [label="MS Antenna"];
	BTSAnt [label="BTS Antenna"];
}
----

The transmit power of the BTS depends on your BTS model and any possible
external power amplifiers used.

The minimum reference sensitivity level of a GSM MS is specified in 3GPP
TS 05.05 and can typically be assumed to be about -102 dB.

FIXME: Example calculation (spreadsheet screenshot?)


== Optimization of the Link Budget

If the coverage area determined by the above procedure is insufficient,
you can try to change some of the parameters, such as

* increasing transmit power by adding a bigger PA
* increasing antenna gain by using a higher gain antenna
* reducing cable losses by using better / shorter coaxial cables
* increasing the height of your antenna

include::rf.adoc[]

== The End

Questions?
personal git repositories of Harald Welte. Your mileage may vary