Clutter map plugin compute.
[Visual Basic .NET] |
---|
Public Sub Compute( _ ByVal ComputeParams As IAgStkRadarClutterMapComputeParams _ ) |
[C#] |
---|
public void Compute( IAgStkRadarClutterMapComputeParams ComputeParams ); |
[Managed C++] |
---|
public: void Compute( IAgStkRadarClutterMapComputeParams ^ ComputeParams ); |
[Unmanaged C++] |
---|
public: HRESULT Compute( IAgStkRadarClutterMapComputeParams * ComputeParams ); |
[Java] |
---|
public void compute( IAgStkRadarClutterMapComputeParams ComputeParams ); |
- ComputeParams
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).