Clutter map plugin compute.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def Compute(self, ComputeParams:"IAgStkRadarClutterMapComputeParams") -> None: |
- 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).






