summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/channel-coding
diff options
context:
space:
mode:
authoranastas2007-02-04 23:10:23 +0000
committeranastas2007-02-04 23:10:23 +0000
commitaab570d9c707d3e021a4f6c6c183ccf8bbdfd918 (patch)
tree7c62f463bfd6a8283f14361a1b3ab3be8a77b7a0 /gnuradio-examples/python/channel-coding
parent82a5715de7e2ad1448ab98cd7081c8cca5b7e763 (diff)
downloadgnuradio-aab570d9c707d3e021a4f6c6c183ccf8bbdfd918.tar.gz
gnuradio-aab570d9c707d3e021a4f6c6c183ccf8bbdfd918.tar.bz2
gnuradio-aab570d9c707d3e021a4f6c6c183ccf8bbdfd918.zip
added toy fsm file to test irregular FSMs
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4372 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/channel-coding')
-rw-r--r--gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm b/gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm
new file mode 100644
index 000000000..80b82b889
--- /dev/null
+++ b/gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm
@@ -0,0 +1,11 @@
+2 2 2
+
+0 0
+0 1
+
+0 1
+0 1
+
+
+useless irregular FSM for testing. state 0 has 3 incoming edges and state
+1 has 1 incoming edge.