你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
updated code in a few files to make it more understandable, also used .join method at a place to increase the speed.
这个提交包含在:
@@ -456,7 +456,6 @@ def DLS(logt, rl, im, freq):
|
||||
d.imag, x[np.newaxis].T).T[0]
|
||||
cost_i = np.sum(np.abs(ip-im))/len(im)
|
||||
ee = np.mean(rl - rp)
|
||||
if ee < 1:
|
||||
ee = 1
|
||||
ee = max(ee, 1)
|
||||
cost_r = np.sum(np.abs(rp + ee - rl))/len(im)
|
||||
return cost_i, cost_r, x, ee, rp, ip
|
||||
|
在新工单中引用
屏蔽一个用户