Searched refs:nxtmax (Results 1 – 1 of 1) sorted by relevance
968 static double epomax, nxtmax; /* second sync amplitude buffer */ in wwv_rf() local1256 nxtmax = fabs(epobuf[j]); in wwv_rf()1260 up->eposnr = wwv_snr(epomax, nxtmax); in wwv_rf()2125 double topmax, nxtmax; /* metrics */ in wwv_corr4() local2142 topmax = nxtmax = -MAXAMP; in wwv_corr4()2149 nxtmax = topmax; in wwv_corr4()2152 } else if (acc > nxtmax) { in wwv_corr4()2153 nxtmax = acc; in wwv_corr4()2157 vp->digsnr = wwv_snr(topmax, nxtmax); in wwv_corr4()