Interface AntennaGainPlugin<T>

    • Method Detail

      • evaluate

        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.
        Parameters:
        context - LinkResult which is the context for the AntennaResult to be evaluated
        antenna - holds the antenna results, specifically the azimuth and elevation,
        peakGain - value of the peak gain of the antenna
        input - plugin specific inputs
        Returns:
        The precise gain in the 3 dimensional direction specified by given angles