Click or drag to resize

TargetToReceiverDopplerShiftScalarGetEvaluator Method (EvaluatorGroup)

Gets an evaluator to compute the total doppler shift of the transmitted signal, in hertz, at the radar receiver.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ScalarEvaluator GetEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.

Return Value

Type: ScalarEvaluator
An evaluator which computes the total doppler shift of the transmitted signal, in hertz, at the radar receiver.
Exceptions
ExceptionCondition
PropertyInvalidExceptionThrown if any of the properties are .
InvalidOperationException Thrown if the RadarTransmitter, Target, and RadarReceiver instances do not form a valid link path in the SignalPropagationGraph instance.
ServiceNotAvailableException Thrown if the link between the target and radar receiver in the SignalPropagationGraph does not provide the IPropagatedSignalService. The IPropagatedSignalService can be missing if the WirelessLinkExtension was not added to the link ExtensibleObject.
ArgumentNullExceptionThrown if group is .
Remarks
The ScalarEvaluator returned from this method assumes that the evaluation time is equivalent to the time of signal transmission. The scalar value is computed in hertz.
See Also