中文说明:FDTD仿真电磁波传播在MATLAB %加入脉冲源 t = n*del_t; term = (t-mean); pulse = (-1/sqrt(2*pi)/dev^3)*term; pulse = pulse* exp((-1/2/dev^2)*term^2) / pulsenorm; source = pulse * ones(1,nodes) .* taper; % DBD correction
English Description:
FDTD simulation of electromagnetic wave propagation in MATLAB & nbsp;% add pulse source