summaryrefslogtreecommitdiff
path: root/gr-digital/grc
Commit message (Expand)AuthorAgeFilesLines
* digital: Add symbol output to constellation_receiver block for debugging.Ben Reynwar2012-10-151-0/+20
* digital: removing unused parameter from DPSK demod GRC block.Martin Braun2012-07-151-6/+0
* digital: fixes DxPSK mod/demod to use right API.Martin Braun2012-07-082-9/+9
* digital: adding a GFSK mod/demodulator.Wayne Roberts2012-07-082-0/+169
* 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
* Block Modifications:Tim O'Shea2012-06-062-1/+18
* digital: added GRC file for chunks_to_symbols block.Tom Rondeau2012-04-242-0/+78
* digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2316-0/+558
* Merge branch 'master' into nextTom Rondeau2012-04-054-33/+112
|\
| * digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau2012-04-055-33/+114
* | Merge branch 'master' into nextTom Rondeau2012-02-271-1/+1
|\|
| * Merge remote-tracking branch 'benreynwar/maint' into maintTom Rondeau2012-02-271-1/+1
| |\
| | * Fixed bug in digital_qam_demod.xmlBen Reynwar2012-02-271-1/+1
* | | Merge branch 'master' into nextTom Rondeau2012-02-243-0/+42
|\| |
| * | digital: forgot to include new xml in Makefile.am.Tom Rondeau2012-02-241-0/+1
| * | Added digital_constellation_receiver_cb.xml fileBen Reynwar2012-02-243-0/+42
| |/
* | Merge branch 'master' into nextTom Rondeau2011-12-301-0/+7
|\|
| * digital: exposed setting FLL loop bandwidth factor in GRC; must have been ove...Tom Rondeau2011-12-221-0/+7
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-56/+0
|/
* digital: reverting GMSK mod/demod GRC blocks for old interface.Tom Rondeau2011-10-271-8/+22
* digital: updates to interface in GRC. Actually tested in working GRC flowgraphs.Tom Rondeau2011-10-263-94/+55
* digital: really, seriously, fixing digital GRC files.Tom Rondeau2011-10-263-1/+9
* digital: moved files to the right location; put them into the build files.Tom Rondeau2011-10-263-0/+193
* grc: fixing grc blocks not properly moved in to digital.Tom Rondeau2011-10-262-0/+73
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-2/+2
|\
| * digital: xml is so picky. This fixes the problems with the new GRC blocks in ...Tom Rondeau2011-10-182-2/+2
* | digital: added mising install rules for moved ofdm xml filesJosh Blum2011-10-181-0/+7
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1710-2/+632
|\|
| * digital: adding OFDM GRC blocks to gr-digital.Tom Rondeau2011-10-179-1/+631
| * digital: OFDM using new psk and qam modules for constellations. Also, psk2->p...Tom Rondeau2011-10-121-1/+1
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-27/+13
|\|
| * gcell: removed gcell and gr-gcellTom Rondeau2011-10-081-27/+13
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
* | digital: added cmake support for moved grc files and examplesJosh Blum2011-09-161-1/+7
* | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1511-32/+170
|\|
| * digital: psk and dxpsk GRC blocks working.Tom Rondeau2011-09-133-19/+9
| * digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-128-13/+161
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-055-10/+153
|\|
| * grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and r...Tom Rondeau2011-09-014-1/+150
| * Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-011-9/+3
* | digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-201-0/+34
|/
* Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-134-2/+50
|\
| * digital: converting LMS algorithm to use the gr_adaptive_filter structure and...Tom Rondeau2011-06-061-2/+7
| * digital: formatting CMA code; adding get_ functions and renaming things for c...Tom Rondeau2011-06-061-1/+1
| * digital: adding GRC block for LMS DD equalizer.Tom Rondeau2011-06-033-0/+38
| * digital: set number of samps per symbol for the equalizer. Also, explicitly s...Tom Rondeau2011-05-181-1/+6
* | Fixing typos in grc xml files.Ben Reynwar2011-05-124-8/+8
* | Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-116-1/+585
|/
* digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-081-0/+167