Searched refs:nxtmax (Results 1 – 1 of 1) sorted by relevance
973 static double epomax, nxtmax; /* second sync amplitude buffer */ in wwv_rf() local1269 nxtmax = fabs(epobuf[j]); in wwv_rf()1273 up->eposnr = wwv_snr(epomax, nxtmax); in wwv_rf()2144 double topmax, nxtmax; /* metrics */ in wwv_corr4() local2161 topmax = nxtmax = -MAXAMP; in wwv_corr4()2168 nxtmax = topmax; in wwv_corr4()2171 } else if (acc > nxtmax) { in wwv_corr4()2172 nxtmax = acc; in wwv_corr4()2176 vp->digsnr = wwv_snr(topmax, nxtmax); in wwv_corr4()