summaryrefslogtreecommitdiff
path: root/gr-digital/python
AgeCommit message (Collapse)Author
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-23vocoder: updated cmake build for new blocks (also fixed some tests)Josh Blum
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: added cmake support for gr-digital (unix only)Josh Blum
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in ↵Tom Rondeau
gr-digital.
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-18digital: fixing imports and build/dist for gr-digital.Tom Rondeau
2011-07-17digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau
to master. Moved new versions under gr-digital.
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-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: Updated Costas loop QA to work with all tests wth new API.Tom Rondeau
2011-03-30gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau
2011-03-28gr-digital: adding QA code for Costas loop block.Tom Rondeau
2011-03-28gr-digital: adding a new top-level block for digital comms work.Tom Rondeau