Lines Matching +full:98 +full:h
5 * This program can generate audio signals that simulate the WWV/H
8 * intended to test the WWV/H driver (refclock_wwv.c) and the IRIG
25 * format; the h option switches to WWVH format and the i option
34 * warning bit in the WWV/H timecode, so is handy to check for correct
39 * During operation the program displays the WWV/H timecode (9 digits)
43 * left to right. For WWV/H The leap warning L preceeds the first bit.
52 #include <stdio.h>
53 #include <stdlib.h>
54 #include <time.h>
55 #include <sys/audio.h>
56 #include <math.h>
57 #include <errno.h>
58 #include <sys/types.h>
59 #include <sys/stat.h>
60 #include <fcntl.h>
61 #include <string.h>
62 #include <unistd.h>
72 #define DATA0 200 /* WWV/H 0 pulse */
73 #define DATA1 500 /* WWV/H 1 pulse */
74 #define PI 800 /* WWV/H PI pulse */
83 96, 98, 99, 100, 101, 101, 102, 103, 103, 103, /* 10-19 */
84 103, 103, 103, 103, 102, 101, 101, 100, 99, 98, /* 20-29 */
93 int c6000[] = {1, 63, 78, 86, 93, 98, 101, 104, 107, 110, /* 0-9 */
96 112, 110, 107, 104, 101, 98, 93, 86, 78, 63, /* 30-39 */
126 * WWV/H format (100-Hz, 9 digits, 1 m frame)
278 case 'd': /* set DST for summer (WWV/H only) */ in main()
282 case 'h': /* select WWVH sync frequency */ in main()
290 case 'l': /* set leap warning bit (WWV/H only) */ in main()
371 * For WWV/H and default time, carefully set the signal in main()
399 * once per minute for WWV/H and once per second for IRIG. in main()
502 * The WWV/H second consists of 9 BCD digits of width- in main()
574 * Generate WWV/H 0 or 1 data pulse.
588 * WWV/H radio clock worked much better. in sec()