Statistics
| Branch: | Tag: | Revision:

root / gr-trellis / src / lib / trellis_siso_f.h @ 0370cfc8

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
17ef212c 07/22/2011 06:55 pm Josh Blum

trellis: added symbol visibility defines to gr-trellis, builds on MSVC and linux

ea767612 02/19/2011 01:35 am Achilleas Anastasopoulos

core algorithms such as viterbi/siso were refactored
and implemented using templates.
Minor renaming of some files

5a4b9ba9 05/22/2009 09:22 pm Eric Blossom

Doc fixes.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

86f5c924 09/13/2006 09:30 pm Eric Blossom

Updated FSF address in all files. Fixes ticket:51

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5

07759120 08/30/2006 06:33 pm anastas

Added a siso_combined block analogous to the viterbi_combined; useful for FSMs with a large output alphabet

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3452 221aa14e-8319-0410-a670-987f0aec2ac5

d5c192f9 08/16/2006 08:07 pm anastas

Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:
-Added fsm constructor for generating FSM directly from the
generator matrix of binary convolutional codes.
-Added functionality to fsm class to compute the best way to
go from any state to any other state (useful for termination)...