summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-2112-58/+55
* 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 gr-d...Tom Rondeau2011-07-2019-637/+6
* digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig...Tom Rondeau2011-07-196-384/+0
* digital: removed references to modulators that were moved to gr-digital.Tom Rondeau2011-07-191-6/+0
* digital: moved clock_recovery_ff/cc to gr-digital.Tom Rondeau2011-07-1911-103/+102
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau2011-07-1923-2115/+122
* Merge branch '8psk' into nextTom Rondeau2011-07-17136-215/+8766
|\
| * trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ...Tom Rondeau2011-07-122-5/+12
| * fixing build for constellation code. Had to make some changes to the qa code ...Tom Rondeau2011-07-1211-31/+45
| * fixing buildTom Rondeau2011-07-128-1/+954
| * digital: removed new constellation blocks from gnuradio-core.Tom Rondeau2011-07-108-837/+0
| * digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau2011-07-105-8/+10
| * digital: moving more constellation blocks into gr-digital. Builds, make check...Tom Rondeau2011-07-1017-37/+883
| * digital: fixed variable ordering to remove warning.Tom Rondeau2011-07-101-1/+1
| * Merge pull request #2 from benreynwar/8pskTom Rondeau2011-06-2237-75/+636
| |\
| | * gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that...Ben Reynwar2011-06-2113-44/+14
| | * Fixed error in m4 config file.Ben Reynwar2011-06-131-2/+0
| | * Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-13146-1477/+5686
| | |\ | | |/ | |/|
| * | Merge branch 'master' into 8pskTom Rondeau2011-06-1394-1338/+3944
| |\ \
| * | | digital: converting LMS algorithm to use the gr_adaptive_filter structure and...Tom Rondeau2011-06-064-50/+77
| * | | digital: formatting CMA code; adding get_ functions and renaming things for c...Tom Rondeau2011-06-064-12/+26
| * | | digital: fixing comments on LMS DD equalizerTom Rondeau2011-06-032-2/+2
| * | | digital: adding GRC block for LMS DD equalizer.Tom Rondeau2011-06-033-0/+38
| * | | 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-036-0/+230
| * | | digital: adding some comments to the swig fileTom Rondeau2011-06-031-0/+25
| * | | Merge branch 'master' into 8pskTom Rondeau2011-06-0319-20/+798
| |\ \ \
| * | | | filter: Adding a concept of output samples per symbol to the PFB clock recove...Tom Rondeau2011-05-184-21/+42
| * | | | core: minor changes to clean up adaptive filter code.Tom Rondeau2011-05-182-11/+17
| * | | | digital: set number of samps per symbol for the equalizer. Also, explicitly s...Tom Rondeau2011-05-184-10/+18
| * | | | Merge branch 'master' into 8pskTom Rondeau2011-05-1311-4/+462
| |\ \ \ \
| * | | | | gr-qtgui: adding the various windows as initial options for the qtgui sink in...Tom Rondeau2011-05-091-0/+20
| * | | | | gr-qtgui: makes time sink a sync_block (since it is) and uses set_output_mult...Tom Rondeau2011-05-096-62/+40
| | | | | * Fixing typos in grc xml files.Ben Reynwar2011-05-124-8/+8
| | | | | * Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-1121-16/+603
| | | | | * Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar2011-05-105-13/+19
| | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into 8pskTom Rondeau2011-05-08116-921/+3577
| |\ \ \ \
| * | | | | build: committing updated Makefile.swig.gen files.Tom Rondeau2011-05-083-9/+39
| * | | | | digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-082-1/+167
| * | | | | Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-083-16/+23
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-08152-1625/+10742
| | |\ \ \ \ \
| | * | | | | | gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau2011-03-301-39/+21
| | * | | | | | gr-digital: cleaning up and commenting.Tom Rondeau2011-03-302-17/+24
| * | | | | | | gr-digital: bumping up the signal amplitude into the costas loop for the 8PSK...Tom Rondeau2011-04-091-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-095-7/+33
| * | | | | | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ...Tom Rondeau2011-04-099-7/+1344
| * | | | | | 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-0810-201/+189
| * | | | | | gr-digital: moved consetellation object into gr-digital space.Tom Rondeau2011-04-083-0/+0