Click or drag to resize

SignalProcessor.GetSignalEvaluator Method (SignalPropagationGraph)

Get an evaluator which can produce the output from the signal processor.

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 SignalEvaluator GetSignalEvaluator(
	SignalPropagationGraph graph
)

Parameters

graph
Type: AGI.Foundation.Communications.SignalPropagationGraph
The graph of the communication links used to propagate signals.

Return Value

Type: SignalEvaluator
An evaluator which produces the output signal from this signal processor.
See Also