summaryrefslogtreecommitdiff
path: root/gr-digital
Commit message (Collapse)AuthorAgeFilesLines
* digital: fixing GRC file id names to build other than top_block.py.Tom Rondeau2012-11-284-4/+4
|
* Merge branch 'maint'Johnathan Corgan2012-11-141-7/+7
|\
| * fft: added gnuradio-fft dep for some testsJosh Blum2012-11-141-1/+1
| |
| * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch 'maint'Johnathan Corgan2012-11-022-2/+2
|\|
| * Fixes other uses of channel model to always have negative or zeroAlick Zhao2012-11-022-2/+2
| | | | | | | | seed for noise source, matching the documentation update in 0d6871b3.
* | digital: switched digital components over to using LFSR class now in gr-analog.Tom Rondeau2012-10-306-7/+10
| |
* | digital: Add symbol output to constellation_receiver block for debugging.Ben Reynwar2012-10-152-4/+27
| | | | | | | | | | | | | | | | Cherry-picked from a commit on 'next.' Reworked for master style. Conflicts: gr-digital/lib/constellation_receiver_cb_impl.cc
* | 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-304-1/+21
|/
* digital: adding BER/SNR simulation example.Martin Braun2012-07-151-0/+104
|
* digital: removing unused parameter from DPSK demod GRC block.Martin Braun2012-07-151-6/+0
|
* digital: fix for FLL block; uses actual FIR filter.Hendrik van Wyk2012-07-082-43/+67
| | | | This should work much more efficiently and also appears to fix issue 463.
* digital: fixes the digital demod GRC examples after last updates to gr-digital.Martin Braun2012-07-085-1584/+917
|
* digital: fixes DxPSK mod/demod to use right API.Martin Braun2012-07-082-9/+9
|
* digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.Martin Braun2012-07-081-162/+143
|
* digital: adding a GFSK mod/demodulator.Wayne Roberts2012-07-087-0/+1124
| | | | Includes GRC files and an example in gr-digital/examples/demod
* swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-1/+1
| | | | | | | | | 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
* digital: fixed use of gray code in digital mod/demod GRC files.Tom Rondeau2012-06-163-13/+13
|
* digital: fixed typo with gray code setting in GRC's QAM demodulator.Tom Rondeau2012-06-141-1/+1
|
* fixed copyright dates.Tom Rondeau2012-06-071-1/+1
|
* Some really minor nits.Tom Rondeau2012-06-071-9/+10
|
* Block Modifications:Tim O'Shea2012-06-065-8/+35
| | | | | | | | | | | | | | 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
* Merge branch 'sphinxdocs'Tom Rondeau2012-05-215-13/+13
|\
| * docs: fixing up docs from sphinx warnings.Tom Rondeau2012-05-205-13/+13
| |
* | digital: these classes are part of the digital libraryJosh Blum2012-05-152-2/+2
| |
* | digital: added GRC file for chunks_to_symbols block.Tom Rondeau2012-04-242-0/+78
| |
* | 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-248-7/+399
| |
* | docs: adding documentation for new gr-digital blocks.Tom Rondeau2012-04-239-8/+73
| |
* | digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2392-33/+6528
|/ | | | | | 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-191-1/+1
|\
| * digital: fixed miscalculation of symbol rate in digital_bert_rx.Tom Rondeau2012-04-191-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
| |
* | digital: updated BER test recever to use new SNR probe in digital.Tom Rondeau2012-04-131-1/+1
| |
* | Merge branch 'master' into nextTom Rondeau2012-04-054-33/+112
|\| | | | | | | | | Conflicts: gr-digital/grc/Makefile.am
| * digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau2012-04-055-33/+114
| |
* | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-037-0/+6220
| | | | | | | | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* | Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau2012-04-032-3/+5
|\ \ | | | | | | | | | | | | Conflicts: CMakeLists.txt
| * | examples: Reworked locations and installation of examples.Tom Rondeau2012-04-032-3/+5
| | | | | | | | | | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
* | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-012-160/+0
|/ / | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | Merge branch 'master' into nextTom Rondeau2012-03-271-1/+11
|\|
| * Merge branch 'ch_bw'Tom Rondeau2012-03-271-1/+11
| |\
| | * digital: in narrowband examples, added the ability to change the channel ↵Tom Rondeau2012-03-191-1/+11
| | | | | | | | | | | | | | | | | | | | | bandwidth. When the frequency factor is off significantly, the signal can be outside the range of the channel filter. This allows a user to open up the filter to acquire these signals.
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-221-2/+2
|\| |