STK AgRadarPluginSend comments on this topic.
Compute Method (IAgStkRadarClutterMapPlugin)
See Also
ComputeParams
Windows





Windows & Linux

Description

Clutter map plugin compute.

Syntax

[Visual Basic .NET]
Public Sub Compute( _
    ByVal ComputeParams As IAgStkRadarClutterMapComputeParams _
)
[Managed C++]
public: void Compute(
    IAgStkRadarClutterMapComputeParams ^ ComputeParams
);
[Unmanaged C++]
public: HRESULT Compute(
    IAgStkRadarClutterMapComputeParams * ComputeParams
);

Parameters

ComputeParams

Remarks

The Compute method is responsible for modifying the the power of the incoming signal returned by the %Signal:AgStkRadar~IAgStkRadarClutterMapComputeParams~Signal% property of the computeParams input parameter by the clutter coefficient of the patch. The signal represents the transmitted signal from the radar, which has been propagated to the clutter patch location. The clutter map plugin may also modify any of the other settable properties of the signal to model the desired behavior. The signal can be cast to the %IAgStkRadarSignal:AgStkRadar~IAgStkRadarSignal% interface to obtain radar signal specific data such as pulse repetition frequency (PRF).

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.