summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib/generate_trellis.py
Commit message (Collapse)AuthorAgeFilesLines
* Added pccc combined turbo decoder and corresponding GRC blockAchilleas Anastasopoulos2011-08-311-2/+4
|
* added pccc decoder + examplesAchilleas Anastasopoulos2011-02-211-0/+2
|
* added pccc (parallel concatenated convlutional code) encoderAchilleas Anastasopoulos2011-02-201-0/+2
|
* added sccc_decoder block (without the metrics part)Achilleas Anastasopoulos2011-02-201-0/+2
|
* added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos2011-02-191-1/+1
|
* core algorithms such as viterbi/siso were refactoredAchilleas Anastasopoulos2011-02-181-0/+2
| | | | | and implemented using templates. Minor renaming of some files
* inital commit of turbo stuff:Achilleas Anastasopoulos2011-02-171-0/+2
| | | | added sccc encoder block + minor fixes
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* trellis_generated.i and Makefile.gen need not be under version control...anastas2007-02-131-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4466 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:29 . Newly generated .cc,.h,.i files are also checkedmichaelld2007-02-051-0/+117
in, with the "warning" message at the top. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4385 221aa14e-8319-0410-a670-987f0aec2ac5