取消GPU算法中的注释
parent
5ec207d932
commit
6166e7dca7
|
|
@ -261,12 +261,12 @@ __global__ void CUDA_Kernel_Computer_R_amp(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ampGain = TansantPatternGain * antPatternGain;
|
ampGain = TansantPatternGain * antPatternGain;
|
||||||
if (10 * log10(ampGain / maxReceiveAntPatternValue / maxTransAntPatternValue) < -3) { // СÓÚ-3dB
|
//if (10 * log10(ampGain / maxReceiveAntPatternValue / maxTransAntPatternValue) < -3) { // СÓÚ-3dB
|
||||||
d_temp_R[idx] = 0;
|
// d_temp_R[idx] = 0;
|
||||||
d_temp_amps[idx] = 0;
|
// d_temp_amps[idx] = 0;
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
else {}
|
//else {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue