From b79f439a502172bb1487a49e5d9d7d228c587f48 Mon Sep 17 00:00:00 2001 From: anastas Date: Thu, 14 Sep 2006 15:09:03 +0000 Subject: fixed ticket #65 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3540 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/channel-coding/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnuradio-examples/python/channel-coding/README') diff --git a/gnuradio-examples/python/channel-coding/README b/gnuradio-examples/python/channel-coding/README index 7f25b697b..13968304a 100644 --- a/gnuradio-examples/python/channel-coding/README +++ b/gnuradio-examples/python/channel-coding/README @@ -20,6 +20,8 @@ If you just want to see what these programs do, run each of the following: ./test_viterbi_equalization.py 12.0 100 ./test_viterbi_equalization1.py 12.0 100 +./test_turbo_equalization1.py fsm_files/awgn1o2_4.fsm 8.0 100 +./test_turbo_equalization2.py fsm_files/awgn1o2_4.fsm 8.0 100 In your terminal you will see something like this: -- cgit