Searched refs:snr (Results 1 – 5 of 5) sorted by relevance
92 float snr = 10.f * log(sn.first / sn.second); in main() local94 if (snr < thr) { in main()95 printf("%.6f less than threshold %.6f\n", snr, thr); in main()98 printf("%.6f\n", snr); in main()
27 adb push $OUT/testcases/snr/arm64/snr $testdir115 adb shell $testdir/snr $testdir/sinesweep_1_$((fs)).raw \
49 name: "snr",52 srcs: ["snr.cpp"],
242 int snr = lteSs.getRssnr(); in getLteSnr() local243 if (snr != CellInfo.UNAVAILABLE) { in getLteSnr()244 return snr; in getLteSnr()
1973 optional int32 snr = 7; field