Click or drag to resize

ScalarCarrierToNoiseDensity Constructor (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy)

Initialize a new instance based on the given parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarCarrierToNoiseDensity(
	IServiceProvider receiver,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignalStrategy
)

Parameters

receiver
Type: SystemIServiceProvider
The receiver which provides the ISignalOutputService needed to compute this scalar.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of communication links used to propagate signals.
intendedSignalStrategy
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The method used to identify the signal to use when computing the scalar value.
See Also