Start Commit
start implementation of class based simulation of a IM/DD communication system. Mostly based on Move-It but cleaned up and with focus on direct detection, however I try to keep the versatility of move-it alive.
This commit is contained in:
6
physconst/+Constant/+HA/Boltzmann.m
Normal file
6
physconst/+Constant/+HA/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/ConductanceQuantum.m
Normal file
6
physconst/+Constant/+HA/ConductanceQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ConductanceQuantum()
|
||||
|
||||
v=1/pi;
|
||||
u=1e-10;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/Coulomb.m
Normal file
6
physconst/+Constant/+HA/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/ElectronMass.m
Normal file
6
physconst/+Constant/+HA/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=1;
|
||||
u=4.4e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/ElementaryCharge.m
Normal file
6
physconst/+Constant/+HA/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=1;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/FineStructure.m
Normal file
6
physconst/+Constant/+HA/FineStructure.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FineStructure()
|
||||
|
||||
v=7.2973525698e-3;
|
||||
u=2.4e-12;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/FluxQuantum.m
Normal file
6
physconst/+Constant/+HA/FluxQuantum.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=FluxQuantum()
|
||||
|
||||
v=pi;
|
||||
u=6.9e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/LightSpeed.m
Normal file
6
physconst/+Constant/+HA/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=137.03599907;
|
||||
u=4.4e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/Planck.m
Normal file
6
physconst/+Constant/+HA/Planck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Planck()
|
||||
|
||||
v=2*pi;
|
||||
u=7.5e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/ProtonMass.m
Normal file
6
physconst/+Constant/+HA/ProtonMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ProtonMass()
|
||||
|
||||
v=1836.15267;
|
||||
u=1.6e-4;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+HA/ReducedPlanck.m
Normal file
6
physconst/+Constant/+HA/ReducedPlanck.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ReducedPlanck()
|
||||
|
||||
v=1;
|
||||
u=1.2e-8;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user