openEMS/matlab/physical_constants.m

13 lines
259 B
Mathematica
Raw Normal View History

2010-03-30 19:14:00 +08:00
%
% physical constants
%
% Bronstein 3rd ed., 1997, pp. 945-946
C0 = 299792458; % m/s
2019-05-20 04:09:04 +08:00
c0 = C0; % constants in capital letters, c0 for legacy support
2010-03-30 19:14:00 +08:00
MUE0 = 4e-7*pi; % N/A^2
EPS0 = 1/(MUE0*C0^2); % F/m
% free space wave impedance
Z0 = sqrt(MUE0/EPS0); % Ohm