summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital/gen_whitener.py
Commit message (Collapse)AuthorAgeFilesLines
* digital: moving more examples from gnuradio-examples to gr-digital and added ↵Tom Rondeau2011-09-131-40/+0
| | | | examples to Makefile.am.
* Convert missed script in digital examples to top_block code.jcorgan2007-11-271-5/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7039 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changes from eb/digital-wip into trunk.eb2006-09-271-0/+40
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