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:
5
physconst/+Constant/VacuumPermittivity.m
Normal file
5
physconst/+Constant/VacuumPermittivity.m
Normal file
@@ -0,0 +1,5 @@
|
||||
function [v,u]=VacuumPermittivity()
|
||||
|
||||
[v,u]=Constant.(UnitSystem()).VacuumPermittivity;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user