summaryrefslogtreecommitdiff
path: root/gr-digital/python
Commit message (Collapse)AuthorAgeFilesLines
...
| * digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵Tom Rondeau2011-09-272-7/+2
| | | | | | | | transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate.
| * Merge branch 'next' into digitalTom Rondeau2011-09-263-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 digitalJosh Blum2011-09-0512-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 Rondeau2011-09-012-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 Rondeau2011-08-302-64/+43
| | | | | | | | | | | | recovery alg instead of M&M.
| * | digital: minor formatting fixes.Tom Rondeau2011-08-301-2/+2
| | |
| * | digital: converted mpsk_receiver to use gri_control_loop parent class. ↵Tom Rondeau2011-08-301-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 executableTom Rondeau2011-08-304-0/+0
| | |
| * | digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau2011-08-291-6/+5
| | |
| * | digital: fixed qpsk modulators to enable dqpsk.Tom Rondeau2011-08-292-23/+13
| | |
| * | digital: wip: dqpsk needs work.Tom Rondeau2011-08-271-5/+18
| | |
| * | digital: working on adding a dqpsk modulation block.Tom Rondeau2011-08-271-0/+69
| | |
| * | digital: updating constellation receiver's QA code.Tom Rondeau2011-08-271-7/+5
| | |
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-08-179-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 Rondeau2011-08-101-9/+9
| | |
| * | Cleaning up; adding a different dbpsk that uses differential coding. The ↵Tom Rondeau2011-08-103-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 Rondeau2011-08-092-13/+8
| | |
| * | digital: setting up receive path to use new timing loop API, FLL API, new ↵Tom Rondeau2011-08-094-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 Rondeau2011-07-301-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 Rondeau2011-07-301-1/+1
| | | | | | | | | | | | make shorter test time.
| * | digital: added QA code for FLL algorithm. Updated generic_mod_demod to use ↵Tom Rondeau2011-07-303-3/+88
| | | | | | | | | | | | new FLL in digital instead of gr.
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-07-2827-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 Rondeau2011-07-2612-58/+90
| | | | | | | | | | | | offline.
| * | digital: modifications to make Python scripts in digital usable.Tom Rondeau2011-07-245-8/+13
| | |
| * | digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau2011-07-247-12/+1089
| | |
| * | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵Tom Rondeau2011-07-242-1/+125
| | | | | | | | | | | | code for it.
| * | digital: rename QA test to represent the function we are testing.Tom Rondeau2011-07-241-2/+2
| | |
| * | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵Tom Rondeau2011-07-243-5/+104
| | | | | | | | | | | | for it.
| * | digital: adding QA code for LMS DD equalizer.Tom Rondeau2011-07-241-0/+53
| | |
| * | digital: made clock recovery QA code executable.Tom Rondeau2011-07-241-0/+0
| | |
| * | digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ↵Tom Rondeau2011-07-242-4/+4
| | | | | | | | | | | | executable.
| * | digital: added some QA tests for the clock_recovery_mm block.Tom Rondeau2011-07-242-0/+177
| | |
| * | digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-212-1/+87
| | |
| * | digital: using new psk2 to build the constellation and no longer use blks2Tom Rondeau2011-07-211-4/+4
| | |
| * | digital: removed LMS and CMA equalizers from core that are supplanted in ↵Tom Rondeau2011-07-202-0/+51
| | | | | | | | | | | | gr-digital.
| * | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau2011-07-195-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 Blum2011-07-231-1/+1
| | |
* | | digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-201-0/+71
| |/ |/|
* | digital: fixing imports and build/dist for gr-digital.Tom Rondeau2011-07-185-9/+13
| |
* | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau2011-07-173-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 Rondeau2011-07-127-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 Rondeau2011-07-107-18/+345
| | | | check needs work.
* Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-1113-1/+1233
|
* digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-081-1/+0
|
* Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-081-1/+2
|\
| * Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-087-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 Rondeau2011-03-301-39/+21
| | |
* | | gr-digital: bumping up the signal amplitude into the costas loop for the ↵Tom Rondeau2011-04-091-1/+1
| |/ |/| | | | | 8PSK slicer.
* | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-093-5/+7
| |
* | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau2011-04-096-3/+1214
| | | | | | | | and working in GRC.