你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
Added gaussianprime and gaussiandoubleprime waveforms which are direct 1st and 2nd derivatives of the gaussian waveform, i.e. they don't share the same centre frequency.
这个提交包含在:
@@ -19,7 +19,7 @@ def hertzian_dipole_fs(iterations, dt, dxdydz, rx):
|
||||
|
||||
# Waveform
|
||||
w = Waveform()
|
||||
w.type = 'gaussiandot'
|
||||
w.type = 'gaussianprime'
|
||||
w.amp = 1
|
||||
w.freq = 1e9
|
||||
|
||||
@@ -31,7 +31,7 @@ def hertzian_dipole_fs(iterations, dt, dxdydz, rx):
|
||||
|
||||
# Waveform first derivative
|
||||
wdot = Waveform()
|
||||
wdot.type = 'gaussiandotdot'
|
||||
wdot.type = 'gaussiandoubleprime'
|
||||
wdot.amp = w.amp
|
||||
wdot.freq = w.freq
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户