Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-12 | digital: changed modulation_utils2 to modulation_utils and update all files ↵ | Tom Rondeau | |
using it. | |||
2011-10-12 | digital: OFDM using new psk and qam modules for constellations. Also, ↵ | Tom Rondeau | |
psk2->psk updated in all files and examples. | |||
2011-10-12 | digital: sneaking in a fix to cpm.py here. Working with benchmark_tx. Also ↵ | Tom Rondeau | |
adding some print statements to benchmark script to indicate what type of source/sink is being used. | |||
2011-10-12 | digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but ↵ | Tom Rondeau | |
untested/verified). | |||
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | |
and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page. | |||
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | |
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-08-30 | digital: adding GMSK as a modulation type. Updated to use PFB-based clock ↵ | Tom Rondeau | |
recovery alg instead of M&M. | |||
2011-07-26 | digital: reworking code so digital examples work. BPSK seems to work fine ↵ | Tom Rondeau | |
offline. | |||
2011-07-24 | digital: modifications to make Python scripts in digital usable. | Tom Rondeau | |
2011-07-18 | digital: fixing imports and build/dist for gr-digital. | Tom Rondeau | |
2011-07-12 | fixing 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-04-09 | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵ | Tom Rondeau | |
and working in GRC. | |||
2011-03-28 | gr-digital: adding a new top-level block for digital comms work. | Tom Rondeau | |