From 467af5e5b6764e9bf048481a6e8b2cf500f8a251 Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Thu, 8 Sep 2011 15:43:41 +0200 Subject: [PATCH] typo in matlab SetGaussExcite --- matlab/SetGaussExcite.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/SetGaussExcite.m b/matlab/SetGaussExcite.m index ad9ab2e..cc89c4e 100644 --- a/matlab/SetGaussExcite.m +++ b/matlab/SetGaussExcite.m @@ -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 %