This is a small tool for gathering and evaluating more reception-related data from the dib3000-demodulators, than the DVB-API currently makes use of. It uses the i2c-dev-interface. In order to use it, you have to enable i2c-dev in your kernel. The module i2c-dev is loaded automatically, when you want to access the /dev/i2c-*-node. If your distribution hasn't create the /dev/i2c-*-nodes you can use the make-i2c-dev-script located its source directory. It is not yet completed, but works fine for all dib3000mb-demods (all of the USB1.1 dibusb-devices are equipped with it). Having a CSV output would certainly be useful, when you want to make range tests by driving around with your car and check the signal. Nevertheless, this isn't written yet, but should be easy-going. Each line then should have an timestamp. I cannot guarantee for the values this program calculates, I'm not a signal expert, thus I don't know if they are correct. Thanks to Amaury Demol from DiBcom, who provides source for showing me how to calculate frequencies from the demod values. Patrick Boettcher PS: Please feel free to modify the source to fullfil your wishes. But please remember, it is released under the GPL, thus please send back patches to the author or to the linux-dvb mailing list, so other users can have benefit from it. us-Cable-EIA-542-IRC-center_frequencies-QAM256'>logtreecommitdiffstats
path: root/atsc/us-Cable-EIA-542-IRC-center_frequencies-QAM256
blob: f18d5e5391d6217a6ea64586ab41aa2ad1129e48 (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
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
133
134
135
136
137
138
139
140
141
142