Click or drag to resize

PointScattererFrequencyBand Constructor (Double, ScatteringCoefficient)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointScattererFrequencyBand(
	double lowerFrequency,
	ScatteringCoefficient scatteringCoefficient
)

Parameters

lowerFrequency
Type: SystemDouble
The lower frequency, in hertz, for the band of interest.
scatteringCoefficient
Type: AGI.Foundation.CommunicationsScatteringCoefficient
The ScatteringCoefficient instance which defines how the frequency band will scatter incident signals.
See Also