doc update
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 16 Sep 2008 11:15:33 +0000 (11:15 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 16 Sep 2008 11:15:33 +0000 (11:15 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9583 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/digital-bert/README

index 74d85b703b8ba4375be940ab6516ef8dfd211749..83f52f4f5b894da058a2f7a832ddbbf14a8a0fe5 100644 (file)
@@ -37,9 +37,9 @@ demodulate the signal, so not all valid decimation rates will work.
 
 The baseband signal from the USRP is first passed through an AGC to
 establish an average power of 1.0.  It is then passed through a matched
-filter (another RRC), a Costas phase-locked loop, and an M&M bit timing
-recovery loop.  The resulting constellation has an SNR estimation probe
-attached, and is then sliced into a bit stream.
+filter (another RRC), a Costas phase-locked loop, and a Mueller and
+Muller bit timing recovery loop.  The resulting constellation has an SNR
+estimation probe attached, and is then sliced into a bit stream.
 
 The recovered bits are then passed through a 7-bit descrambler.  If
 there are no channel errors, the all 1s sequence is recovered. In the 
@@ -52,8 +52,9 @@ channel BER is measured by dividing the 0s density by three.  This
 measurement is inaccurate at high BER rates (>10%) as the error 0s
 begin to overlap.
 
-The benchmark script will, once per second, output the mean symbol power,
-the average noise variance, the estimated SNR, and the average BER.
+The benchmark script will, once per second, output the Costas loop
+frequency offset, the recovered timing error, the estimated SNR, and the
+average BER.
 
 NOTE: The particular SNR estimator used is inaccurate below about 7dB,
 and will report erroneously high values even for random noise.