update matlab docu

pull/1/head
Thorsten Liebig 2010-04-07 16:31:35 +02:00
parent 9ae8ac12ab
commit cf9969b5dc
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
function FDTD = InitFDTD(NrTS, endCrit, varargin)
% function FDTD = InitFDTD(NrTS, endCrit, varargin)
%
% possible arguments for useage with openEMS:
% OverSampling: nyquist oversampling of time domain dumps
%
% e.g FDTD = InitFDTD(5e5,1e-6,'OverSampling',10)
%
% openEMS matlab interface
% -----------------------
% author: Thorsten Liebig
FDTD.ATTRIBUTE.NumberOfTimesteps=NrTS;
FDTD.ATTRIBUTE.endCriteria=endCrit;