Lines Matching defs:irigunit

208 struct irigunit {  struct
209 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 */
218 double yxing; /* cycle phase */
219 double exing; /* envelope phase */
220 double modndx; /* modulation index */
221 double irig_b; /* IRIG-B signal amplitude */
222 double irig_e; /* IRIG-E signal amplitude */
223 int errflg; /* error flags */
227 double comp[SIZE]; /* decompanding table */
228 double signal; /* peak signal for AGC */
229 int port; /* codec port */
230 int gain; /* codec gain */
231 int mongain; /* codec monitor gain */
232 int seccnt; /* second interval counter */
237 double bpf[9]; /* IRIG-B filter shift register */
238 double lpf[5]; /* IRIG-E filter shift register */
239 double envmin, envmax; /* envelope min and max */
240 double slice; /* envelope slice level */
241 double intmin, intmax; /* integrated envelope min and max */
242 double maxsignal; /* integrated peak amplitude */
243 double noise; /* integrated noise amplitude */
244 double lastenv[CYCLE]; /* last cycle amplitudes */
245 double lastint[CYCLE]; /* last integrated cycle amplitudes */
246 double lastsig; /* last carrier sample */
247 double fdelay; /* filter delay */
248 int decim; /* sample decimation factor */
249 int envphase; /* envelope phase */
250 int envptr; /* envelope phase pointer */
251 int envsw; /* envelope state */
252 int envxing; /* envelope slice crossing */
253 int tc; /* time constant */
254 int tcount; /* time constant counter */
255 int badcnt; /* decimation interval counter */
260 int pulse; /* cycle counter */
261 int cycles; /* carrier cycles */
262 int dcycles; /* data cycles */
263 int lastbit; /* last code element */
264 int second; /* previous second */
265 int bitcnt; /* bit count in frame */
266 int frmcnt; /* bit count in second */
267 int xptr; /* timecode pointer */
268 int bits; /* demodulated bits */