Click or drag to resize

SphericalTabularMonostaticCrossSectionScatteringCoefficientApplyScatteringCoefficient Method (UnitCartesian, UnitCartesian, UnitQuaternion, Signal, Signal)

Applies the scattering coefficient to the input signals.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override SignalCollection ApplyScatteringCoefficient(
	UnitCartesian incidentDirection,
	UnitCartesian reflectedDirection,
	UnitQuaternion sourceToSinkRotation,
	Signal primaryPolarizationInputSignal,
	Signal orthogonalPolarizationInputSignal
)

Parameters

incidentDirection
Type: AGI.Foundation.CoordinatesUnitCartesian
The incident direction.
reflectedDirection
Type: AGI.Foundation.CoordinatesUnitCartesian
The reflected direction.
sourceToSinkRotation
Type: AGI.Foundation.CoordinatesUnitQuaternion
The unit quaternion which represents the rotation from the source axes to the sink axes.
primaryPolarizationInputSignal
Type: AGI.Foundation.CommunicationsSignal
The input signals from the primary polarization channel to be modified by the scattering coefficient.
orthogonalPolarizationInputSignal
Type: AGI.Foundation.CommunicationsSignal
The input signals from the orthogonal polarization channel to be modified by the scattering coefficient.

Return Value

Type: SignalCollection
The reflected signals which is the input signals modified by the computed scattering coefficient.
See Also