Files
imdd_silas/Datatypes/emlmodes.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

11 lines
171 B
Matlab

classdef emlmodes < int32
enumeration
im_linear (1)
im_cosinus (2)
pm (3)
iq_linear (4)
iq_cosinus (5)
end
end