Files
imdd_silas/physconst/+Constant/+SI/LightSpeed.m
Silas Oettinghaus 6d53823466 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.
2023-05-12 15:28:23 +02:00

7 lines
52 B
Matlab

function [v,u]=LightSpeed()
v=299792458;
u=0;
end