summaryrefslogtreecommitdiff
path: root/gr-digital/python/Makefile.am
AgeCommit message (Collapse)Author
2011-10-12Merge branch 'dig_ofdm' of github.com:trondeau/gnuradio into dig_ofdmTom Rondeau
2011-10-12digital: changed modulation_utils2 to modulation_utils and update all files ↵Tom Rondeau
using it.
2011-10-12digital: fixed QA tests for ofdm.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-12digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵Tom Rondeau
untested/verified).
2011-10-07digital: Removed old digital mod blocks. Modified gmsk to work over the air ↵Tom Rondeau
again.
2011-09-01digital: adding CPM C++ hier block, which adds a hier directory to ↵Tom Rondeau
gr-digital. Reworked build system to include this in the libraries and modules built.
2011-07-30digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵Tom Rondeau
new FLL in digital instead of gr.
2011-07-26digital: reworking code so digital examples work. BPSK seems to work fine ↵Tom Rondeau
offline.
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: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵Tom Rondeau
for it.
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-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-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-04-09gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau
and working in GRC.
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