官方淘宝店 易迪拓培训 旧站入口
首页 > 仿真设计 > 射频仿真设计学习 > 关于EMP双指数函数的实现

关于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

Top