Searched defs:irigunit (Results 1 – 1 of 1) sorted by relevance
208 struct irigunit { struct209 u_char timecode[2 * SUBFLD + 1]; /* timecode string */210 l_fp timestamp; /* audio sample timestamp */211 l_fp tick; /* audio sample increment */212 l_fp refstamp; /* reference timestamp */213 l_fp chrstamp; /* baud timestamp */214 l_fp prvstamp; /* previous baud timestamp */215 double integ[BAUD]; /* baud integrator */216 double phase, freq; /* logical clock phase and frequency */217 double zxing; /* phase detector integrator */[all …]