SwerlingTargetModel Enumeration |
Models, introduced by Peter Swerling, used to describe the statistical properties of a target radar cross section.
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 SwerlingTargetModel
Public Enumeration SwerlingTargetModel
public enum class SwerlingTargetModel
Members
| Member name | Description |
---|
| None |
Used to indicate that no Swerling model for the radar cross section should be used.
|
| I |
Describes a target whose radar cross section is constant throughout a single scan.
|
| II |
Describes a target whose radar cross section values returned are independent from pulse to pulse, instead of scan to scan.
|
| III |
Describes a target whose radar cross section varies according to a Chi-squared probability density function with four degrees of freedom.
The radar cross section is constant throughout a single scan.
|
| IV |
Describes a target whose radar cross section varies according to a Chi-squared probability density function with four degrees of freedom.
The radar cross section varies from pulse to pulse, instead of scan to scan.
|
See Also