/
A18.3 DEVELOP A PLUGIN
A18.3 DEVELOP A PLUGIN
We want to develop a PMP that calculates the path loss as an increasing function starting from 0 (when the distance is 0) and growing towards infinity at the square of the distance times a distribution given as input by the user. In pseudo code something like the following:
path loss = dist(tx, rx)^2 * distribution.trial()
Note: This is just an example and not a real propagation model.
The following prerequisites are assumed:
- basic understanding of Java;
- intellij IDEA is installed and used for development;
- maven 3 (3.0.0 or above) is installed;
- seamcat-model-5.0.0.jar is downloaded.
Related content
A18.5 EXAMPLE OF PMP
A18.5 EXAMPLE OF PMP
More like this
A17.1.4 Propagation model plugin
A17.1.4 Propagation model plugin
More like this
14.4 Propagation Model Plugin (PMP)
14.4 Propagation Model Plugin (PMP)
More like this
2.16 Testing propagation models
2.16 Testing propagation models
More like this
A.17.14.3.1 SEAMCAT Specific Implementation
A.17.14.3.1 SEAMCAT Specific Implementation
More like this
A18.3.1 Setting up the project
A18.3.1 Setting up the project
More like this