| Commit message (Expand) | Author | Age | Files | Lines |
* | digital: converted scrambler code to new style. | Tom Rondeau | 2012-08-13 | 15 | -255/+310 |
* | digital: converted correlator blocks to 3.7; everything to make qa_correlate_... | Tom Rondeau | 2012-08-12 | 40 | -1427/+1591 |
* | digital: updated blocks to make qa_constellation* tests pass. | Tom Rondeau | 2012-08-12 | 50 | -2879/+3071 |
* | digital: converted over constellation and related blocks. | Tom Rondeau | 2012-08-11 | 23 | -1688/+1595 |
* | digital: fixed formatting of code to properly comply with new standard. | Tom Rondeau | 2012-08-11 | 6 | -32/+32 |
* | Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_impl | Tom Rondeau | 2012-08-10 | 55 | -1771/+1902 |
|\ |
|
| * | digital: fixed narrowband BER test. | Tom Rondeau | 2012-07-16 | 2 | -4/+6 |
| * | digital: fixed narrowband voice example and OFDM code to use gr-filter. | Tom Rondeau | 2012-07-16 | 5 | -15/+36 |
| * | digital: fixing narrowband (de)mods and examples to work with gr-digital and ... | Tom Rondeau | 2012-07-16 | 7 | -31/+35 |
| * | digital: tweak to MPSK QA code. | Tom Rondeau | 2012-07-16 | 1 | -3/+3 |
| * | digital: fixed GFSK component to use gr-filter component. | Tom Rondeau | 2012-07-16 | 1 | -2/+7 |
| * | digital: fixed FLL loop to use gr-filter component. | Tom Rondeau | 2012-07-16 | 2 | -13/+10 |
| * | digital: fixed demod examples to work with gr-digital and gr-filter components. | Tom Rondeau | 2012-07-16 | 6 | -1506/+1514 |
| * | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-09 | 16 | -1790/+2251 |
| |\ |
|
| * | | digital: improving QA tests to test more samples with better data. | Tom Rondeau | 2012-07-08 | 2 | -36/+61 |
| * | | digital: fixing up some examples to use new namespaces. | Tom Rondeau | 2012-07-07 | 3 | -12/+13 |
| * | | digital: need to look for this import in two places for either installed apps... | Tom Rondeau | 2012-07-07 | 1 | -1/+5 |
| * | | digital: fixing up equalizers to work with new inheritance structure. | Tom Rondeau | 2012-07-07 | 8 | -72/+69 |
| * | | filter: bug fixes to use components in gr.filter and others fixes. | Tom Rondeau | 2012-07-06 | 10 | -31/+43 |
| * | | digital: fixing build system to allow use of Volk and to use gr.filter | Tom Rondeau | 2012-07-06 | 3 | -0/+5 |
| * | | digital: updated mpsk_receiver and pfb_clock_sync_{fff,ccf} to use gr-filter. | Tom Rondeau | 2012-07-06 | 9 | -47/+46 |
| * | | digital: updated CPM and GMSK modulators to use blocks out of gr-filter. | Tom Rondeau | 2012-07-06 | 4 | -9/+10 |
| * | | digital: updated equalizers to use new gr::filter::kernel::adaptive_fir_ccc. | Tom Rondeau | 2012-07-06 | 9 | -52/+139 |
| * | | digital: Updated build system to look for gr-filter stuff. | Tom Rondeau | 2012-07-06 | 3 | -1/+5 |
| * | | Merge branch 'wip/filter-rm-next' of vortex.corganenterprises.com:gnuradio-tr... | Tom Rondeau | 2012-07-05 | 1 | -1/+1 |
| |\ \ |
|
| * | | | core: wip, squash, fixed digital_clock_recovery_xx to use gr-filter | Johnathan Corgan | 2012-06-24 | 5 | -9/+10 |
* | | | | digital: updating cma_equalizer style. | Tom Rondeau | 2012-08-10 | 9 | -195/+261 |
* | | | | digital: converted clock recovery MM loops (cc and ff). | Tom Rondeau | 2012-08-09 | 16 | -677/+656 |
* | | | | digital: converted binary_slicer_fb to new style. | Tom Rondeau | 2012-08-09 | 11 | -246/+135 |
* | | | | digital: converting to new pimpl standard for 3.7. | Tom Rondeau | 2012-08-09 | 12 | -502/+359 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-07-15 | 2 | -6/+104 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | digital: adding BER/SNR simulation example. | Martin Braun | 2012-07-15 | 1 | -0/+104 |
| * | | | digital: removing unused parameter from DPSK demod GRC block. | Martin Braun | 2012-07-15 | 1 | -6/+0 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-07-08 | 16 | -1790/+2251 |
|\| | |
| |_|/
|/| | |
|
| * | | digital: fix for FLL block; uses actual FIR filter. | Hendrik van Wyk | 2012-07-08 | 2 | -43/+67 |
| * | | digital: fixes the digital demod GRC examples after last updates to gr-digital. | Martin Braun | 2012-07-08 | 5 | -1584/+917 |
| * | | digital: fixes DxPSK mod/demod to use right API. | Martin Braun | 2012-07-08 | 2 | -9/+9 |
| * | | digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude. | Martin Braun | 2012-07-08 | 1 | -162/+143 |
| * | | digital: adding a GFSK mod/demodulator. | Wayne Roberts | 2012-07-08 | 7 | -0/+1124 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2012-07-03 | 1 | -1/+1 |
|\| |
| |/
|/| |
|
| * | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | 2012-07-03 | 1 | -1/+1 |
* | | digital: fixed old use of gr.map_bb, block is now only in gr-digital | Johnathan Corgan | 2012-06-20 | 1 | -2/+2 |
* | | Merge branch 'master' into next | Tom Rondeau | 2012-06-16 | 1 | -11/+12 |
|\| |
|
| * | digital: fixed use of gray code in digital mod/demod GRC files. | Tom Rondeau | 2012-06-16 | 3 | -13/+13 |
| * | digital: fixed typo with gray code setting in GRC's QAM demodulator. | Tom Rondeau | 2012-06-14 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'benreynwar/digital_tidy' into next | Tom Rondeau | 2012-06-16 | 10 | -155/+183 |
|\ \ |
|
| * | | digital: Fix bugs in grc xml files. | Ben Reynwar | 2012-06-14 | 5 | -32/+38 |
| * | | Fully gray-coding QAM constellations. | Ben Reynwar | 2012-04-30 | 1 | -4/+10 |
| * | | gr_digital: Added QAM to testing. | Ben Reynwar | 2012-04-26 | 1 | -0/+10 |
| * | | gr-digital: Add non-differential tests to qa_constellation_receiver | Ben Reynwar | 2012-04-26 | 2 | -12/+32 |