Click or drag to resize

MitchellWalkerProbabilityOfDetectionScalar Constructor (IServiceProvider, IServiceProvider, IServiceProvider, IntendedSignalStrategy, SignalPropagationGraph, SignalToNoiseRatioComputeMode)

Initializes a new instance.

Namespace:  AGI.Foundation.Radar
Assembly:  AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MitchellWalkerProbabilityOfDetectionScalar(
	IServiceProvider radarTransmitter,
	IServiceProvider target,
	IServiceProvider radarReceiver,
	IntendedSignalStrategy intendedSignalStrategy,
	SignalPropagationGraph graph,
	SignalToNoiseRatioComputeMode computeMode
)

Parameters

radarTransmitter
Type: SystemIServiceProvider
An IServiceProvider which represents the radar transmitter.
target
Type: SystemIServiceProvider
An IServiceProvider which represents the radar target. A valid target instance must provide the IPointScattererService service.
radarReceiver
Type: SystemIServiceProvider
An IServiceProvider which represents the radar receiver.
intendedSignalStrategy
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The method used to identify the desired signal for scalar evaluation.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of communication and radar links used to propagate signals.
computeMode
Type: AGI.Foundation.RadarSignalToNoiseRatioComputeMode
Mode for computing the signal-to-noise ratio used to determine the probability of detection.
Remarks
See Also