Click or drag to resize

SignalProcessorGetSignalEvaluator 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: 24.1.418.0 (24.1.418.0)
Syntax
public SignalEvaluator GetSignalEvaluator(
	SignalPropagationGraph graph
)

Parameters

graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
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