SignalToNoiseRatioComputeMode Enumeration |
Indicates they type of computed signal-to-noise ratio used to compute probability of detection.
Namespace:
AGI.Foundation.Radar
Assembly:
AGI.Foundation.Radar (in AGI.Foundation.Radar.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SignalToNoiseRatioComputeMode
Public Enumeration SignalToNoiseRatioComputeMode
public enum class SignalToNoiseRatioComputeMode
type SignalToNoiseRatioComputeMode
Members
| Member name | Description |
---|
| SinglePulse |
Use the single pulse signal to noise ratio in order to compute the probability of detection
|
| Integrated |
Use the integrated signal to noise ratio in order to compute the probability of detection
|
See Also