summaryrefslogtreecommitdiff
path: root/gnuradio-core
Commit message (Expand)AuthorAgeFilesLines
* digital: moved fll_band_edge out of gnruadio-core.Tom Rondeau2011-07-306-693/+0
* core: made significant improvements in FLL algorithm. Now converges very nicely.Tom Rondeau2011-07-303-93/+384
* digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau2011-07-2411-1814/+0
* digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code...Tom Rondeau2011-07-246-705/+0
* digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau2011-07-246-250/+0
* digital: moving correlate_access_code to gr-digital.Tom Rondeau2011-07-218-371/+0
* digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau2011-07-2017-683/+1
* 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-199-671/+0
* digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau2011-07-1917-2567/+0
* Merge branch '8psk' into nextTom Rondeau2011-07-1720-88/+877
|\
| * fixing buildTom Rondeau2011-07-128-1/+954
| * digital: removed new constellation blocks from gnuradio-core.Tom Rondeau2011-07-108-837/+0
| * gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that...Ben Reynwar2011-06-212-32/+0
| * Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-1318-34/+748
| |\
| | * Merge branch 'master' into 8pskTom Rondeau2011-06-131-0/+2
| | |\
| | * \ Merge branch 'master' into 8pskTom Rondeau2011-06-0310-2/+687
| | |\ \
| | * | | filter: Adding a concept of output samples per symbol to the PFB clock recove...Tom Rondeau2011-05-183-20/+36
| | * | | core: minor changes to clean up adaptive filter code.Tom Rondeau2011-05-182-11/+17
| | * | | Merge branch 'master' into 8pskTom Rondeau2011-05-132-1/+6
| | |\ \ \
| * | | | | Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-1113-1230/+1
| |/ / / /
| * | | | Merge branch 'master' into 8pskTom Rondeau2011-05-081-4/+2
| |\ \ \ \
| * | | | | gr-digital: updating build for consetellation object move.Tom Rondeau2011-04-084-22/+3
| * | | | | gr-digital: moved consetellation object into gr-digital space.Tom Rondeau2011-04-083-836/+0
| * | | | | Merge branch 'constell_obj' into 8pskTom Rondeau2011-04-0846-994/+3755
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' into constell_objTom Rondeau2011-04-0836-245/+316
| | |\ \ \ \ \
| | * | | | | | Fixed to make compatible with python 2.4Ben Reynwar2011-02-272-8/+11
| | * | | | | | Updated copyright notice dates.Ben Reynwar2011-02-2719-21/+80
| | * | | | | | Minor bug fixes (from last two commits)Ben Reynwar2011-02-272-14/+2
| | * | | | | | Removing docstring generation from this branch.Ben Reynwar2011-02-2725-41286/+8
| | * | | | | | Added testing module for constellation_receiver.Ben Reynwar2011-02-272-42/+190
| | * | | | | | Added utility python sequence comparison scripts for use in testing.Ben Reynwar2011-02-272-0/+140
| | * | | | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers co...Ben Reynwar2011-02-208-112/+316
| | * | | | | | Added constellation object unit test.Ben Reynwar2011-02-132-0/+173
| | * | | | | | Fixing bugs in qam.py.Ben Reynwar2011-02-131-9/+7
| | * | | | | | Added rotational symmetry info to gr_constellation.Ben Reynwar2011-02-133-15/+41
| | * | | | | | Added gr_constellation_decoder2_cb block.Ben Reynwar2011-02-135-0/+167
| | * | | | | | Changed constellation objects so that codings besides gray code can be used.Ben Reynwar2011-02-099-86/+142
| | * | | | | | Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_...Ben Reynwar2011-02-065-0/+88
| | * | | | | | Forgot to add qpsk.py in last commit.Ben Reynwar2011-02-011-0/+79
| | * | | | | | Added QPSK constellation object.Ben Reynwar2011-01-315-3/+72
| | * | | | | | Tidied qam.pyBen Reynwar2011-01-311-2/+0
| | * | | | | | Added BPSK constellation object.Ben Reynwar2011-01-315-15/+171
| | * | | | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar2011-01-306-2/+537
| | * | | | | | Modified python level OFDM to use constellation object.Ben Reynwar2011-01-301-43/+32
| | * | | | | | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-303-220/+2275
| | * | | | | | Merged upstream from nextBen Reynwar2011-01-30186-2028/+7680
| | |\ \ \ \ \ \
| | * | | | | | | Minor typo in comments.Ben Reynwar2011-01-271-1/+1
| | * | | | | | | Added support for PSK to generic modulation.Ben Reynwar2011-01-209-115/+495