Lines Matching refs:WWV
4 * tg.c generate WWV or IRIG signals for test
7 * This program can generate audio signals that simulate the WWV/H
10 * intended to test the WWV/H driver (refclock_wwv.c) and the IRIG
26 * over the range 0-255. The signal generator by default uses WWV
36 * warning bit in the WWV/H timecode, so is handy to check for correct
41 * During operation the program displays the WWV/H timecode (9 digits)
45 * left to right. For WWV/H The leap warning L preceeds the first bit.
84 * pulses for WWV format.
114 * - Corrected WWV(H) signal to leave "tick" sound off of 29th and 59th second of minute.
115 * - Adjusted verbose output format for WWV(H).
243 #define WWV (0) /* WWV encoder */
248 #define DATA0 (200) /* WWV/H 0 pulse */
249 #define DATA1 (500) /* WWV/H 1 pulse */
250 #define PI (800) /* WWV/H PI pulse */
336 * WWV/H format (100-Hz, 9 digits, 1 m frame)
517 int tone = 1000; /* WWV sync frequency */
518 int HourTone = 1500; /* WWV hour on-time frequency */
719 case 'd': /* set DST for summer (WWV/H only) / start with DST active (IRIG) */
723 case 'f': /* select format: i=IRIG-98 (default) 2=IRIG-2004 3-IRIG+IEEE-1344 w=WWV(H) */
829 case 's': /* set leap warning bit (WWV/H only) */
963 printf ("\nFormat is WWV(H)...\n\n");
964 encode = WWV;
1095 * For WWV/H and default time, carefully set the signal
1098 case WWV:
1099 printf("WWV time signal, starting point:\n");
1153 * once per minute for WWV/H and once per second for IRIG.
1374 if (encode == WWV) {
1818 * The WWV/H second consists of 9 BCD digits of width-
1821 case WWV:
2194 * Generate WWV/H 0 or 1 data pulse.
2202 * The WWV data pulse begins with 5 ms of 1000 Hz follwed by a
2209 * WWV/H radio clock worked much better.
2242 * Generate WWV/H 0 or 1 data pulse, with no tick, for 29th and 59th seconds
2250 * The WWV data pulse begins with 5 ms of 1000 Hz follwed by a
2257 * WWV/H radio clock worked much better.
2454 printf ("\n\nTime Code Generation - IRIG-B or WWV, v%d.%d, %s dmw", VERSION, ISSUE, ISSUE_DATE);
2467 printf ( "\n w = WWV(H)");
2476 printf ( "\n -s Set leap warning bit (WWV[H] only)");
2477 printf ( "\n -t sync_frequency WWV(H) on-time pulse tone frequency (default 1200)");
2478 printf ( "\n -u DUT1_offset Set WWV(H) DUT1 offset -7 to +7 (default 0)");