取消GPU算法中的注释

pull/3/head
陈增辉 2025-02-01 19:58:12 +08:00
parent 5ec207d932
commit 6166e7dca7
1 changed files with 6 additions and 6 deletions

View File

@ -261,12 +261,12 @@ __global__ void CUDA_Kernel_Computer_R_amp(
}
}
ampGain = TansantPatternGain * antPatternGain;
if (10 * log10(ampGain / maxReceiveAntPatternValue / maxTransAntPatternValue) < -3) { // СÓÚ-3dB
d_temp_R[idx] = 0;
d_temp_amps[idx] = 0;
return;
}
else {}
//if (10 * log10(ampGain / maxReceiveAntPatternValue / maxTransAntPatternValue) < -3) { // СÓÚ-3dB
// d_temp_R[idx] = 0;
// d_temp_amps[idx] = 0;
// return;
//}
//else {}