added free space wave impedance to physical_constants.m
This commit is contained in:
parent
7869a5f2d5
commit
1054fe0b75
@ -6,3 +6,6 @@
|
|||||||
c0 = 299792458; % m/s
|
c0 = 299792458; % m/s
|
||||||
MUE0 = 4e-7*pi; % N/A^2
|
MUE0 = 4e-7*pi; % N/A^2
|
||||||
EPS0 = 1/(MUE0*c0^2); % F/m
|
EPS0 = 1/(MUE0*c0^2); % F/m
|
||||||
|
|
||||||
|
% free space wave impedance
|
||||||
|
Z0 = sqrt(MUE0/EPS0); % Ohm
|
||||||
|
Loading…
Reference in New Issue
Block a user