summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/test_turbo_equalization2.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-146/+0
| | | | 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>.
* trellis: fixed the trellis examples to look in gr-digital for the ↵Tom Rondeau2011-10-251-2/+2
| | | | constellation information.
* removed "audio" dependencies from test files in gr-trellisAchilleas Anastasopoulos2011-02-181-1/+0
|
* Implements ticket:207jcorgan2007-11-271-18/+18
| | | | 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-041-0/+147
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