Click or drag to resize

PointScattererExtension Constructor (ScatteringCoefficient)

Initializes a new instance and sets the supplied ScatteringCoefficient as the first frequency band's scattering coefficient.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected PointScattererExtension(
	ScatteringCoefficient scatteringCoefficient
)

Parameters

scatteringCoefficient
Type: AGI.Foundation.CommunicationsScatteringCoefficient
The scattering coefficient algorithm to be used by the first frequency band in the FrequencyBands collection.
Remarks
This constructor will add a single PointScattererFrequencyBand into the frequency band collection with LowerFrequency set to to the MinimumRfFrequency value and with the scatteringCoefficient parameter set as the ScatteringCoefficient algorithm.
See Also