summaryrefslogtreecommitdiff
path: root/gr-digital/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | digital: moved fll_band_edge into gr-digital.Tom Rondeau2011-07-303-0/+636
* | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-07-2814-3/+1743
|\| |
| * | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau2011-07-243-2/+642
| * | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau2011-07-243-0/+182
| * | digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-213-0/+219
| * | digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau2011-07-195-0/+570
| * | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau2011-07-193-0/+112
* | | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-281-1/+1
|\ \ \ | | |/ | |/|
| * | fixed some more warnings; mostly in doxygen or order of variable initialization.Tom Rondeau2011-07-271-1/+1
| * | misc_next_branch_tweaks_to_build_on_osx_and_windowsJosh Blum2011-07-232-1/+5
| |/
* | gr: added API macros for noaa and pager, also renamed the ones for digital an...Josh Blum2011-07-2210-61/+52
* | digital: added symbol visibility defines to gr-digital, builds on MSVC and linuxJosh Blum2011-07-2111-40/+96
* | digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-201-0/+74
|/
* fixing build for constellation code. Had to make some changes to the qa code ...Tom Rondeau2011-07-123-6/+5
* digital: moving more constellation blocks into gr-digital. Builds, make check...Tom Rondeau2011-07-105-12/+438
* digital: fixed variable ordering to remove warning.Tom Rondeau2011-07-101-1/+1
* gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that...Ben Reynwar2011-06-214-3/+35
* digital: converting LMS algorithm to use the gr_adaptive_filter structure and...Tom Rondeau2011-06-062-41/+55
* digital: formatting CMA code; adding get_ functions and renaming things for c...Tom Rondeau2011-06-062-6/+19
* digital: fixing comments on LMS DD equalizerTom Rondeau2011-06-032-2/+2
* digital: fixing 8psk constellation object to properly slice.Tom Rondeau2011-06-031-13/+13
* digital: adding an LMS decision-directed equalizer block.Tom Rondeau2011-06-033-0/+189
* digital: set number of samps per symbol for the equalizer. Also, explicitly s...Tom Rondeau2011-05-182-7/+9
* Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-088-8/+1123
|\
| * gr-digital: formatting constellation block for our style; adding 8PSK constel...Tom Rondeau2011-04-082-69/+193
| * gr-digital: updating build for consetellation object move.Tom Rondeau2011-04-083-108/+112
| * gr-digital: moved consetellation object into gr-digital space.Tom Rondeau2011-04-082-0/+690
| * gr-digital: introducing a new blind equalizer based on minimizing the kurtosi...Tom Rondeau2011-04-083-2/+166
| * gr-digital: exposing accessors of CMA equalizer through swig and into GRC. Al...Tom Rondeau2011-04-071-1/+4
| * gr-digital: adding CMA equalizer to gr-digital. This replaces the gr_cma_equa...Tom Rondeau2011-04-073-4/+135
| * gr-digital: getting rid of warnings from costas loop block.Tom Rondeau2011-04-071-3/+3
* | gr-digital: cleaning up and commenting.Tom Rondeau2011-03-302-17/+24
|/
* gr-digital: restructured Costas loop to be specified in terms of the damping ...Tom Rondeau2011-03-292-40/+53
* gr-digital: renaming block to avoid name collision with stuff in gnuradio-core.Tom Rondeau2011-03-283-44/+45
* gr-digital: adding a new top-level block for digital comms work.Tom Rondeau2011-03-284-0/+373