summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digital: fixing narrowband (de)mods and examples to work with gr-digital and ...Tom Rondeau2012-07-167-31/+35
* digital: tweak to MPSK QA code.Tom Rondeau2012-07-161-3/+3
* digital: fixed GFSK component to use gr-filter component.Tom Rondeau2012-07-161-2/+7
* digital: fixed FLL loop to use gr-filter component.Tom Rondeau2012-07-162-13/+10
* wxgui: update wxgui components to use gr-filter component.Tom Rondeau2012-07-165-11/+13
* digital: fixed demod examples to work with gr-digital and gr-filter components.Tom Rondeau2012-07-166-1506/+1514
* atsc: updating atsc component to work with gr-filter.Tom Rondeau2012-07-163-4/+8
* Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-0921-1823/+2279
|\
| * Merge branch 'master' into nextTom Rondeau2012-07-0821-1823/+2279
| |\
| | * filter: warning fixes.Tom Rondeau2012-07-083-5/+3
| | * digital: fix for FLL block; uses actual FIR filter.Hendrik van Wyk2012-07-082-43/+67
| | * digital: fixes the digital demod GRC examples after last updates to gr-digital.Martin Braun2012-07-085-1584/+917
| | * digital: fixes DxPSK mod/demod to use right API.Martin Braun2012-07-082-9/+9
| | * digital: patching ber_simulation.grc to use EbN0 instead of noise amplitude.Martin Braun2012-07-081-162/+143
| | * digital: adding a GFSK mod/demodulator.Wayne Roberts2012-07-087-0/+1124
| | * Merge remote-tracking branch 'jblum/fix_volk_32f_x2_dot_prod_32f'Tom Rondeau2012-07-082-28/+25
| | |\
| | | * volk: use loadu for unaligned volk_32f_x2_dot_prod_32f_u_sse*Josh Blum2012-07-041-24/+24
| | | * volk: fix volk_32f_x2_dot_prod_32f_u_sse tail caseJosh Blum2012-07-042-4/+1
* | | | digital: improving QA tests to test more samples with better data.Tom Rondeau2012-07-082-36/+61
* | | | vocoder: make vocoder depend on gr-filter (and by proxy gr-fft).Tom Rondeau2012-07-083-4/+13
* | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-0710-902/+4
|\| | |
| * | | Merge branch 'master' into nextJohnathan Corgan2012-07-0710-902/+4
| |\| |
| | * | Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan2012-07-0710-902/+4
| | |/
* | | digital: fixing up some examples to use new namespaces.Tom Rondeau2012-07-073-12/+13
* | | filter: updated adaptive filter blocks to use adaptive FIR kernels.Tom Rondeau2012-07-075-8/+9
* | | filter: adjusting adaptive fir; set and get taps should come from parent fir ...Tom Rondeau2012-07-072-38/+2
* | | filter: fixing a typo.Tom Rondeau2012-07-071-1/+1
* | | core: update to build.Tom Rondeau2012-07-071-1/+0
* | | digital: need to look for this import in two places for either installed apps...Tom Rondeau2012-07-071-1/+5
* | | digital: fixing up equalizers to work with new inheritance structure.Tom Rondeau2012-07-078-72/+69
* | | filter: bug fixes to use components in gr.filter and others fixes.Tom Rondeau2012-07-0610-31/+43
* | | digital: fixing build system to allow use of Volk and to use gr.filterTom Rondeau2012-07-063-0/+5
* | | digital: updated mpsk_receiver and pfb_clock_sync_{fff,ccf} to use gr-filter.Tom Rondeau2012-07-069-47/+46
* | | digital: updated CPM and GMSK modulators to use blocks out of gr-filter.Tom Rondeau2012-07-064-9/+10
* | | digital: updated equalizers to use new gr::filter::kernel::adaptive_fir_ccc.Tom Rondeau2012-07-069-52/+139
* | | filter: added kernel for adaptive fir filter.Tom Rondeau2012-07-064-0/+186
* | | digital: Updated build system to look for gr-filter stuff.Tom Rondeau2012-07-063-1/+5
* | | Merge branch 'wip/filter-rm-next' of vortex.corganenterprises.com:gnuradio-tr...Tom Rondeau2012-07-0542-476/+1063
|\ \ \
| * | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-0335-448/+1000
| |\| |
| | * | Merge branch 'master' into nextJohnathan Corgan2012-07-0326-444/+98
| | |\|
| | | * Merge branch 'maint'Johnathan Corgan2012-07-031-3/+0
| | | |\
| | | | * volk: don't initialize phase in rotatorJohnathan Corgan2012-07-031-3/+0
| | | * | Merge branch 'maint'Johnathan Corgan2012-07-0322-412/+74
| | | |\|
| | | | * Force swig compile ordering in gnuradio-coreJosh Blum2012-07-031-0/+2
| | | | * docs: remove redundant retries from swig_doc.pyJosh Blum2012-07-031-74/+26
| | | | * swig: use add_custom_target for swig docs dependencyJosh Blum2012-07-031-1/+2
| | | | * swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-0315-2/+30
| | | | * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-033-3/+11
| | | | * core: added general_generated to swig depsJosh Blum2012-07-033-334/+5
| | | * | cmake: minor tweaks to GrSwig.cmakeJosh Blum2012-07-031-1/+1