Click or drag to resize

VariableGainAmplifier.GetSignalEvaluator Method (EvaluatorGroup, SignalPropagationGraph)

Get an evaluator which modifies the InputSignalProcessor by applying the computed amplifier gain.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override SignalEvaluator GetSignalEvaluator(
	EvaluatorGroup group,
	SignalPropagationGraph graph
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create the evaluator.
graph
Type: AGI.Foundation.Communications.SignalPropagationGraph
The graph of the communication links used in the analysis.

Return Value

Type: SignalEvaluator
An evaluator which modifies the InputSignalProcessor by applying the computed amplifier gain.

Implements

ISignalSource.GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when group or graph is null.
PropertyInvalidExceptionThrown if the InputSignalProcessor is null.
PropertyInvalidExceptionThrown if NoiseTemperature is less than zero.
PropertyInvalidExceptionThrown if the BackoffCurvesList count is zero.
See Also