Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-14 | fft: added gnuradio-fft dep for some tests | Josh Blum | |
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | |
Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-10-01 | digital: Increase acceptable BER in qa_constellation_receiver back to prior ↵ | Ben Reynwar | |
value. | |||
2012-09-30 | digital: Fixed scaling bug in QAM constellations. | Ben Reynwar | |
2012-07-08 | digital: adding a GFSK mod/demodulator. | Wayne Roberts | |
Includes GRC files and an example in gr-digital/examples/demod | |||
2012-04-24 | digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵ | Tom Rondeau | |
use this one. | |||
2012-04-24 | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | |
2012-04-23 | digital: copying over rest of blocks from gnuradio-core to gr-digital. | Tom Rondeau | |
Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility. | |||
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau | |
2012-04-15 | Merge branch 'maint' | Tom Rondeau | |
2012-04-15 | digital: fix QA for constellation to always reset the seed for deterministic ↵ | Ben Reynwar | |
tests. | |||
2012-04-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-14 | digital: make seed value unambiguous | Martin Braun | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
2012-03-22 | volk: added volk as depedency for various components | Josh Blum | |
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. | |||
2012-01-02 | Merge branch 'master' into next | Tom Rondeau | |
2012-01-02 | Merge branch 'maint' | Tom Rondeau | |
2012-01-02 | digital: bug fix for FLL QA test. Use a seed to always generate the same ↵ | Tom Rondeau | |
test sequence. | |||
2012-01-02 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-02 | Merge branch 'maint' | Tom Rondeau | |
2012-01-02 | pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps ↵ | Tom Rondeau | |
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. | |||
2011-12-30 | Merge branch 'master' into next | Tom Rondeau | |
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 | |||
2011-12-30 | digital: added tag_nsamples placeholder into SNR probe block. | Tom Rondeau | |
The intent of this block is to be able to pass messages containing the SNR at a set number of samples. | |||
2011-12-30 | digital: update to qa and example code for new constructor with tag_nsamples ↵ | Tom Rondeau | |
arg. | |||
2011-12-29 | digital: fixed QA code for SNR estimator SVR name change. | Tom Rondeau | |
2011-12-29 | digital: QA code for SNR estimators. | Tom Rondeau | |
2011-12-20 | Merge branch 'master' into next | Johnathan Corgan | |
2011-12-20 | digital: fixed QA code copy/paste error. | Tom Rondeau | |
2011-12-18 | digital: fixed QA code copy/paste error. | Tom Rondeau | |
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-27 | digital: reverting gmsk; doesn't use pfb arbitrary resampler, which doesn't ↵ | Tom Rondeau | |
work for some reason. Need to give this another look. | |||
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
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 | |||
2011-10-12 | Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdm | Tom Rondeau | |
2011-10-12 | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | |
using it. | |||
2011-10-12 | digital: fixed QA tests for ofdm. | Tom Rondeau | |
2011-10-12 | digital: OFDM using new psk and qam modules for constellations. Also, ↵ | Tom Rondeau | |
psk2->psk updated in all files and examples. | |||
2011-10-12 | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵ | Tom Rondeau | |
adding some print statements to benchmark script to indicate what type of source/sink is being used. | |||
2011-10-12 | digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working. | Tom Rondeau | |
2011-10-12 | digital: benchmark_tx and benchmark_rx are working to/from file. | Tom Rondeau | |
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | |
untested/verified). | |||
2011-10-12 | digital: wip: moved all OFDM examples and blks2impl to gr-digital. | Tom Rondeau | |
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | |
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. | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | gr: updated cmakelists after merge for additional files | Josh Blum | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-07 | digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵ | Tom Rondeau | |
again. | |||
2011-10-06 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | |