summaryrefslogtreecommitdiff
path: root/gr-trellis/examples/python/fsm_files/awgn2o3_4ungerboeck.fsm
blob: 160f4ea30fb35d9f1f8429b3db0ed09205c4a0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
4 4 8

0	0	1	1
2	2	3	3
0	0	1	1
2	2	3	3


0	4	2	6
1	5	3	7
2	6	0	4
3	7	1	5



This is the Ungerboeck code for 8-PSK (natural mapping).
The states are defined in Ungerboeck's way. 

d_free^2=4 Es -> 3.0 dB over uncoded QPSK 

Parity check matrix in octal: [0 2 5]

Generator matrix:

[1	0	0
 0	1+D^2	D]