Click or drag to resize

SignalPolarizationEvaluator.Evaluate 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.3.420.0 (24.3.420.0)
Syntax
public abstract Polarization Evaluate(
	JulianDate date,
	Signal signal
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The desired time used to determine the polarization.
signal
Type: AGI.Foundation.Communications.Signal
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