EffectiveIsotropicRadiatedPowerScalarGetEvaluator Method (EvaluatorGroup) |
Gets an evaluator to compute the effective isotropic radiated power (EIRP), in Watts, of the
radar transmitter. EIRP is computed by multiplying the transmitted signal power by the transmit antenna gain in the direction of the
target.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override ScalarEvaluator GetEvaluator(
EvaluatorGroup group
)
Public Overrides Function GetEvaluator (
group As EvaluatorGroup
) As ScalarEvaluator
public:
virtual ScalarEvaluator^ GetEvaluator(
EvaluatorGroup^ group
) override
abstract GetEvaluator :
group : EvaluatorGroup -> ScalarEvaluator
override GetEvaluator :
group : EvaluatorGroup -> ScalarEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.
Return Value
Type:
ScalarEvaluator
An evaluator which computes the effective isotropic radiated power (EIRP), in Watts, of the
radar transmitter. EIRP is computed by multiplying the transmitted signal power by the transmit antenna gain in the direction of the
target.
Exceptions Remarks
The
ScalarEvaluator returned from this method assumes that the evaluation time is equivalent to the
time of signal transmission. The evaluator computes EIRP in Watts.
See Also