strtof -> strtod
[debian/gnuradio] / gnuradio-examples / python / channel-coding / fsm_files / awgn2o3_4_1.fsm
1 4 4 8
2
3 0       1       2       3
4 0       1       2       3
5 0       1       2       3
6 0       1       2       3
7
8 0       7       4       3
9 3       4       7       0
10 5       2       1       6
11 6       1       2       5
12
13
14
15 This is generated by the 1/2 AWGN code (5 7) by puncturing the first (MSB) bit.
16 --> d_free=3
17
18 before puncturing:
19
20
21 or in decimal representation:
22
23 0       7       12      11
24 3       4       15      8
25 13      10      1       6
26 14      9       2       5
27
28 by punturing the MSB you get (dmin=3)
29
30 0       7       4       3
31 3       4       7       0
32 5       2       1       6
33 6       1       2       5
34
35
36 and by puncturing the LSB (something is wrong with this code)
37
38 0       3       6       5
39 1       2       7       4
40 6       5       0       3
41 7       4       1       2
42