你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 12:36:51 +08:00
Changes default FFT frequency plotting range to plot to -60dB down from max.
这个提交包含在:
@@ -91,7 +91,7 @@ pltrangemin = 1
|
||||
# To a certain drop from maximum power
|
||||
pltrangemax = np.where((np.amax(Vincp[1::]) - Vincp[1::]) > 60)[0][0] + 1
|
||||
# To a maximum frequency
|
||||
pltrangemax = np.where(freqs > 2e9)[0][0]
|
||||
#pltrangemax = np.where(freqs > 2e9)[0][0]
|
||||
pltrange = np.s_[pltrangemin:pltrangemax]
|
||||
|
||||
# Print some useful values from s11, input impedance and admittance
|
||||
|
在新工单中引用
屏蔽一个用户