Many changes towards simulation of JLT and once again the evaluation of the Highspeed data from Lab experiments 2024
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
|
||||
Reference in New Issue
Block a user