update matlab docu
parent
9ae8ac12ab
commit
cf9969b5dc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue