Click or drag to resize

SphericalTabularMonostaticCrossSectionScatteringCoefficientComputeScatteringCoefficient Method (Spherical)

Computes the scattering coefficient in the supplied monostatic direction.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected ComplexCrossSectionScatteringCoefficient ComputeScatteringCoefficient(
	Spherical monoStaticDirection
)

Parameters

monoStaticDirection
Type: AGI.Foundation.CoordinatesSpherical
The monostatic direction used to compute the scattering coefficient.

Return Value

Type: ComplexCrossSectionScatteringCoefficient
The scattering coefficient as a 2x2 complex matrix.
See Also