summaryrefslogtreecommitdiff
path: root/gr-digital
AgeCommit message (Collapse)Author
2013-01-18Merge branch 'maint'Johnathan Corgan
2013-01-18digital: Fixed bug in digital_bert_rx.py (thanks Charles Ru)Ben Reynwar
2013-01-18digital: Updated pfb_clock_sync grc xml file.Ben Reynwar
2013-01-18digital: Updated constellation_receiver_cv documentation.Ben Reynwar
2013-01-15Merge remote-tracking branch 'mbant/demod_examples'Tom Rondeau
2013-01-15digital: made the demod examples clearerMartin Braun
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
2012-12-12Merge branch 'maint'Tom Rondeau
2012-12-12build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau
cause of the parallel build woes.
2012-11-28digital: fixing GRC file id names to build other than top_block.py.Tom Rondeau
2012-11-14Merge branch 'maint'Johnathan Corgan
2012-11-14fft: added gnuradio-fft dep for some testsJosh Blum
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh 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-11-02Merge branch 'maint'Johnathan Corgan
2012-11-02Fixes other uses of channel model to always have negative or zeroAlick Zhao
seed for noise source, matching the documentation update in 0d6871b3.
2012-10-30digital: switched digital components over to using LFSR class now in gr-analog.Tom Rondeau
2012-10-15digital: Add symbol output to constellation_receiver block for debugging.Ben Reynwar
Cherry-picked from a commit on 'next.' Reworked for master style. Conflicts: gr-digital/lib/constellation_receiver_cb_impl.cc
2012-10-01digital: Increase acceptable BER in qa_constellation_receiver back to prior ↵Ben Reynwar
value.
2012-09-30digital: Fixed scaling bug in QAM constellations.Ben Reynwar
2012-07-15digital: adding BER/SNR simulation example.Martin Braun
2012-07-15digital: removing unused parameter from DPSK demod GRC block.Martin Braun
2012-07-08digital: fix for FLL block; uses actual FIR filter.Hendrik van Wyk
This should work much more efficiently and also appears to fix issue 463.
2012-07-08digital: fixes the digital demod GRC examples after last updates to gr-digital.Martin Braun
2012-07-08digital: fixes DxPSK mod/demod to use right API.Martin Braun
2012-07-08digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.Martin Braun
2012-07-08digital: adding a GFSK mod/demodulator.Wayne Roberts
Includes GRC files and an example in gr-digital/examples/demod
2012-07-03swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan
I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
2012-06-16digital: fixed use of gray code in digital mod/demod GRC files.Tom Rondeau
2012-06-14digital: fixed typo with gray code setting in GRC's QAM demodulator.Tom Rondeau
2012-06-07fixed copyright dates.Tom Rondeau
2012-06-07Some really minor nits.Tom Rondeau
2012-06-06Block Modifications:Tim O'Shea
digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes Cleanup of incorrect forecast behavior Make the flag port optional, incase external preamble triggers are preferred to in-band gr_vector_source: added set_data( data ) and rewind() public methods gr_head: added set_length(int) method to modify head length New Blocks Added: gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n) gr_pack_k_bits: Complementary block fo gr_unpack_k_bits gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
2012-05-21Merge branch 'sphinxdocs'Tom Rondeau
2012-05-20docs: fixing up docs from sphinx warnings.Tom Rondeau
2012-05-15digital: these classes are part of the digital libraryJosh Blum
2012-04-24digital: added GRC file for chunks_to_symbols block.Tom Rondeau
2012-04-24digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵Tom Rondeau
use this one.
2012-04-24digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau
2012-04-23docs: adding documentation for new gr-digital blocks.Tom Rondeau
2012-04-23digital: 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-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-19Merge branch 'maint'Tom Rondeau
2012-04-19digital: fixed miscalculation of symbol rate in digital_bert_rx.Tom Rondeau
2012-04-15Merge branch 'maint'Tom Rondeau
2012-04-15digital: fix QA for constellation to always reset the seed for deterministic ↵Ben Reynwar
tests.
2012-04-14Merge branch 'maint'Johnathan Corgan
2012-04-14digital: make seed value unambiguousMartin Braun
2012-04-13digital: updated BER test recever to use new SNR probe in digital.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: gr-digital/grc/Makefile.am