summaryrefslogtreecommitdiff
path: root/gr-digital/grc
AgeCommit message (Collapse)Author
2011-10-26digital: updates to interface in GRC. Actually tested in working GRC flowgraphs.Tom Rondeau
2011-10-26digital: really, seriously, fixing digital GRC files.Tom Rondeau
2011-10-26digital: moved files to the right location; put them into the build files.Tom Rondeau
2011-10-26grc: fixing grc blocks not properly moved in to digital.Tom Rondeau
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-18digital: xml is so picky. This fixes the problems with the new GRC blocks in ↵Tom Rondeau
issue #449.
2011-10-18digital: added mising install rules for moved ofdm xml filesJosh Blum
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh 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-17digital: adding OFDM GRC blocks to gr-digital.Tom Rondeau
2011-10-12digital: OFDM using new psk and qam modules for constellations. Also, ↵Tom Rondeau
psk2->psk updated in all files and examples.
2011-10-11Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
Conflicts: gr-digital/include/digital_constellation.h
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-10-08gcell: removed gcell and gr-gcellTom Rondeau
2011-09-16digital: added cmake support for moved grc files and examplesJosh Blum
2011-09-15Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum
2011-09-13digital: psk and dxpsk GRC blocks working.Tom Rondeau
2011-09-12digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau
2011-09-05Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum
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
2011-09-01grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵Tom Rondeau
refactored for new API.
2011-09-01Fixing GRC files for new API to loop blocks.Tom Rondeau
2011-07-20digital: added cmake support for gr-digital (unix only)Josh Blum
2011-06-13Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar
2011-06-06digital: converting LMS algorithm to use the gr_adaptive_filter structure ↵Tom Rondeau
and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions).
2011-06-06digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau
consistency.
2011-06-03digital: adding GRC block for LMS DD equalizer.Tom Rondeau
2011-05-18digital: set number of samps per symbol for the equalizer. Also, explicitly ↵Tom Rondeau
set the initial taps of the adaptive filter to 0+j0
2011-05-12Fixing typos in grc xml files.Ben Reynwar
2011-05-11Moved generic psk and qam modulation into gr-digital.Ben Reynwar
2011-05-08digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau
2011-04-09gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau
2011-04-09gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau
and working in GRC.
2011-04-08gr-digital: introducing a new blind equalizer based on minimizing the ↵Tom Rondeau
kurtosis. Does not work yet.
2011-04-07gr-digital: exposing accessors of CMA equalizer through swig and into GRC. ↵Tom Rondeau
Also added protection from exploding error calcs by clipping.
2011-04-07gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau
gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.
2011-03-29gr-digital: restructured Costas loop to be specified in terms of the damping ↵Tom Rondeau
factor and natural frequency instead of randomly setting the gains. Much more robust in simulation.
2011-03-28gr-digital: adding GRC components for Costas loop.Tom Rondeau
2011-03-28gr-digital: adding a new top-level block for digital comms work.Tom Rondeau