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: 25.1.421.0 (25.1.421.0)
Syntax
public PointScattererFrequencyBand(
	double lowerFrequency,
	ScatteringCoefficient scatteringCoefficient
)

Parameters

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