Many changes
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
classdef db_mode < int32
|
||||
|
||||
enumeration
|
||||
no_db (0)
|
||||
db_precoded (1)
|
||||
db_encoded (2)
|
||||
db_emulate (3)
|
||||
no_db (0)
|
||||
db_precoded (1) %sequence is precoded
|
||||
db_encoded (2) %sequence is precoded and encoded
|
||||
db_emulate (3) %for eq'ing: emulate precode on sequence that was not precoded at tx
|
||||
db_discard (4) %for eq'ing: discard precode on sequence that was precoded at tx
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user