Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | digital: better behavior of FLL code and added gets and sets for the ↵ | Tom Rondeau | 2011-07-30 | 2 | -21/+99 | |
| | | | | | | | | | | | | frequency and phase estimates. | |||||
| * | | digital: moved fll_band_edge into gr-digital. | Tom Rondeau | 2011-07-30 | 3 | -0/+636 | |
| | | | ||||||
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-07-28 | 14 | -3/+1743 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵ | Tom Rondeau | 2011-07-24 | 3 | -2/+642 | |
| | | | | | | | | | | | | code for it. | |||||
| * | | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵ | Tom Rondeau | 2011-07-24 | 3 | -0/+182 | |
| | | | | | | | | | | | | for it. | |||||
| * | | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 3 | -0/+219 | |
| | | | ||||||
| * | | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | 2011-07-19 | 5 | -0/+570 | |
| | | | ||||||
| * | | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵ | Tom Rondeau | 2011-07-19 | 3 | -0/+112 | |
| | | | | | | | | | | | | 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 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-28 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | fixed some more warnings; mostly in doxygen or order of variable initialization. | Tom Rondeau | 2011-07-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | misc_next_branch_tweaks_to_build_on_osx_and_windows | Josh Blum | 2011-07-23 | 2 | -1/+5 | |
| |/ | ||||||
* | | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | 2011-07-22 | 10 | -61/+52 | |
| | | | | | | | | and vocoder to be consistent | |||||
* | | digital: added symbol visibility defines to gr-digital, builds on MSVC and linux | Josh Blum | 2011-07-21 | 11 | -40/+96 | |
| | | ||||||
* | | digital: added cmake support for gr-digital (unix only) | Josh Blum | 2011-07-20 | 1 | -0/+74 | |
|/ | ||||||
* | fixing build for constellation code. Had to make some changes to the qa code ↵ | Tom Rondeau | 2011-07-12 | 3 | -6/+5 | |
| | | | | 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 | 5 | -12/+438 | |
| | | | | check needs work. | |||||
* | digital: fixed variable ordering to remove warning. | Tom Rondeau | 2011-07-10 | 1 | -1/+1 | |
| | ||||||
* | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | 2011-06-21 | 4 | -3/+35 | |
| | | | | that it is in gr-digital. | |||||
* | digital: converting LMS algorithm to use the gr_adaptive_filter structure ↵ | Tom Rondeau | 2011-06-06 | 2 | -41/+55 | |
| | | | | and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions). | |||||
* | digital: formatting CMA code; adding get_ functions and renaming things for ↵ | Tom Rondeau | 2011-06-06 | 2 | -6/+19 | |
| | | | | consistency. | |||||
* | digital: fixing comments on LMS DD equalizer | Tom Rondeau | 2011-06-03 | 2 | -2/+2 | |
| | ||||||
* | digital: fixing 8psk constellation object to properly slice. | Tom Rondeau | 2011-06-03 | 1 | -13/+13 | |
| | ||||||
* | digital: adding an LMS decision-directed equalizer block. | Tom Rondeau | 2011-06-03 | 3 | -0/+189 | |
| | ||||||
* | digital: set number of samps per symbol for the equalizer. Also, explicitly ↵ | Tom Rondeau | 2011-05-18 | 2 | -7/+9 | |
| | | | | set the initial taps of the adaptive filter to 0+j0 | |||||
* | Merge branch '8psk' of github.com:trondeau/gnuradio into 8psk | Tom Rondeau | 2011-05-08 | 8 | -8/+1123 | |
|\ | | | | | | | | | | | Conflicts: gr-digital/lib/digital_costas_loop_cc.cc gr-digital/python/qa_costas_loop_cc.py | |||||
| * | gr-digital: formatting constellation block for our style; adding 8PSK ↵ | Tom Rondeau | 2011-04-08 | 2 | -69/+193 | |
| | | | | | | | | constellation. | |||||
| * | gr-digital: updating build for consetellation object move. | Tom Rondeau | 2011-04-08 | 3 | -108/+112 | |
| | | ||||||
| * | gr-digital: moved consetellation object into gr-digital space. | Tom Rondeau | 2011-04-08 | 2 | -0/+690 | |
| | | ||||||
| * | gr-digital: introducing a new blind equalizer based on minimizing the ↵ | Tom Rondeau | 2011-04-08 | 3 | -2/+166 | |
| | | | | | | | | kurtosis. Does not work yet. | |||||
| * | gr-digital: exposing accessors of CMA equalizer through swig and into GRC. ↵ | Tom Rondeau | 2011-04-07 | 1 | -1/+4 | |
| | | | | | | | | Also added protection from exploding error calcs by clipping. | |||||
| * | gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵ | Tom Rondeau | 2011-04-07 | 3 | -4/+135 | |
| | | | | | | | | gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter. | |||||
| * | gr-digital: getting rid of warnings from costas loop block. | Tom Rondeau | 2011-04-07 | 1 | -3/+3 | |
| | | ||||||
* | | gr-digital: cleaning up and commenting. | Tom Rondeau | 2011-03-30 | 2 | -17/+24 | |
|/ | ||||||
* | gr-digital: restructured Costas loop to be specified in terms of the damping ↵ | Tom Rondeau | 2011-03-29 | 2 | -40/+53 | |
| | | | | factor and natural frequency instead of randomly setting the gains. Much more robust in simulation. | |||||
* | gr-digital: renaming block to avoid name collision with stuff in gnuradio-core. | Tom Rondeau | 2011-03-28 | 3 | -44/+45 | |
| | ||||||
* | gr-digital: adding a new top-level block for digital comms work. | Tom Rondeau | 2011-03-28 | 4 | -0/+373 | |