halfway merged and pulled?!
This commit is contained in:
9
Datatypes/adaption_method.m
Normal file
9
Datatypes/adaption_method.m
Normal file
@@ -0,0 +1,9 @@
|
||||
classdef adaption_method < int32
|
||||
|
||||
enumeration
|
||||
lms (1)
|
||||
nlms (2)
|
||||
rls (3)
|
||||
end
|
||||
|
||||
end
|
||||
10
Datatypes/polarization_control_mode.m
Normal file
10
Datatypes/polarization_control_mode.m
Normal file
@@ -0,0 +1,10 @@
|
||||
classdef polarization_control_mode < int32
|
||||
|
||||
enumeration
|
||||
random (1)
|
||||
rot_angle (2)
|
||||
rot_power (3)
|
||||
deactivate (4)
|
||||
end
|
||||
|
||||
end
|
||||
8
Datatypes/processingMode.m
Normal file
8
Datatypes/processingMode.m
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
classdef processingMode < int32
|
||||
enumeration
|
||||
serial (1)
|
||||
parallel (2)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user