diff options
author | jcorgan | 2008-09-16 11:15:33 +0000 |
---|---|---|
committer | jcorgan | 2008-09-16 11:15:33 +0000 |
commit | 440ac243e66a801aa1b0612c0a5ac2ee01243898 (patch) | |
tree | 43af66d9476f2ce254e7f4993bf49abf5f8e7f21 /gnuradio-examples/python/digital-bert | |
parent | 3b6b910c2193f7ed735b242d9ba682b41e1beff7 (diff) | |
download | gnuradio-440ac243e66a801aa1b0612c0a5ac2ee01243898.tar.gz gnuradio-440ac243e66a801aa1b0612c0a5ac2ee01243898.tar.bz2 gnuradio-440ac243e66a801aa1b0612c0a5ac2ee01243898.zip |
doc update
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9583 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital-bert')
-rw-r--r-- | gnuradio-examples/python/digital-bert/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnuradio-examples/python/digital-bert/README b/gnuradio-examples/python/digital-bert/README index 74d85b703..83f52f4f5 100644 --- a/gnuradio-examples/python/digital-bert/README +++ b/gnuradio-examples/python/digital-bert/README @@ -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. |