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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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