summaryrefslogtreecommitdiff
path: root/gr-digital/python
Commit message (Collapse)AuthorAgeFilesLines
* digital: Increase acceptable BER in qa_constellation_receiver back to prior ↵Ben Reynwar2012-10-011-1/+1
| | | | value.
* digital: Fixed scaling bug in QAM constellations.Ben Reynwar2012-09-302-1/+5
|
* digital: adding a GFSK mod/demodulator.Wayne Roberts2012-07-083-0/+308
| | | | Includes GRC files and an example in gr-digital/examples/demod
* digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵Tom Rondeau2012-04-242-1/+141
| | | | use this one.
* digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau2012-04-241-1/+1
|
* digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2313-14/+857
| | | | | | Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility.
* Various fixes for using Python 2.5.Tom Rondeau2012-04-231-1/+1
|
* Merge branch 'maint'Tom Rondeau2012-04-152-11/+13
|\
| * digital: fix QA for constellation to always reset the seed for deterministic ↵Ben Reynwar2012-04-152-11/+13
| | | | | | | | tests.
* | Merge branch 'maint'Johnathan Corgan2012-04-141-3/+3
|\|
| * digital: make seed value unambiguousMartin Braun2012-04-141-3/+3
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-03-221-2/+2
|\|
| * volk: added volk as depedency for various componentsJosh Blum2012-03-221-2/+2
| | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
* | Merge branch 'master' into nextTom Rondeau2012-01-021-0/+1
|\|
| * Merge branch 'maint'Tom Rondeau2012-01-021-0/+1
| |\
| | * digital: bug fix for FLL QA test. Use a seed to always generate the same ↵Tom Rondeau2012-01-021-0/+1
| | | | | | | | | | | | test sequence.
* | | Merge branch 'master' into nextJohnathan Corgan2012-01-021-1/+1
|\| |
| * | Merge branch 'maint'Tom Rondeau2012-01-021-1/+1
| |\|
| | * pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps ↵Tom Rondeau2012-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | parameter better. The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied). This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
| | * digital: fixed QA code copy/paste error.Tom Rondeau2011-12-201-2/+2
| | |
* | | Merge branch 'master' into nextTom Rondeau2011-12-301-0/+126
|\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * | digital: added tag_nsamples placeholder into SNR probe block.Tom Rondeau2011-12-301-1/+2
| | | | | | | | | | | | The intent of this block is to be able to pass messages containing the SNR at a set number of samples.
| * | digital: update to qa and example code for new constructor with tag_nsamples ↵Tom Rondeau2011-12-301-5/+17
| | | | | | | | | | | | arg.
| * | digital: fixed QA code for SNR estimator SVR name change.Tom Rondeau2011-12-291-1/+1
| | |
| * | digital: QA code for SNR estimators.Tom Rondeau2011-12-292-0/+114
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2011-12-201-2/+2
|\| |
| * | digital: fixed QA code copy/paste error.Tom Rondeau2011-12-181-2/+2
| |/
* / Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-085-120/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* digital: reverting gmsk; doesn't use pfb arbitrary resampler, which doesn't ↵Tom Rondeau2011-10-271-47/+71
| | | | work for some reason. Need to give this another look.
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1724-318/+1517
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h
| * Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdmTom Rondeau2011-10-122-1/+182
| |\
| | * digital: fixed QA tests for ofdm.Tom Rondeau2011-10-122-1/+182
| | |
| * | digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau2011-10-1210-34/+34
| | | | | | | | | | | | using it.
| * | digital: OFDM using new psk and qam modules for constellations. Also, ↵Tom Rondeau2011-10-1210-209/+122
| | | | | | | | | | | | psk2->psk updated in all files and examples.
| * | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵Tom Rondeau2011-10-122-31/+30
| |/ | | | | | | adding some print statements to benchmark script to indicate what type of source/sink is being used.
| * digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau2011-10-122-12/+18
| |
| * digital: benchmark_tx and benchmark_rx are working to/from file.Tom Rondeau2011-10-123-28/+36
| |
| * digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵Tom Rondeau2011-10-125-26/+512
| | | | | | | | untested/verified).
| * digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau2011-10-126-39/+639
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-1/+5
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs: This adds documentation to gr-digital in the form of a README.digital ↵Tom Rondeau2011-10-091-1/+5
| | | | | | | | and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page.
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-10/+10
| |
* | gr: updated cmakelists after merge for additional filesJosh Blum2011-10-081-1/+0
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-087-1209/+13
|\|
| * digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵Tom Rondeau2011-10-076-1203/+7
| | | | | | | | again.
| * Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau2011-10-061-5/+5
| |\
| | * digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵Tom Rondeau2011-10-061-5/+5
| | | | | | | | | | | | UHD. So far so good. Testing on multiple computers now.
| * | digital: modified generic_mod_demod so mod and demods have same options in ↵Tom Rondeau2011-09-301-1/+1
| |/ | | | | | | the same order.
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-283-34/+16
|\| | | | | | | | | | | Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py
| * digital: fixed differential/non-differential. Defaults to differential now, too.Tom Rondeau2011-09-271-6/+6
| |