Click or drag to resize

SignalProcessor.GetProcessingDelay Method

Get an evaluator which computes the time delay between the input and output of this 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 virtual Evaluator<Duration> GetProcessingDelay(
	EvaluatorGroup group,
	SignalPropagationGraph graph
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
An evaluator group in which to create dependent evaluators
graph
Type: AGI.Foundation.Communications.SignalPropagationGraph
The configuration of the communication link graph.

Return Value

Type: Evaluator<Duration>
An evaluator which computes the time delay of this signal processor.
See Also