added toy fsm file to test irregular FSMs
authoranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 4 Feb 2007 23:10:23 +0000 (23:10 +0000)
committeranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>
Sun, 4 Feb 2007 23:10:23 +0000 (23:10 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4372 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm [new file with mode: 0644]

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 (file)
index 0000000..80b82b8
--- /dev/null
@@ -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.