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/+SI/ElectronMass.m
Normal file
6
physconst/+Constant/+SI/ElectronMass.m
Normal file
@@ -0,0 +1,6 @@
|
||||
function [v,u]=ElectronMass()
|
||||
|
||||
v=9.10938291e-31;
|
||||
u=4e-38;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user