Click or drag to resize

ConstantFrequencyMixer.GetSignalEvaluator Method (EvaluatorGroup, SignalPropagationGraph)

Get an evaluator which modifies the InputSignalProcessor by adding the AdditiveFrequency.

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
An evaluator which modifies the InputSignalProcessor.

Implements

ISignalSource.GetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when group or graph is null.
PropertyInvalidExceptionThrown if the InputSignalProcessor is null, the AdditiveFrequency is negative, or the NoiseTemperature is negative.
See Also