summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-2943-9326/+0
|
* analog: fixing up GRC and other examples to use gr-analog for sig and noise ↵Tom Rondeau2012-11-105-1110/+1194
| | | | sources.
* analog: removing gr-analog as a required dependency when not actually necessary.Tom Rondeau2012-11-0616-19/+87
| | | | Examples that use gr-analog test for it first.
* analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-0616-19/+34
| | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* trellis: fixing trellis examples for gr-filter update.Tom Rondeau2012-08-204-11/+11
|
* core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-0616-18/+18
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1324-1005/+1005
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-0343-2/+5619
| | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-084-95/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* trellis: fixed the trellis examples to look in gr-digital for the ↵Tom Rondeau2011-10-2516-34/+35
| | | | constellation information.
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-3/+3
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-262-6/+16
|\
| * trellis: fixed import statements; fixed test_cpm to convert numpy stuff to ↵Tom Rondeau2011-09-232-6/+16
| | | | | | | | types GNU Radio blocks can handle.
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+64
|/
* trellis: fixed Makefile by removing non-existant file names.Tom Rondeau2011-06-051-2/+0
|
* Updated some of the examples in gr-trellis to use the options parserAchilleas Anastasopoulos2011-06-026-177/+78
|
* added pccc decoder + examplesAchilleas Anastasopoulos2011-02-211-0/+119
|
* added sccc_decoder block (without the metrics part)Achilleas Anastasopoulos2011-02-201-0/+101
|
* added a scaling parameter in trellis_sccc_decoder, neededAchilleas Anastasopoulos2011-02-201-1/+1
| | | | for sum-product metric calculation
* added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos2011-02-192-4/+103
|
* removed "audio" dependencies from test files in gr-trellisAchilleas Anastasopoulos2011-02-1812-12/+0
|
* inital commit of turbo stuff:Achilleas Anastasopoulos2011-02-171-1/+0
| | | | added sccc encoder block + minor fixes
* Added git ignore files auto created from svn:ignore properties.git2009-08-142-0/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* added a radix-n fsm constructoranastas2009-03-241-27/+0
| | | | 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-141-2/+0
| | | | | | 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-262-32/+22
| | | | | | 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-262-35/+231
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10514 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-132-0/+664
| | | | | | 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
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan2008-02-081-1/+1
| | | | | | 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-2713-150/+150
| | | | 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-0432-0/+2524
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