summaryrefslogtreecommitdiff
path: root/gr-digital/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-081-56/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.Tom Rondeau2011-10-121-0/+6
|
* digital: removed hier directory in gr-digital; put c++ hier blocks into ↵Tom Rondeau2011-09-261-3/+4
| | | | lib/include/swig.
* digital: updated build files for new gr-digital/include directory.Tom Rondeau2011-09-261-19/+2
|
* digital: adding CPM C++ hier block, which adds a hier directory to ↵Tom Rondeau2011-09-011-1/+2
| | | | gr-digital. Reworked build system to include this in the libraries and modules built.
* digital: moved fll_band_edge into gr-digital.Tom Rondeau2011-07-301-0/+2
|
* digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA ↵Tom Rondeau2011-07-241-2/+4
| | | | code for it.
* digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code ↵Tom Rondeau2011-07-241-0/+2
| | | | for it.
* digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-211-0/+2
|
* digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau2011-07-191-0/+4
|
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau2011-07-191-0/+2
| | | | 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.
* fixing build for constellation code. Had to make some changes to the qa code ↵Tom Rondeau2011-07-121-4/+3
| | | | 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-101-12/+17
| | | | check needs work.
* gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar2011-06-211-1/+2
| | | | that it is in gr-digital.
* digital: adding an LMS decision-directed equalizer block.Tom Rondeau2011-06-031-0/+2
|
* gr-digital: updating build for consetellation object move.Tom Rondeau2011-04-081-0/+2
|
* gr-digital: introducing a new blind equalizer based on minimizing the ↵Tom Rondeau2011-04-081-2/+4
| | | | kurtosis. Does not work yet.
* gr-digital: adding CMA equalizer to gr-digital. This replaces the ↵Tom Rondeau2011-04-071-4/+6
| | | | gr_cma_equalizer_cc in gnuradio-core and uses the complex-in, complex-out, complex-taps version of the gr_adaptive_filter.
* gr-digital: renaming block to avoid name collision with stuff in gnuradio-core.Tom Rondeau2011-03-281-2/+2
|
* gr-digital: adding a new top-level block for digital comms work.Tom Rondeau2011-03-281-0/+38