关于EMP双指数函数的实现.
来源:
更新时间:2024-07-27
阅读:
vba中编辑函数:
Function ExcitationFunction(dtime As Double) As Double
'Assign the excitation signal value for the given time to the function name.
ExcitationFunction = 52500*(Exp(-4000000*dtime)-Exp(-476000000*dtime))
End Function
保存可.注意TOTAL=0.00000001
:11bb