Click or drag to resize

SignalProcessorGetProcessingDelay 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: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Evaluator<Duration> GetProcessingDelay(
	EvaluatorGroup group,
	SignalPropagationGraph graph
)

Parameters

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

Return Value

Type: EvaluatorDuration
An evaluator which computes the time delay of this signal processor.
See Also