typo in matlab SetGaussExcite

This commit is contained in:
Thorsten Liebig 2011-09-08 15:43:41 +02:00
parent 422f17b414
commit 467af5e5b6

View File

@ -2,7 +2,7 @@ function FDTD = SetGaussExcite(FDTD,f0,fc)
% function FDTD = SetGaussExcite(FDTD,f0,fc);
%
% f0 : center frequency
% fc : 3dB cutoff frequency --> bandwidth is 2*fc
% fc : 20dB cutoff frequency --> bandwidth is 2*fc
%
% see also SetSinusExcite SetCustomExcite
%