typo in matlab SetGaussExcite

pull/1/head
Thorsten Liebig 2011-09-08 15:43:41 +02:00
parent 422f17b414
commit 467af5e5b6
1 changed files with 1 additions and 1 deletions

View File

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