Click or drag to resize

SignalPolarizationEvaluatorEvaluate Method

Given a signal and a time of interest, produces a signal polarization.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Polarization Evaluate(
	JulianDate date,
	Signal signal
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The desired time used to determine the polarization.
signal
Type: AGI.Foundation.CommunicationsSignal
The signal from which to determine the polarization.

Return Value

Type: Polarization
The polarization based on a supplied signal and date or null. If null is returned the polarization could not be determined for the supplied signal and date and therefore the signal is not polarized.
See Also