2010-04-24 19:09:24 +08:00
|
|
|
function FDTD = SetSinusExcite(FDTD,f0)
|
|
|
|
% function FDTD = SetSinusExcite(FDTD,f0)
|
|
|
|
%
|
|
|
|
% see also SetGaussExcite SetCustomExcite
|
|
|
|
%
|
|
|
|
% e.g FDTD = SetSinusExcite(FDTD,1e9);
|
|
|
|
%
|
|
|
|
% openEMS matlab interface
|
|
|
|
% -----------------------
|
|
|
|
% author: Thorsten Liebig
|
2010-03-25 01:39:58 +08:00
|
|
|
|
|
|
|
FDTD.Excitation.ATTRIBUTE.Type=1;
|
|
|
|
FDTD.Excitation.ATTRIBUTE.f0=f0;
|