You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Overview

App to do loss calculations for links. 

Can be opened via ODLUX NetworkMap, in that case data is preset.


GUI

Link Calculator 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 Casedescription
Link calculation
  • Calculator provides input window for parameter
  • If link data was passed via network map:
  • All parameters, specified by the “link” are prefilled in the formular (GeoA, GeoB)
  • User can input frequency. If empty “normal” bands are calculated.
  • After clicking Ok, the calculator starts.
  • Output is presented according to input.

Interfaces

URL

odluxurl?lat1={siteA.lat}&lon1={siteA.lon}&lat2={siteB.lat}&lon2={siteB.lon}&siteA={nameA}&siteB={nameB}&distance={distance}



  • No labels