Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | 2011-09-27 | 2 | -7/+2 | |
| | | | | | | | | transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||||
| * | Merge branch 'next' into digital | Tom Rondeau | 2011-09-26 | 3 | -26/+308 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-09-05 | 12 | -100/+238 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h | |||||
| * | | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | 2011-09-01 | 2 | -0/+92 | |
| | | | | | | | | | | | | gr-digital. Reworked build system to include this in the libraries and modules built. | |||||
| * | | digital: adding GMSK as a modulation type. Updated to use PFB-based clock ↵ | Tom Rondeau | 2011-08-30 | 2 | -64/+43 | |
| | | | | | | | | | | | | recovery alg instead of M&M. | |||||
| * | | digital: minor formatting fixes. | Tom Rondeau | 2011-08-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | digital: converted mpsk_receiver to use gri_control_loop parent class. ↵ | Tom Rondeau | 2011-08-30 | 1 | -14/+12 | |
| | | | | | | | | | | | | Updated QA code for this, too. Again, had to change the expected data since the loop converges at a different rate; tested by setting alpha and beta to old values and it worked with old data still. | |||||
| * | | digital: made other QA codes executable | Tom Rondeau | 2011-08-30 | 4 | -0/+0 | |
| | | | ||||||
| * | | digital: fixing qa code to test new dqpsk; a few minor formatting changes. | Tom Rondeau | 2011-08-29 | 1 | -6/+5 | |
| | | | ||||||
| * | | digital: fixed qpsk modulators to enable dqpsk. | Tom Rondeau | 2011-08-29 | 2 | -23/+13 | |
| | | | ||||||
| * | | digital: wip: dqpsk needs work. | Tom Rondeau | 2011-08-27 | 1 | -5/+18 | |
| | | | ||||||
| * | | digital: working on adding a dqpsk modulation block. | Tom Rondeau | 2011-08-27 | 1 | -0/+69 | |
| | | | ||||||
| * | | digital: updating constellation receiver's QA code. | Tom Rondeau | 2011-08-27 | 1 | -7/+5 | |
| | | | ||||||
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-08-17 | 9 | -108/+244 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/gr_fll_band_edge_cc.h gnuradio-core/src/lib/general/gr_pll_refout_cc.h gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_costas_loop_cc.h | |||||
| * | | digital: fixing naming of logging files. | Tom Rondeau | 2011-08-10 | 1 | -9/+9 | |
| | | | ||||||
| * | | Cleaning up; adding a different dbpsk that uses differential coding. The ↵ | Tom Rondeau | 2011-08-10 | 3 | -31/+96 | |
| | | | | | | | | | | | | normal bpsk is non-differential by default, but can be set to use differential with the right flag. | |||||
| * | | digital: fixing up receiver code. Almost there... | Tom Rondeau | 2011-08-09 | 2 | -13/+8 | |
| | | | ||||||
| * | | digital: setting up receive path to use new timing loop API, FLL API, new ↵ | Tom Rondeau | 2011-08-09 | 4 | -50/+46 | |
| | | | | | | | | | | | | gain names/settings. Also added concept of gray coding to generic mod/demod and reworked bpsk/qpsk modulators so both work. | |||||
| * | | digital: updated Costas loop again. The damping factor is now set by default ↵ | Tom Rondeau | 2011-07-30 | 1 | -11/+6 | |
| | | | | | | | | | | | | and is no longer part of the constructor. All variables are exposed in gets and sets, though, for any purposes. | |||||
| * | | digital: cut down number of samples in constellation_receiver QA code to ↵ | Tom Rondeau | 2011-07-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | make shorter test time. | |||||
| * | | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵ | Tom Rondeau | 2011-07-30 | 3 | -3/+88 | |
| | | | | | | | | | | | | new FLL in digital instead of gr. | |||||
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-07-28 | 27 | -85/+1927 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_cma_equalizer_cc.h gnuradio-core/src/lib/general/gr_constellation_decoder_cb.h gnuradio-core/src/lib/general/gr_costas_loop_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_ff.h gr-digital/lib/Makefile.am gr-digital/lib/digital_binary_slicer_fb.h gr-digital/lib/digital_clock_recovery_mm_cc.h gr-digital/lib/digital_clock_recovery_mm_ff.h gr-digital/lib/digital_correlate_access_code_bb.h gr-digital/lib/digital_crc32.h gr-digital/lib/digital_mpsk_receiver_cc.h 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 | |||||
| * | | digital: reworking code so digital examples work. BPSK seems to work fine ↵ | Tom Rondeau | 2011-07-26 | 12 | -58/+90 | |
| | | | | | | | | | | | | offline. | |||||
| * | | digital: modifications to make Python scripts in digital usable. | Tom Rondeau | 2011-07-24 | 5 | -8/+13 | |
| | | | ||||||
| * | | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | 2011-07-24 | 7 | -12/+1089 | |
| | | | ||||||
| * | | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | 2011-07-24 | 2 | -1/+125 | |
| | | | | | | | | | | | | code for it. | |||||
| * | | digital: rename QA test to represent the function we are testing. | Tom Rondeau | 2011-07-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | 2011-07-24 | 3 | -5/+104 | |
| | | | | | | | | | | | | for it. | |||||
| * | | digital: adding QA code for LMS DD equalizer. | Tom Rondeau | 2011-07-24 | 1 | -0/+53 | |
| | | | ||||||
| * | | digital: made clock recovery QA code executable. | Tom Rondeau | 2011-07-24 | 1 | -0/+0 | |
| | | | ||||||
| * | | digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ↵ | Tom Rondeau | 2011-07-24 | 2 | -4/+4 | |
| | | | | | | | | | | | | executable. | |||||
| * | | digital: added some QA tests for the clock_recovery_mm block. | Tom Rondeau | 2011-07-24 | 2 | -0/+177 | |
| | | | ||||||
| * | | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 2 | -1/+87 | |
| | | | ||||||
| * | | digital: using new psk2 to build the constellation and no longer use blks2 | Tom Rondeau | 2011-07-21 | 1 | -4/+4 | |
| | | | ||||||
| * | | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | 2011-07-20 | 2 | -0/+51 | |
| | | | | | | | | | | | | gr-digital. | |||||
| * | | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | 2011-07-19 | 5 | -2/+428 | |
| | | | | | | | | | | | | 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. | |||||
* | | | vocoder: updated cmake build for new blocks (also fixed some tests) | Josh Blum | 2011-07-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | digital: added cmake support for gr-digital (unix only) | Josh Blum | 2011-07-20 | 1 | -0/+71 | |
| |/ |/| | ||||||
* | | digital: fixing imports and build/dist for gr-digital. | Tom Rondeau | 2011-07-18 | 5 | -9/+13 | |
| | | ||||||
* | | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵ | Tom Rondeau | 2011-07-17 | 3 | -0/+580 | |
|/ | | | | to master. Moved new versions under gr-digital. | |||||
* | fixing build for constellation code. Had to make some changes to the qa code ↵ | Tom Rondeau | 2011-07-12 | 7 | -24/+39 | |
| | | | | to import the right stuff after being changed from sitting in gnuradio-core. | |||||
* | digital: moving more constellation blocks into gr-digital. Builds, make ↵ | Tom Rondeau | 2011-07-10 | 7 | -18/+345 | |
| | | | | check needs work. | |||||
* | Moved generic psk and qam modulation into gr-digital. | Ben Reynwar | 2011-05-11 | 13 | -1/+1233 | |
| | ||||||
* | digital: fixing qa code; adding (untested) GRC block for DxPSK demods. | Tom Rondeau | 2011-05-08 | 1 | -1/+0 | |
| | ||||||
* | Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk | Tom Rondeau | 2011-05-08 | 1 | -1/+2 | |
|\ | ||||||
| * | Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk | Tom Rondeau | 2011-05-08 | 7 | -21/+1240 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: gr-digital/lib/digital_costas_loop_cc.cc gr-digital/python/qa_costas_loop_cc.py | |||||
| * | | gr-digital: updatign QA code to new interface of Costas Loop. | Tom Rondeau | 2011-03-30 | 1 | -39/+21 | |
| | | | ||||||
* | | | gr-digital: bumping up the signal amplitude into the costas loop for the ↵ | Tom Rondeau | 2011-04-09 | 1 | -1/+1 | |
| |/ |/| | | | | | 8PSK slicer. | |||||
* | | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital. | Tom Rondeau | 2011-04-09 | 3 | -5/+7 | |
| | | ||||||
* | | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵ | Tom Rondeau | 2011-04-09 | 6 | -3/+1214 | |
| | | | | | | | | and working in GRC. |