From: anastas Date: Sun, 4 Feb 2007 23:10:23 +0000 (+0000) Subject: added toy fsm file to test irregular FSMs X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=aab570d9c707d3e021a4f6c6c183ccf8bbdfd918;p=debian%2Fgnuradio added toy fsm file to test irregular FSMs git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4372 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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 00000000..80b82b88 --- /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.