summaryrefslogtreecommitdiff
path: root/gr-trellis
Commit message (Collapse)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
| | | | | | | | | | | | for sum-product metric calculation
* | | added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos2011-02-196-23/+265
| | |
* | | templated siso_combinedAchilleas Anastasopoulos2011-02-185-433/+153
| | | | | | | | | | | | removed Makefile.gen from git tracking
* | | 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
| | | | | | | | | | | | | | | and implemented using templates. Minor renaming of some files
* | | inital commit of turbo stuff:Achilleas Anastasopoulos2011-02-177-1/+246
| |/ |/| | | | | added sccc encoder block + minor fixes
* | 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 ↵Tom Rondeau2010-10-041-9/+3
| | | | XML output runners.
* 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
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-274-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Doc fixes.eb2009-05-227-11/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* added a radix-n fsm constructoranastas2009-03-244-27/+44
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10673 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-144-91/+318
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan2009-02-263-49/+30
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* Added support for Continuous Phase Modulation in gr-trellis + an exampleanastas2009-02-266-37/+285
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10514 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans upeb2009-02-251-39/+21
| | | | | | | | | | | | | | the generation of the Makefile.gen's that occurs in gr-trellis, lib/gengen and lib/filter. If you change any code generator such that it generates a different set of generated file names, you must execute "make generate-makefile" in a non-VPATH build to regenerate the Makefile.gen's. Once they are regenerated, commit them to the repo. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10511 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-7/+22
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-021-6/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-272-25/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
* minor updates in gr-trellis/examplesanastas2008-12-062-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10107 221aa14e-8319-0410-a670-987f0aec2ac5
* Several updates on gr-trellis: 1) new fsm constructor for a joint trellis, ↵anastas2008-11-1311-1/+708
| | | | | | 2) Corresponding fsm file examples, 3) added set_TABLE method in viterbi_combined and metrics git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9985 221aa14e-8319-0410-a670-987f0aec2ac5
* minor Makefile fixeb2008-09-201-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9622 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ↵jblum2008-09-071-8/+6
| | | | | | under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix compiler warnings across the tree. Adds --enable-warnings-as-errors ↵jcorgan2008-08-241-0/+2
| | | | | | configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-303-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor tweak that avoids intermittent build failureeb2008-03-191-2/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8057 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-051-6/+10
| | | | | | | | reverts changeset 7899 and fixes some distcheck problems. We're now back to the old behavior, where you must "make" before "make distcheck". git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7931 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-031-3/+28
| | | | | | | Merged eb/pmake r7909:7911 into trunk git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7912 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running ↵jcorgan2008-02-291-2/+3
| | | | | | 'make distcheck' without running 'make' first. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7899 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan2008-02-082-4/+5
| | | | | | GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:207jcorgan2007-11-2718-182/+182
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7042 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-0433-1/+2525
| | | | | | | | | | | | | | | | | | | | | Created new top-level component, gr-utils, to hold commonly used utility scripts (originally in gnuradio-examples). These now install into the system path, allowing their use from wherever. Reorganization of gnuradio-examples component: * Commonly used utility scripts moved from python/usrp into gr-utils. * Examples now install into $(prefix)/share/gnuradio/examples/... * Channel coding examples moved into gr-trellis/src/examples, now install from there, only if gr-atsc itself is going to built and installed. * ATSC example scripts now install into example hierarchy * Cruft has been moved into 'limbo' in repository, do not get installed Trunk passes 'make distcheck'. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6279 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2145-45/+45
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues ↵jcorgan2007-02-261-1/+1
| | | | | | with libtool and already installed libraries. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5
* gr-trellis/src/lib/Makefile.gen added back to repoanastas2007-02-131-0/+84
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4473 221aa14e-8319-0410-a670-987f0aec2ac5
* Removed generated files from repository.jcorgan2007-02-132-140/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4472 221aa14e-8319-0410-a670-987f0aec2ac5
* files are not required anymoreanastas2007-02-131-58/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4469 221aa14e-8319-0410-a670-987f0aec2ac5
* files are not required anymoreanastas2007-02-131-185/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4468 221aa14e-8319-0410-a670-987f0aec2ac5
* files are not required anymoreanastas2007-02-131-93/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4467 221aa14e-8319-0410-a670-987f0aec2ac5
* trellis_generated.i and Makefile.gen need not be under version control...anastas2007-02-134-20/+65
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4466 221aa14e-8319-0410-a670-987f0aec2ac5
* clean up the codeanastas2007-02-131-11/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4465 221aa14e-8319-0410-a670-987f0aec2ac5
* implementation using templatesanastas2007-02-132-26/+47
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4464 221aa14e-8319-0410-a670-987f0aec2ac5
* added methods to interleaver class for writting to text fileanastas2007-02-133-0/+31
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4463 221aa14e-8319-0410-a670-987f0aec2ac5