Click or drag to resize

TargetRadarCrossSectionExtension Constructor (SignalIdentifier, ScatteringCoefficient)

Create 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 TargetRadarCrossSectionExtension(
	SignalIdentifier identifier,
	ScatteringCoefficient scatteringCoefficient
)

Parameters

identifier
Type: AGI.Foundation.CommunicationsSignalIdentifier
The SignalIdentifier identifier.
scatteringCoefficient
Type: AGI.Foundation.CommunicationsScatteringCoefficient
The point scatterer radar cross section
Remarks
By default a single PointScattererFrequencyBand ranging in frequency from MinimumRfFrequency to MaximumRfFrequency is inserted into the FrequencyBands collection with the supplied ScatteringCoefficient.
See Also