More protocol decoding
This commit is contained in:
parent
6ee9701435
commit
f444daeeca
3 changed files with 230 additions and 89 deletions
|
|
@ -42,6 +42,10 @@ Min = 00000000000000000000 0000 0000 0000
|
|||
1/2 = 00000111000100011000000000000000
|
||||
Uni = 00100000000000000000000000000000
|
||||
Max = 01000000000000000000000000000000
|
||||
20 bits = 0 -> 0x40000 -> 0x80000
|
||||
18 bits = 0 -> 0x10000 -> 0x20000
|
||||
10**(db/20) * 0x40000
|
||||
6.0206db = 0x80000
|
||||
|
||||
Phase = 11000000000000000000000000000000
|
||||
2's complement -
|
||||
|
|
@ -96,7 +100,7 @@ gain2 =
|
|||
4: 00000000000010000000000000000001
|
||||
4: 00000000000010010000000000000001
|
||||
4: 00000000000001110000000000000001
|
||||
4: 00000000000100100000000000000001
|
||||
4: 00000000000100100000000000000001
|
||||
|
||||
unsure what these are - output gain?
|
||||
outputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue