工具与软件:
您好!
在 Gtrack 代码中,有一句话:
/* Ghost Points Marking*/ if(inst->isAssociationGhostMarking) { /* First, check whether we are moving and point is dynamic with larger range */ if( (isUnitStatic == false) && // Only moving targets can produce ghosts (point[n].vector.range > inst->H_s.vector.range) && // Behind the target isDynamicPoint ) // Only dynamic points can be marked {
只有移动的目标才会产生重影、这里的雷达是静态的。 现在、如果雷达在移动、 那么"只有移动的目标才能产生重影"一句话是正确的、还是不正确? 它是否相对于雷达状态(静态或动态)?
BR、
速率