Click or drag to resize

ConstantFrequencyMixerGetSignalEvaluator 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.1.418.0 (24.1.418.0)
Syntax
public override SignalEvaluator GetSignalEvaluator(
	EvaluatorGroup group,
	SignalPropagationGraph graph
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of the communication links used to propagate signals.

Return Value

Type: SignalEvaluator
An evaluator which modifies the InputSignalProcessor.

Implements

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