summaryrefslogtreecommitdiff
path: root/gr-filter
Commit message (Expand)AuthorAgeFilesLines
* filter: don't install .grc file as python fileJohnathan Corgan2012-11-221-1/+7
* filter: use matching free for malloc, fixes access violationJosh Blum2012-11-142-18/+18
* filter: removed undefined FFTW3F_ libs/incsJosh Blum2012-11-141-3/+0
* fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum2012-11-141-1/+0
* fft: added gnuradio-fft dep for some testsJosh Blum2012-11-142-2/+4
* gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
* gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
* gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
* Fixes other uses of channel model to always have negative or zeroAlick Zhao2012-11-021-1/+1
* filter: fixes naligned value when volk alignment is 1.Tom Rondeau2012-08-302-9/+9
* filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau2012-07-191-12/+19
* filter: warning fixes.Tom Rondeau2012-07-083-5/+3
* filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ...Tom Rondeau2012-06-223-28/+52
* volk: fixing some volk kernels.Tom Rondeau2012-06-221-5/+3
* filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer.Tom Rondeau2012-06-222-8/+10
* Merge branch 'win_fix'Tom Rondeau2012-06-2224-24/+24
|\
| * gr-filter: Removing FILTER_API from internals static members fixes Windows errorNicholas Corgan2012-06-2224-24/+24
* | Merge branch 'cppunit_fix'Tom Rondeau2012-06-221-0/+1
|\ \
| * | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txtNicholas Corgan2012-06-211-0/+1
| |/
* / filter: more precision for the PFB channelizer QA test.Tom Rondeau2012-06-221-4/+4
|/
* filter: safer values for QA tests for different machines.Tom Rondeau2012-06-212-8/+8
* filer: fixed link to libvolk.Tom Rondeau2012-06-211-1/+1
* filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.Nicholas Corgan2012-06-201-0/+1
* filter: adding set/get for phase of arb resampler.Tom Rondeau2012-06-206-9/+85
* filter: fixed bug with includes.Tom Rondeau2012-06-202-0/+2
* filter: added documentation to adaptive_filter blocks.Tom Rondeau2012-06-204-5/+66
* filter: improving documentation.Tom Rondeau2012-06-194-8/+44
* filter: improved QA code for fractional_interpolator and channel_model.Tom Rondeau2012-06-192-5/+72
* filter: fixed some include issues.Tom Rondeau2012-06-192-1/+2
* filter: added channel_model block with GRC.Tom Rondeau2012-06-1910-0/+383
* filter: Moved over PFB examples.Tom Rondeau2012-06-199-3/+1783
* filter: removed all references to filter functions from gr namespace to filter.Tom Rondeau2012-06-1920-78/+51
* filter: Moved over filter-specific Python hier_blocks.Tom Rondeau2012-06-195-3/+674
* filter: adding PFB synthesis filter with GRC and QA.Tom Rondeau2012-06-1910-0/+631
* filter: adding rational resampler with GRC and QA.Tom Rondeau2012-06-1911-1/+672
* filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA.Tom Rondeau2012-06-1915-2/+1090
* filter: adding PFB interpolator with GRC and QA.Tom Rondeau2012-06-1813-6/+405
* filter: adding PFB decimator with GRC and QA.Tom Rondeau2012-06-1814-2/+511
* filter: added interp_fir_filter with QA and GRC.Tom Rondeau2012-06-1812-18/+479
* filter: adding fractional_interpolator_{cc,ff} with QA and GRC.Tom Rondeau2012-06-1713-0/+577
* filter: fixed fir_filter_with_buffer and added QA code to check.Tom Rondeau2012-06-177-43/+604
* filter: redoing hilbert and fir_delay to use normal filter calls since alignm...Tom Rondeau2012-06-172-8/+3
* filter: added mmse_fir_interpolator with QA code.Tom Rondeau2012-06-1712-2/+608
* filter: adding freq_xlating_filter.Tom Rondeau2012-06-1612-0/+1003
* filter: adding IIR filter.Tom Rondeau2012-06-1511-0/+602
* filter: copied over interpolator_taps.h to gr-filter.Tom Rondeau2012-06-152-0/+141
* filter: adding single_pole_iir_filter blocks.Tom Rondeau2012-06-1514-0/+819
* filter: updating adaptive FIR filters.Tom Rondeau2012-06-1512-299/+208
* filter: minor coding things.Tom Rondeau2012-06-152-4/+4
* filter: mods to fir filter bases to make consistent and simpler.Tom Rondeau2012-06-154-164/+425