summaryrefslogtreecommitdiff
path: root/gr-trellis
Commit message (Expand)AuthorAgeFilesLines
...
* | | added pccc decoder + examplesAchilleas Anastasopoulos2011-02-219-56/+624
* | | added pccc (parallel concatenated convlutional code) encoderAchilleas Anastasopoulos2011-02-209-0/+249
* | | updated documentationAchilleas Anastasopoulos2011-02-202-6/+18
* | | added sccc_decoder block (without the metrics part)Achilleas Anastasopoulos2011-02-209-0/+543
* | | added a scaling parameter in trellis_sccc_decoder, neededAchilleas Anastasopoulos2011-02-206-11/+41
* | | added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos2011-02-196-23/+265
* | | templated siso_combinedAchilleas Anastasopoulos2011-02-185-433/+153
* | | removed "audio" dependencies from test files in gr-trellisAchilleas Anastasopoulos2011-02-1812-12/+0
* | | core algorithms such as viterbi/siso were refactoredAchilleas Anastasopoulos2011-02-1822-19/+1524
* | | inital commit of turbo stuff:Achilleas Anastasopoulos2011-02-177-1/+246
| |/ |/|
* | Adding file operations result checking.Tom Rondeau2010-11-092-5/+28
|/
* Updating all of the QA code that I can actually test to work with the new XML...Tom Rondeau2010-10-041-9/+3
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-037-14/+14
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-8/+5
* Added git ignore files auto created from svn:ignore properties.git2009-08-147-0/+156
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-274-14/+42
* Doc fixes.eb2009-05-227-11/+15
* added a radix-n fsm constructoranastas2009-03-244-27/+44
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S...jcorgan2009-03-144-91/+318
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ...jcorgan2009-02-263-49/+30
* Added support for Continuous Phase Modulation in gr-trellis + an exampleanastas2009-02-266-37/+285
* Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans upeb2009-02-251-39/+21
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-7/+22
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-021-6/+4
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-272-25/+0
* minor updates in gr-trellis/examplesanastas2008-12-062-4/+4
* Several updates on gr-trellis: 1) new fsm constructor for a joint trellis, 2)...anastas2008-11-1311-1/+708
* minor Makefile fixeb2008-09-201-1/+1
* Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ...jblum2008-09-071-8/+6
* Fix compiler warnings across the tree. Adds --enable-warnings-as-errors conf...jcorgan2008-08-241-0/+2
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-303-0/+3
* Minor tweak that avoids intermittent build failureeb2008-03-191-2/+1
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-051-6/+10
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-031-3/+28
* Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running 'ma...jcorgan2008-02-291-2/+3
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN...jcorgan2008-02-082-4/+5
* Implements ticket:207jcorgan2007-11-2718-182/+182
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-0433-1/+2525
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2145-45/+45
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi...jcorgan2007-02-261-1/+1
* gr-trellis/src/lib/Makefile.gen added back to repoanastas2007-02-131-0/+84
* Removed generated files from repository.jcorgan2007-02-132-140/+0
* files are not required anymoreanastas2007-02-131-58/+0
* files are not required anymoreanastas2007-02-131-185/+0
* files are not required anymoreanastas2007-02-131-93/+0
* trellis_generated.i and Makefile.gen need not be under version control...anastas2007-02-134-20/+65
* clean up the codeanastas2007-02-131-11/+0
* implementation using templatesanastas2007-02-132-26/+47
* added methods to interleaver class for writting to text fileanastas2007-02-133-0/+31