Click or drag to resize

FilteredSignalSourceGetSignalEvaluator Method

Gets a SignalEvaluator which will filter out signals from the input source which do not have a frequency which falls between the minimum and maximum frequencies of the filter.

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 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
The SignalEvaluator which will perform the filtering operation on the input signal source.

Implements

ISignalSourceGetSignalEvaluator(EvaluatorGroup, SignalPropagationGraph)
Exceptions
ExceptionCondition
ArgumentNullException Thrown if either group or graph are
PropertyInvalidException Thrown if InputSignalSource is , or if either MinimumFrequency or MaximumFrequency is less than or equal to 0.0 Hz, or if MaximumFrequency is less than MinimumFrequency.
See Also