From aab570d9c707d3e021a4f6c6c183ccf8bbdfd918 Mon Sep 17 00:00:00 2001 From: anastas Date: Sun, 4 Feb 2007 23:10:23 +0000 Subject: added toy fsm file to test irregular FSMs git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4372 221aa14e-8319-0410-a670-987f0aec2ac5 --- .../python/channel-coding/fsm_files/irregular.fsm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm (limited to 'gnuradio-examples/python/channel-coding/fsm_files/irregular.fsm') 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. -- cgit