summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/test_viterbi_equalization1.py
Commit message (Collapse)AuthorAgeFilesLines
* trellis: converted gr-trellis to new style.Tom Rondeau2012-12-291-108/+0
|
* analog: removing gr-analog as a required dependency when not actually necessary.Tom Rondeau2012-11-061-1/+6
| | | | 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-061-1/+2
| | | | | | | | 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-201-2/+2
|
* core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-061-1/+1
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-3/+3
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-0/+102
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>.