diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-03 11:35:35 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-03 12:26:34 -0400 |
commit | 7dc08ba2875c0dace0432cd514add6ce2b085f44 (patch) | |
tree | e6a01fd07cd6c24040886a805105e6323a969834 /gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm | |
parent | 0dd3e32b5526c085a983d7ff235bac61ec2c52ff (diff) |
examples: Reworked locations and installation of examples.
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
Diffstat (limited to 'gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm')
-rw-r--r-- | gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm b/gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm new file mode 100644 index 0000000000..3ac57be18d --- /dev/null +++ b/gr-trellis/src/examples/python/fsm_files/awgn2o3_4.fsm @@ -0,0 +1,15 @@ +4 4 8 + +0 1 2 3 +0 1 2 3 +0 1 2 3 +0 1 2 3 + +0 7 4 3 +3 4 7 0 +5 2 1 6 +6 1 2 5 + +I don't remeber how I generated this one... +it is a bit better than awgn2o3_4_msb and worse +than awgn2o3_4_msbG. |