summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/fsm_files/rep3.fsm
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-04-03 11:35:35 -0400
committerTom Rondeau <trondeau@vt.edu>2012-04-03 12:26:34 -0400
commit7dc08ba2875c0dace0432cd514add6ce2b085f44 (patch)
treee6a01fd07cd6c24040886a805105e6323a969834 /gr-trellis/src/examples/python/fsm_files/rep3.fsm
parent0dd3e32b5526c085a983d7ff235bac61ec2c52ff (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/rep3.fsm')
-rw-r--r--gr-trellis/src/examples/python/fsm_files/rep3.fsm8
1 files changed, 8 insertions, 0 deletions
diff --git a/gr-trellis/src/examples/python/fsm_files/rep3.fsm b/gr-trellis/src/examples/python/fsm_files/rep3.fsm
new file mode 100644
index 0000000000..ef1bd1f025
--- /dev/null
+++ b/gr-trellis/src/examples/python/fsm_files/rep3.fsm
@@ -0,0 +1,8 @@
+2 1 8
+
+0 0
+
+0 7
+
+1/3 repetition code (with binary input).
+There is only one state, since this is essentially a memoryless system.