summaryrefslogtreecommitdiff
path: root/gr-digital/grc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\| | | | | | | | | | | | | | Conflicts: gr-digital/grc/Makefile.am
| * | 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
|\| | | | | | | | | | | | | | | | | 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: exposed setting FLL loop bandwidth factor in GRC; must have been ↵Tom Rondeau2011-12-221-0/+7
| | | | | | | | overlooked initially.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-56/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* 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
| | | | | | | | issue #449.
* | 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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, ↵Tom Rondeau2011-10-121-1/+1
| | | | | | | | psk2->psk updated in all files and examples.
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-27/+13
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * 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
|\| | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h
| * grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵Tom Rondeau2011-09-014-1/+150
| | | | | | | | refactored for new API.
| * 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 ↵Tom Rondeau2011-06-061-2/+7
| | | | | | | | and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions).
| * digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau2011-06-061-1/+1
| | | | | | | | consistency.
| * 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 ↵Tom Rondeau2011-05-181-1/+6
| | | | | | | | set the initial taps of the adaptive filter to 0+j0
* | 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
|
* gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-092-2/+26
|
* gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau2011-04-093-4/+130
| | | | and working in GRC.
* gr-digital: introducing a new blind equalizer based on minimizing the ↵Tom Rondeau2011-04-083-1/+34
| | | | kurtosis. Does not work yet.
* gr-digital: exposing accessors of CMA equalizer through swig and into GRC. ↵Tom Rondeau2011-04-071-0/+2
| | | | Also added protection from exploding error calcs by clipping.
* gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau2011-04-073-1/+38
| | | | gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.
* gr-digital: restructured Costas loop to be specified in terms of the damping ↵Tom Rondeau2011-03-291-19/+11
| | | | factor and natural frequency instead of randomly setting the gains. Much more robust in simulation.
* gr-digital: adding GRC components for Costas loop.Tom Rondeau2011-03-283-2/+68
|
* gr-digital: adding a new top-level block for digital comms work.Tom Rondeau2011-03-282-0/+29