public interface AntennaGainPlugin<T> extends Plugin<T>
Modifier and Type | Method and Description |
---|---|
double |
evaluate(LinkResult context,
AntennaResult antenna,
double peakGain,
T input)
Calculates the precise gain from this antenna towards a specific set of
horizontal and vertical angles If no specific antenna patterns are defined
for this antenna, the peak gain is returned.
|
consistencyCheck
description
double evaluate(LinkResult context, AntennaResult antenna, double peakGain, T input)
context
- LinkResult which is the context for the AntennaResult to be evaluatedantenna
- holds the antenna results, specifically the azimuth and elevation,peakGain
- value of the peak gain of the antennainput
- plugin specific inputsCopyright © 2018. All rights reserved.