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/+S/Boltzmann.m
Normal file
6
physconst/+Constant/+S/Boltzmann.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Boltzmann()
|
||||
|
||||
v=1;
|
||||
u=9.1e-7;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+S/Coulomb.m
Normal file
6
physconst/+Constant/+S/Coulomb.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Coulomb()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+S/ElementaryCharge.m
Normal file
6
physconst/+Constant/+S/ElementaryCharge.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElementaryCharge()
|
||||
|
||||
v=1;
|
||||
u=2.2e-8;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+S/Gravitational.m
Normal file
6
physconst/+Constant/+S/Gravitational.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=Gravitational()
|
||||
|
||||
v=1;
|
||||
u=4.7e-5;
|
||||
|
||||
end
|
||||
6
physconst/+Constant/+S/LightSpeed.m
Normal file
6
physconst/+Constant/+S/LightSpeed.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=LightSpeed()
|
||||
|
||||
v=1;
|
||||
u=0;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user