openEMS/matlab/SetSinusExcite.m

4 lines
108 B
Mathematica
Raw Normal View History

2010-03-25 01:39:58 +08:00
function FDTD = SetGaussExcite(FDTD,f0);
FDTD.Excitation.ATTRIBUTE.Type=1;
FDTD.Excitation.ATTRIBUTE.f0=f0;