Lines Matching +full:10 +full:khz
36 * Ottawa, Ontario. Transmissions are made continuously on 3330 kHz,
37 * 7850 kHz and 14670 kHz in upper sideband, compatible AM mode. An
44 * kHz and mu-law companding. This is the same standard as used by the
120 * where n is the number of characters in the burst (0-10), b the burst
126 * 10 38 0 16 9 06851292930685129293
128 * is interpreted as containing 10 characters with burst distance 38,
137 * where n is the number of characters in the burst (0-10), b the burst
142 * 10 40 1091891300ef6e76ec
144 * is interpreted as containing 10 characters with burst distance 40.
169 * ident identifier (CHU0 3330 kHz, CHU1 7850 kHz, CHU2 14670 kHz)
210 #define PRECISION (-10) /* precision assumed (about 1 ms) */
234 #define LAG 10 /* discriminator lag */
437 * Note the tuned frequencies are 1 kHz higher than the carrier. CHU
819 lpf += (up->lpf[11] = up->lpf[10]) * 9.631951e-01; in chu_rf()
820 lpf += (up->lpf[10] = up->lpf[9]) * 9.183463e-01; in chu_rf()
836 * framed so that bit 10 and bit 11 (stop bits) are mark and bit in chu_rf()
1085 peer->nextdate = current_time + 10; in chu_burst()
1267 for (; i < nchar && (i - 10) < k; i++) { in chu_a()
1463 temp = up->decode[i][j] + up->decode[i + 10][j]; in chu_major()
1540 * The radio can be tuned to three channels: 0 (3330 kHz), 1 in chu_newchan()
1541 * (7850 kHz) and 2 (14670 kHz). There are five one-minute in chu_newchan()