Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: moved fll_band_edge out of gnruadio-core. | Tom Rondeau | 2011-07-30 | 5 | -690/+0 |
| | |||||
* | core: made significant improvements in FLL algorithm. Now converges very nicely. | Tom Rondeau | 2011-07-30 | 3 | -93/+384 |
| | |||||
* | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | 2011-07-24 | 5 | -702/+0 |
| | | | | code for it. | ||||
* | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | 2011-07-24 | 5 | -212/+0 |
| | | | | for it. | ||||
* | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 5 | -281/+0 |
| | |||||
* | digital: removed LMS and CMA equalizers from core that are supplanted in ↵ | Tom Rondeau | 2011-07-20 | 13 | -624/+1 |
| | | | | gr-digital. | ||||
* | digital: removed gr_costas_loop from gnuradio-core that is replaced in ↵ | Tom Rondeau | 2011-07-19 | 5 | -380/+0 |
| | | | | gr-digital. | ||||
* | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | 2011-07-19 | 8 | -663/+0 |
| | |||||
* | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | 2011-07-19 | 8 | -380/+0 |
| | | | | 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. | ||||
* | Merge branch '8psk' into next | Tom Rondeau | 2011-07-17 | 16 | -32/+790 |
|\ | | | | | | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen | ||||
| * | fixing build | Tom Rondeau | 2011-07-12 | 1 | -0/+2 |
| | | |||||
| * | digital: removed new constellation blocks from gnuradio-core. | Tom Rondeau | 2011-07-10 | 6 | -502/+0 |
| | | |||||
| * | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | 2011-06-21 | 2 | -32/+0 |
| | | | | | | | | that it is in gr-digital. | ||||
| * | Merge branch 'master' into 8psk | Tom Rondeau | 2011-06-13 | 1 | -0/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t | ||||
| * \ | Merge branch 'master' into 8psk | Tom Rondeau | 2011-06-03 | 8 | -2/+578 |
| |\ \ | |||||
| * | | | filter: Adding a concept of output samples per symbol to the PFB clock ↵ | Tom Rondeau | 2011-05-18 | 3 | -20/+36 |
| | | | | | | | | | | | | | | | | recovery alg, mostly so you can pass on 2+ samples per symbol to a follow-on equalizer. | ||||
| * | | | core: minor changes to clean up adaptive filter code. | Tom Rondeau | 2011-05-18 | 2 | -11/+17 |
| | | | | |||||
| * | | | Merge branch 'master' into 8psk | Tom Rondeau | 2011-05-13 | 2 | -1/+6 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into 8psk | Tom Rondeau | 2011-05-08 | 1 | -4/+2 |
| |\ \ \ \ | |||||
| * | | | | | gr-digital: updating build for consetellation object move. | Tom Rondeau | 2011-04-08 | 4 | -22/+3 |
| | | | | | | |||||
| * | | | | | gr-digital: moved consetellation object into gr-digital space. | Tom Rondeau | 2011-04-08 | 3 | -836/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'constell_obj' into 8psk | Tom Rondeau | 2011-04-08 | 21 | -11/+2078 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into constell_obj | Tom Rondeau | 2011-04-08 | 28 | -137/+254 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen | ||||
| | * | | | | | | Updated copyright notice dates. | Ben Reynwar | 2011-02-27 | 9 | -9/+9 |
| | | | | | | | | |||||
| | * | | | | | | Minor bug fixes (from last two commits) | Ben Reynwar | 2011-02-27 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Removing docstring generation from this branch. | Ben Reynwar | 2011-02-27 | 5 | -28551/+7 |
| | | | | | | | | |||||
| | * | | | | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵ | Ben Reynwar | 2011-02-20 | 7 | -108/+286 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correspond to one symbol value.) | ||||
| | * | | | | | | Added rotational symmetry info to gr_constellation. | Ben Reynwar | 2011-02-13 | 3 | -15/+41 |
| | | | | | | | | |||||
| | * | | | | | | Added gr_constellation_decoder2_cb block. | Ben Reynwar | 2011-02-13 | 5 | -0/+167 |
| | | | | | | | | |||||
| | * | | | | | | Changed constellation objects so that codings besides gray code can be used. | Ben Reynwar | 2011-02-09 | 3 | -44/+68 |
| | | | | | | | | |||||
| | * | | | | | | Added trellis_constellation_metrics_cf. It is equivalent to ↵ | Ben Reynwar | 2011-02-06 | 5 | -0/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trellis_metrics_c but it uses the constellation object's calc_metric method. This method is also added here. trellis_metric_type.h is moved to gr_metric_type since constellation object is now dependent on it. | ||||
| | * | | | | | | Added QPSK constellation object. | Ben Reynwar | 2011-01-31 | 3 | -0/+68 |
| | | | | | | | | |||||
| | * | | | | | | Added BPSK constellation object. | Ben Reynwar | 2011-01-31 | 3 | -15/+72 |
| | | | | | | | | |||||
| | * | | | | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object. | Ben Reynwar | 2011-01-30 | 5 | -0/+535 |
| | | | | | | | | |||||
| | * | | | | | | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 3 | -220/+2275 |
| | | | | | | | | |||||
| | * | | | | | | Merged upstream from next | Ben Reynwar | 2011-01-30 | 141 | -1857/+4589 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Minor typo in comments. | Ben Reynwar | 2011-01-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Added support for PSK to generic modulation. | Ben Reynwar | 2011-01-20 | 3 | -50/+203 |
| | | | | | | | | | |||||
| | * | | | | | | | Worked on generic demodulation. | Ben Reynwar | 2011-01-01 | 8 | -86/+321 |
| | | | | | | | | | |||||
| | * | | | | | | | Fixing generic demodulation. | Ben Reynwar | 2010-12-10 | 1 | -8/+24 |
| | | | | | | | | | |||||
| | * | | | | | | | Added support for modulation/demodulation of a generic constellation. | Ben Reynwar | 2010-12-09 | 5 | -2/+377 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not yet robust enough. Inefficient QAM modulation/demodulation also added (via the generic implementation). | ||||
| | * | | | | | | | Fixed typos in comments ('samples per symbol' not 'samples per second'). | Ben Reynwar | 2010-12-05 | 1 | -3/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'grorg-master' | Ben Reynwar | 2010-12-03 | 15 | -38/+60 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'grorg-master' | Ben Reynwar | 2010-11-17 | 1 | -131/+0 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'grorg-master' | Ben Reynwar | 2010-11-03 | 19 | -74/+264 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Generation of python docstrings from doxygen xml. | Ben Reynwar | 2010-11-03 | 4 | -13/+26508 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs. | ||||
| * | | | | | | | | | | | gr-digital: Adding a ccc version of the adaptive filter (to use complex taps). | Tom Rondeau | 2011-04-07 | 4 | -0/+177 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'master' into 8psk | Tom Rondeau | 2011-04-06 | 7 | -119/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Adding phase detector in Costas loop for 8PSK. | Tom Rondeau | 2011-03-26 | 2 | -2/+26 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Fix sensitivity accessor in gr_frequency_modulator_fc. | Johnathan Corgan | 2011-07-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this was corrected after the 3.4 API freeze, it is going into the 3.5 branch. |