Home
last modified time | relevance | path

Searched refs:MAXAMP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c88 #define MAXAMP 6000. /* max signal level reference */ macro
818 * Clip noise spikes greater than MAXAMP (6000) and in wwv_receive()
822 if (sample > MAXAMP) { in wwv_receive()
823 sample = MAXAMP; in wwv_receive()
825 } else if (sample < -MAXAMP) { in wwv_receive()
826 sample = -MAXAMP; in wwv_receive()
2142 topmax = nxtmax = -MAXAMP; in wwv_corr4()
2548 dtemp = sp->count * MAXAMP; in wwv_metric()
2549 if (sp->synmax < MAXAMP) in wwv_metric()
2552 dtemp += MAXAMP in wwv_metric()
[all...]
H A Drefclock_chu.c229 #define MAXAMP 6000. /* maximum signal level */ macro
684 if (sample > MAXAMP) { in chu_audio_receive()
685 sample = MAXAMP; in chu_audio_receive()
687 } else if (sample < -MAXAMP) { in chu_audio_receive()
688 sample = -MAXAMP; in chu_audio_receive()
H A Drefclock_irig.c164 #define MAXAMP 3000. /* maximum signal amplitude */ macro
1008 * bradket the maximum signal level between MINAMP and MAXAMP to avoid
1032 } else if (up->maxsignal > MAXAMP) { in irig_gain()
/freebsd/contrib/ntp/
H A DCommitLog[all...]