summaryrefslogtreecommitdiff
path: root/gr-digital/grc
AgeCommit message (Collapse)Author
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-08gcell: removed gcell and gr-gcellTom Rondeau
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-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-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