关于EMP双指数函数的实现
05-08
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
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
相关文章:
射频专业培训教程推荐