Click or drag to resize

DigitalModulator<TModulation>.GetSignalEvaluator Method (EvaluatorGroup, SignalPropagationGraph)

Gets the signal evaluator from the input signal.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.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 to propagate signals.

Return Value

Type: SignalEvaluator
The signal evaluator from the input signal.

Implements

ISignalSource.GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when group or graph is null.
PropertyInvalidExceptionThrown if the input processor or the modulation is null.
PropertyInvalidExceptionThrown when the frequency is negative.
See Also