forked from quiet/quiet-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quiet-profiles.json
132 lines (132 loc) · 3.41 KB
/
quiet-profiles.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"cable-highspeed": {
"ofdm": {
"num_subcarriers": 128,
"cyclic_prefix_length": 16,
"taper_length": 8,
"left_band": 0,
"right_band": 9
},
"checksum_scheme": "crc32",
"inner_fec_scheme": "v27p23",
"outer_fec_scheme": "rs8",
"mod_scheme": "qam1024",
"frame_length": 2200,
"modulation": {
"center_frequency": 11025,
"gain": 0.15
},
"interpolation": {
"samples_per_symbol": 2,
"symbol_delay": 4,
"excess_bandwidth": 0.35
},
"encoder_filters": {
"dc_filter_alpha": 0.1
},
"resampler": {
"delay": 13,
"bandwidth": 0.45,
"attenuation": 60,
"filter_bank_size": 64
}
},
"modem": {
"checksum_scheme": "crc32",
"inner_fec_scheme": "v27p23",
"outer_fec_scheme": "rs8",
"mod_scheme": "qam256",
"frame_length": 400,
"modulation": {
"samples_per_symbol": 2,
"symbol_delay": 4,
"excess_bandwidth": 0.35,
"center_radians": 1.5708,
"gain": 0.15
},
"encoder_filters": {
"dc_filter_alpha": 0.01
},
"resampler": {
"delay": 13,
"bandwidth": 0.45,
"attenuation": 60,
"filter_bank_size": 64
}
},
"ultrasonic": {
"checksum_scheme": "crc32",
"inner_fec_scheme": "v27",
"outer_fec_scheme": "none",
"mod_scheme": "gmsk",
"frame_length": 25,
"modulation": {
"center_frequency": 18115,
"gain": 0.15
},
"interpolation": {
"samples_per_symbol": 10,
"symbol_delay": 4,
"excess_bandwidth": 0.35
},
"encoder_filters": {
"dc_filter_alpha": 0.01
},
"resampler": {
"delay": 13,
"bandwidth": 0.45,
"attenuation": 60,
"filter_bank_size": 64
}
},
"audible": {
"checksum_scheme": "crc32",
"inner_fec_scheme": "v27",
"outer_fec_scheme": "none",
"mod_scheme": "gmsk",
"frame_length": 25,
"modulation": {
"center_frequency": 4200,
"gain": 0.15
},
"interpolation": {
"samples_per_symbol": 10,
"symbol_delay": 4,
"excess_bandwidth": 0.35
},
"encoder_filters": {
"dc_filter_alpha": 0.01
},
"resampler": {
"delay": 13,
"bandwidth": 0.45,
"attenuation": 60,
"filter_bank_size": 64
}
},
"audible-psk": {
"checksum_scheme": "crc32",
"inner_fec_scheme": "v27",
"outer_fec_scheme": "none",
"mod_scheme": "psk2",
"frame_length": 25,
"modulation": {
"center_frequency": 4200,
"gain": 0.15
},
"interpolation": {
"samples_per_symbol": 10,
"symbol_delay": 4,
"excess_bandwidth": 0.35
},
"encoder_filters": {
"dc_filter_alpha": 0.01
},
"resampler": {
"delay": 13,
"bandwidth": 0.45,
"attenuation": 60,
"filter_bank_size": 64
}
}
}