summaryrefslogtreecommitdiff
path: root/gr-filter
AgeCommit message (Expand)Author
2013-06-11Merge branch 'v3.6.4_branch' into v3.6.4git_gras_supportJosh Blum
2013-05-22filter: fix pfb_arb_resampler XML for I/O typesJohnathan Corgan
2013-04-07Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-04-05filter: fixed pfb_arb_resampler to handle default taps (None) case.Tom Rondeau
2013-04-05filter: added exception when using interpolating filter with no taps provided.Tom Rondeau
2013-03-17Merge branch 'maint' of https://github.com/guruofquality/gnuradio into v3.6.4...Josh Blum
2013-02-26core: adding a mutex as a protected member of gr_block for use in protecting ...Tom Rondeau
2013-02-17Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-02-14filter: fixing synthesis filter output rate when using 2x oversampling.Tom Rondeau
2013-02-12build: fixing generated includes, deps, and header installation.Tom Rondeau
2013-01-13filter: bring in fix for volk updateJosh Blum
2013-01-03FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorderMichael L Dickens
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens
2012-11-22filter: don't install .grc file as python fileJohnathan Corgan
2012-11-14filter: use matching free for malloc, fixes access violationJosh Blum
2012-11-14filter: removed undefined FFTW3F_ libs/incsJosh Blum
2012-11-14fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum
2012-11-14fft: added gnuradio-fft dep for some testsJosh Blum
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
2012-11-04gr: added python -B everywhere for clean source treeJosh Blum
2012-11-02Fixes other uses of channel model to always have negative or zeroAlick Zhao
2012-08-30filter: fixes naligned value when volk alignment is 1.Tom Rondeau
2012-07-19filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau
2012-07-08filter: warning fixes.Tom Rondeau
2012-06-22filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ...Tom Rondeau
2012-06-22volk: fixing some volk kernels.Tom Rondeau
2012-06-22filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.Tom Rondeau
2012-06-22Merge branch 'win_fix'Tom Rondeau
2012-06-22Merge branch 'cppunit_fix'Tom Rondeau
2012-06-22gr-filter: Removing FILTER_API from internals static members fixes Windows errorNicholas Corgan
2012-06-22filter: more precision for the PFB channelizer QA test.Tom Rondeau
2012-06-21gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan
2012-06-21filter: safer values for QA tests for different machines.Tom Rondeau
2012-06-21filer: fixed link to libvolk.Tom Rondeau
2012-06-20filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.Nicholas Corgan
2012-06-20filter: adding set/get for phase of arb resampler.Tom Rondeau
2012-06-20filter: fixed bug with includes.Tom Rondeau
2012-06-20filter: added documentation to adaptive_filter blocks.Tom Rondeau
2012-06-19filter: improving documentation.Tom Rondeau
2012-06-19filter: improved QA code for fractional_interpolator and channel_model.Tom Rondeau
2012-06-19filter: fixed some include issues.Tom Rondeau
2012-06-19filter: added channel_model block with GRC.Tom Rondeau
2012-06-19filter: Moved over PFB examples.Tom Rondeau
2012-06-19filter: removed all references to filter functions from gr namespace to filter.Tom Rondeau
2012-06-19filter: Moved over filter-specific Python hier_blocks.Tom Rondeau
2012-06-19filter: adding PFB synthesis filter with GRC and QA.Tom Rondeau
2012-06-19filter: adding rational resampler with GRC and QA.Tom Rondeau
2012-06-19filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.Tom Rondeau
2012-06-18filter: adding PFB interpolator with GRC and QA.Tom Rondeau