Overview
App to do loss calculations for links.
Can be opened via ODLUX NetworkMap, in that case data is preset.
GUI
ViewMode
- geo coordinates can be entered manually
- the distance between the selected coordinates will be calculated automatically
- frequency can be entered manually
- rain rate can be entered manually or set to the ITU recommendation
DesignMode
- relevant parameters are passed in via the url (from the network map)
- the user cannot change the lat/lon values of the link
- rain rate is auto-filled (according to ITU.P-R 837)
Loss Calculations
The following loss calculations should be performed by the link calculator:
- FSPL (dB)
- Rain Loss (dB)
- Gaseous Loss (Oxygen and water vapour) (ITU.P-R 676)
- Dual Polarization loss (H V)
Architecture
Note on Link Calculation
Originally, the link calculation should have been included in the ODLUX NetworkMap.
After further discussions, the decision was made to move the link calculation functionality into a new app.
The link calculator accesses the topology-api server to do its calculations.
Use Case
Use Case | description |
---|---|
Link calculation |
|
Interfaces
URL
odluxurl?lat1={siteA.lat}&lon1={siteA.lon}&lat2={siteB.lat}&lon2={siteB.lon}&siteA={nameA}&siteB={nameB}&distance={distance}