FreeCalypso > hg > gsm-net-reveng
comparison pathloss/pcs.in @ 65:b3f04535eb14
pathloss: initial code, no distance calculation yet
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Oct 2024 07:42:53 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
64:0364d77aca58 | 65:b3f04535eb14 |
---|---|
1 # Attempt to model path loss in PCS band with a high-power BTS, | |
2 # as we presume T-Mobile must have operated in the Olden Days. | |
3 | |
4 band PCS | |
5 | |
6 bts-param 43 -109 11 # Tx power, Rx sensitivity, antenna gain | |
7 | |
8 bts-height 45 ft | |
9 | |
10 # standard MS | |
11 | |
12 ms-param 30 -102 # Tx power, Rx sensitivity | |
13 | |
14 ms-height 5 ft | |
15 | |
16 # modeled losses | |
17 | |
18 loss 2 # duplexer and cable at BTS | |
19 loss 2 # user body | |
20 loss 7.5 # margin |