summaryrefslogtreecommitdiff
path: root/gr-digital
AgeCommit message (Collapse)Author
2011-07-25digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
2011-07-24digital: updates to build for gr-digital examples.Tom Rondeau
2011-07-24digital: working digital transmit benchmark script to file.Tom Rondeau
2011-07-24digital: modifications to make Python scripts in digital usable.Tom Rondeau
2011-07-24digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau
2011-07-24digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵Tom Rondeau
code for it.
2011-07-24digital: rename QA test to represent the function we are testing.Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵Tom Rondeau
for it.
2011-07-24digital: adding QA code for LMS DD equalizer.Tom Rondeau
2011-07-24digital: made clock recovery QA code executable.Tom Rondeau
2011-07-24digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ↵Tom Rondeau
executable.
2011-07-24digital: added some QA tests for the clock_recovery_mm block.Tom Rondeau
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-21digital: using new psk2 to build the constellation and no longer use blks2Tom Rondeau
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in ↵Tom Rondeau
gr-digital.
2011-07-19digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau
2011-07-19digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau
code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes.
2011-07-12fixing build for constellation code. Had to make some changes to the qa code ↵Tom Rondeau
to import the right stuff after being changed from sitting in gnuradio-core.
2011-07-10digital: moving more constellation blocks into gr-digital. Builds, make ↵Tom Rondeau
check needs work.
2011-07-10digital: fixed variable ordering to remove warning.Tom Rondeau
2011-06-21gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar
that it is in gr-digital.
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: fixing comments on LMS DD equalizerTom Rondeau
2011-06-03digital: adding GRC block for LMS DD equalizer.Tom Rondeau
2011-06-03digital: fixing 8psk constellation object to properly slice.Tom Rondeau
2011-06-03digital: adding an LMS decision-directed equalizer block.Tom Rondeau
2011-06-03digital: adding some comments to the swig fileTom 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-05-08Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau
2011-05-08Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau
Conflicts: gr-digital/lib/digital_costas_loop_cc.cc gr-digital/python/qa_costas_loop_cc.py
2011-04-09gr-digital: bumping up the signal amplitude into the costas loop for the ↵Tom Rondeau
8PSK slicer.
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: formatting constellation block for our style; adding 8PSK ↵Tom Rondeau
constellation.
2011-04-08gr-digital: updating build for consetellation object move.Tom Rondeau
2011-04-08gr-digital: moved consetellation object into gr-digital space.Tom Rondeau
2011-04-08gr-digital: Updated Costas loop QA to work with all tests wth new API.Tom Rondeau
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-04-07gr-digital: getting rid of warnings from costas loop block.Tom Rondeau
2011-03-30gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau
2011-03-30gr-digital: cleaning up and commenting.Tom Rondeau
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