| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'jcorgan/wip/filter-rm-next' into digital_impl | Tom Rondeau | 2012-08-10 | 376 | -32597/+2076 |
|\ |
|
| * | 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 |
| * | wxgui: update wxgui components to use gr-filter component. | Tom Rondeau | 2012-07-16 | 5 | -11/+13 |
| * | digital: fixed demod examples to work with gr-digital and gr-filter components. | Tom Rondeau | 2012-07-16 | 6 | -1506/+1514 |
| * | atsc: updating atsc component to work with gr-filter. | Tom Rondeau | 2012-07-16 | 3 | -4/+8 |
| * | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-09 | 21 | -1823/+2279 |
| |\ |
|
| * | | digital: improving QA tests to test more samples with better data. | Tom Rondeau | 2012-07-08 | 2 | -36/+61 |
| * | | vocoder: make vocoder depend on gr-filter (and by proxy gr-fft). | Tom Rondeau | 2012-07-08 | 3 | -4/+13 |
| * | | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-07 | 10 | -902/+4 |
| |\ \ |
|
| * | | | digital: fixing up some examples to use new namespaces. | Tom Rondeau | 2012-07-07 | 3 | -12/+13 |
| * | | | filter: updated adaptive filter blocks to use adaptive FIR kernels. | Tom Rondeau | 2012-07-07 | 5 | -8/+9 |
| * | | | filter: adjusting adaptive fir; set and get taps should come from parent fir ... | Tom Rondeau | 2012-07-07 | 2 | -38/+2 |
| * | | | filter: fixing a typo. | Tom Rondeau | 2012-07-07 | 1 | -1/+1 |
| * | | | core: update to build. | Tom Rondeau | 2012-07-07 | 1 | -1/+0 |
| * | | | 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 |
| * | | | filter: added kernel for adaptive fir filter. | Tom Rondeau | 2012-07-06 | 4 | -0/+186 |
| * | | | 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 | 42 | -476/+1063 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-03 | 35 | -448/+1000 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-07-01 | 5 | -23/+57 |
| | |\ \ \ \ |
|
| | * | | | | | fcd: update to use new gr-filter blocks | Johnathan Corgan | 2012-07-01 | 2 | -5/+6 |
| * | | | | | | core: wip, squash, fixed digital_clock_recovery_xx to use gr-filter | Johnathan Corgan | 2012-06-24 | 5 | -9/+10 |
| |/ / / / / |
|
| * | | | | | core: fix missing update from dc172e5d | Johnathan Corgan | 2012-06-24 | 1 | -6/+1 |
| * | | | | | Merge branch 'next' into wip/filter-rm-next | Johnathan Corgan | 2012-06-23 | 49 | -351/+498 |
| |\ \ \ \ \ |
|
| * | | | | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filter | Johnathan Corgan | 2012-06-23 | 298 | -30813/+3 |
* | | | | | | | digital: updating cma_equalizer style. | Tom Rondeau | 2012-08-10 | 10 | -196/+264 |
* | | | | | | | 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-08-05 | 3 | -2/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm: better support for ARM processors without NEON. | Jaroslav Skarvada | 2012-08-05 | 3 | -2/+5 |
* | | | | | | | | qtgui: fix to time plotter to find core py file. | Tom Rondeau | 2012-07-29 | 4 | -4/+16 |
* | | | | | | | | qtgui: fixing other menu behavior with qwt5. | Tom Rondeau | 2012-07-29 | 1 | -4/+12 |
* | | | | | | | | qtgui: when displaying name, remove full path and only use file name. | Tom Rondeau | 2012-07-29 | 11 | -12/+23 |
* | | | | | | | | qtgui: fix to work with Qwt5. | Tom Rondeau | 2012-07-29 | 1 | -1/+7 |
* | | | | | | | | qtgui: QA code reflects change in waterfall plot API. | Tom Rondeau | 2012-07-29 | 1 | -2/+2 |
* | | | | | | | | fcd: fixed copy-paste error. | Tom Rondeau | 2012-07-29 | 2 | -2/+2 |
* | | | | | | | | qtgui: removing missed debug lines. | Tom Rondeau | 2012-07-29 | 1 | -4/+0 |
* | | | | | | | | qtgui: small fixes to qt_digital app. | Tom Rondeau | 2012-07-29 | 1 | -27/+23 |