Lines Matching full:metric
140 #define METRIC 0x0080 /* one or more stations heard */
492 double metric; /* signal quality metric */
1187 * When the channel metric reaches threshold and the second
1205 if (sp->metric >= TTHR && epoch == sp->mepoch % WWV_SEC)
1350 sp->metric = 0;
1352 sp->metric = wwv_metric(sp);
1357 sp->reach & 0xffff, sp->metric, sp->synmax,
1823 * the channel metric computed by the wwv_metric() routine.
1842 sp->metric = wwv_metric(sp);
1857 rp->metric = wwv_metric(rp);
1865 sp->metric, sp->synmax, sp->synsnr,
1867 rp->metric, rp->synmax, rp->synsnr);
2002 * down, so the data pulse is unusable as quality metric. If
2382 * This routine selects the best channel using a metric computed from
2384 * award goes to the the channel with the highest metric; but, in case
2390 * the metric must be at least MTHR (13); otherwise, the station select
2410 * maximum metric.
2417 dtemp = rp->metric;
2424 dtemp = rp->metric;
2443 if (up->status & METRIC) {
2444 up->status &= ~METRIC;
2453 up->status |= METRIC;
2535 * wwv_metric - compute station metric
2656 sp->metric, up->errcnt, up->freq / WWV_SEC * 1e6,