| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau | 2011-07-24 | 6 | -705/+0 |
* | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for... | Tom Rondeau | 2011-07-24 | 6 | -250/+0 |
* | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 8 | -371/+0 |
* | digital: removed LMS and CMA equalizers from core that are supplanted in gr-d... | Tom Rondeau | 2011-07-20 | 17 | -683/+1 |
* | digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig... | Tom Rondeau | 2011-07-19 | 6 | -384/+0 |
* | digital: removed references to modulators that were moved to gr-digital. | Tom Rondeau | 2011-07-19 | 1 | -6/+0 |
* | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | 2011-07-19 | 9 | -671/+0 |
* | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c... | Tom Rondeau | 2011-07-19 | 17 | -2567/+0 |
* | Merge branch '8psk' into next | Tom Rondeau | 2011-07-17 | 20 | -88/+877 |
|\ |
|
| * | fixing build | Tom Rondeau | 2011-07-12 | 8 | -1/+954 |
| * | digital: removed new constellation blocks from gnuradio-core. | Tom Rondeau | 2011-07-10 | 8 | -837/+0 |
| * | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now that... | Ben Reynwar | 2011-06-21 | 2 | -32/+0 |
| * | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk | Ben Reynwar | 2011-06-13 | 18 | -34/+748 |
| |\ |
|
| | * | Merge branch 'master' into 8psk | Tom Rondeau | 2011-06-13 | 1 | -0/+2 |
| | |\ |
|
| | * \ | Merge branch 'master' into 8psk | Tom Rondeau | 2011-06-03 | 10 | -2/+687 |
| | |\ \ |
|
| | * | | | filter: Adding a concept of output samples per symbol to the PFB clock recove... | Tom Rondeau | 2011-05-18 | 3 | -20/+36 |
| | * | | | core: minor changes to clean up adaptive filter code. | Tom Rondeau | 2011-05-18 | 2 | -11/+17 |
| | * | | | Merge branch 'master' into 8psk | Tom Rondeau | 2011-05-13 | 2 | -1/+6 |
| | |\ \ \ |
|
| * | | | | | Moved generic psk and qam modulation into gr-digital. | Ben Reynwar | 2011-05-11 | 13 | -1230/+1 |
| |/ / / / |
|
| * | | | | Merge branch 'master' into 8psk | Tom Rondeau | 2011-05-08 | 1 | -4/+2 |
| |\ \ \ \ |
|
| * | | | | | gr-digital: updating build for consetellation object move. | Tom Rondeau | 2011-04-08 | 4 | -22/+3 |
| * | | | | | gr-digital: moved consetellation object into gr-digital space. | Tom Rondeau | 2011-04-08 | 3 | -836/+0 |
| * | | | | | Merge branch 'constell_obj' into 8psk | Tom Rondeau | 2011-04-08 | 46 | -994/+3755 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into constell_obj | Tom Rondeau | 2011-04-08 | 36 | -245/+316 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Fixed to make compatible with python 2.4 | Ben Reynwar | 2011-02-27 | 2 | -8/+11 |
| | * | | | | | | Updated copyright notice dates. | Ben Reynwar | 2011-02-27 | 19 | -21/+80 |
| | * | | | | | | Minor bug fixes (from last two commits) | Ben Reynwar | 2011-02-27 | 2 | -14/+2 |
| | * | | | | | | Removing docstring generation from this branch. | Ben Reynwar | 2011-02-27 | 25 | -41286/+8 |
| | * | | | | | | Added testing module for constellation_receiver. | Ben Reynwar | 2011-02-27 | 2 | -42/+190 |
| | * | | | | | | Added utility python sequence comparison scripts for use in testing. | Ben Reynwar | 2011-02-27 | 2 | -0/+140 |
| | * | | | | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers co... | Ben Reynwar | 2011-02-20 | 8 | -112/+316 |
| | * | | | | | | Added constellation object unit test. | Ben Reynwar | 2011-02-13 | 2 | -0/+173 |
| | * | | | | | | Fixing bugs in qam.py. | Ben Reynwar | 2011-02-13 | 1 | -9/+7 |
| | * | | | | | | Added rotational symmetry info to gr_constellation. | Ben Reynwar | 2011-02-13 | 3 | -15/+41 |
| | * | | | | | | Added gr_constellation_decoder2_cb block. | Ben Reynwar | 2011-02-13 | 5 | -0/+167 |
| | * | | | | | | Changed constellation objects so that codings besides gray code can be used. | Ben Reynwar | 2011-02-09 | 9 | -86/+142 |
| | * | | | | | | Added trellis_constellation_metrics_cf. It is equivalent to trellis_metrics_... | Ben Reynwar | 2011-02-06 | 5 | -0/+88 |
| | * | | | | | | Forgot to add qpsk.py in last commit. | Ben Reynwar | 2011-02-01 | 1 | -0/+79 |
| | * | | | | | | Added QPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -3/+72 |
| | * | | | | | | Tidied qam.py | Ben Reynwar | 2011-01-31 | 1 | -2/+0 |
| | * | | | | | | Added BPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -15/+171 |
| | * | | | | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object. | Ben Reynwar | 2011-01-30 | 6 | -2/+537 |
| | * | | | | | | Modified python level OFDM to use constellation object. | Ben Reynwar | 2011-01-30 | 1 | -43/+32 |
| | * | | | | | | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 3 | -220/+2275 |
| | * | | | | | | Merged upstream from next | Ben Reynwar | 2011-01-30 | 186 | -2028/+7680 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Minor typo in comments. | Ben Reynwar | 2011-01-27 | 1 | -1/+1 |
| | * | | | | | | | Added support for PSK to generic modulation. | Ben Reynwar | 2011-01-20 | 9 | -115/+495 |
| | * | | | | | | | Tidied QAM modulation. | Ben Reynwar | 2011-01-14 | 4 | -93/+75 |
| | * | | | | | | | Changed pky.py so that is possible to skip modulation/demodulation steps. | Ben Reynwar | 2011-01-01 | 1 | -7/+26 |
| | * | | | | | | | Worked on generic demodulation. | Ben Reynwar | 2011-01-01 | 10 | -125/+339 |