summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* digital: removed old digital and digital-bert scripts that will no longer ↵Tom Rondeau2011-10-061-44/+0
| | | | work. All of these have been replaced in gr-digital/examples.
* digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵Tom Rondeau2011-09-131-3/+1
| | | | and working with new dbpsk,dqpsk,d8psk.
* digital: moving more examples from gnuradio-examples to gr-digital and added ↵Tom Rondeau2011-09-131-2/+0
| | | | examples to Makefile.am.
* updated digital to use installed usrp optionsJosh Blum2009-09-091-2/+0
|
* Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, ↵jcorgan2009-07-101-1/+3
| | | | | | rx_voice.py, and tx_voice.py operation after transmit/receive path refactoring. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11406 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix makefile entriesjcorgan2009-06-301-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11318 221aa14e-8319-0410-a670-987f0aec2ac5
* Exporting qt-based examples to installed examples folder and fixed a minor ↵trondeau2009-06-181-0/+4
| | | | | | issue in the display of benchmark_qt_loopback. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11231 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the ↵trondeau2009-06-171-0/+2
| | | | | | digital examples for better visualization and understanding of the signals and performance. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11216 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/digital branch r11185:11205 to improve digital example ↵trondeau2009-06-171-2/+0
| | | | | | interfacing and remove redundancy. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11209 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 ↵jcorgan2009-05-201-10/+10
| | | | | | done, except for gr-msdd6000. Ready for testing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary ↵jcorgan2009-05-201-1/+3
| | | | | | packaging; also fixes missing files in digital example directory. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged developer branch for digital r10900:10941jblum2009-05-011-1/+0
| | | | | | | | | Creates generic usrp class abstraction for usrp and usrp2. Common command line options for usrp devices. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 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-261-7/+8
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan2007-09-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | * Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-041-0/+5
| | | | | | | | | | | | | | | | | | | | | 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-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4354:4390 from developer branch jcorgan/digital into trunk.jcorgan2007-02-061-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4391 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changes from eb/digital-wip into trunk.eb2006-09-271-0/+33
This includes: * renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital * refactoring the digital data tx and rx test code into benchmark_tx and benchmark_rx. These accept a -m <modulation> argument. <modulation> can currently be selected from gmsk, dbpsk, dqpsk * Two new AGC blocks: gr_agc2: separate attack and delay rates; gr_feedforward_agc: FIR-ish compressor. Normalizes to peak envelope. * Working DBPSK mod/demod (works fine) * Working DQPSK mod/demod (works, but still needs more work) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3662 221aa14e-8319-0410-a670-987f0aec2ac5