Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | filter: don't install .grc file as python file | Johnathan Corgan | 2012-11-22 | 1 | -1/+7 |
| | |||||
* | filter: use matching free for malloc, fixes access violation | Josh Blum | 2012-11-14 | 2 | -18/+18 |
| | |||||
* | filter: removed undefined FFTW3F_ libs/incs | Josh Blum | 2012-11-14 | 1 | -3/+0 |
| | |||||
* | fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES | Josh Blum | 2012-11-14 | 1 | -1/+0 |
| | |||||
* | fft: added gnuradio-fft dep for some tests | Josh Blum | 2012-11-14 | 2 | -2/+4 |
| | |||||
* | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 |
| | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
* | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | ||||
* | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 1 | -1/+1 |
| | | | | seed for noise source, matching the documentation update in 0d6871b3. | ||||
* | filter: fixes naligned value when volk alignment is 1. | Tom Rondeau | 2012-08-30 | 2 | -9/+9 |
| | |||||
* | filter: fixing cppunit test QA to work properly with testing disabled. | Tom Rondeau | 2012-07-19 | 1 | -12/+19 |
| | |||||
* | filter: warning fixes. | Tom Rondeau | 2012-07-08 | 3 | -5/+3 |
| | |||||
* | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ↵ | Tom Rondeau | 2012-06-22 | 3 | -28/+52 |
| | | | | | | could be improperly set. This fixed issues with qa_fir_filter_with_buffer. | ||||
* | volk: fixing some volk kernels. | Tom Rondeau | 2012-06-22 | 1 | -5/+3 |
| | | | | This should fix some problems with gr-filter QA tests. Also removes some warnings. | ||||
* | filter: fix mmse_fir_interpolator QA code to initialize an aligned input buffer. | Tom Rondeau | 2012-06-22 | 2 | -8/+10 |
| | |||||
* | Merge branch 'win_fix' | Tom Rondeau | 2012-06-22 | 24 | -24/+24 |
|\ | |||||
| * | gr-filter: Removing FILTER_API from internals static members fixes Windows error | Nicholas Corgan | 2012-06-22 | 24 | -24/+24 |
| | | |||||
* | | Merge branch 'cppunit_fix' | Tom Rondeau | 2012-06-22 | 1 | -0/+1 |
|\ \ | |||||
| * | | gr-filter: added CPPUNIT_INCLUDE_DIRS to lib/CMakeLists.txt | Nicholas Corgan | 2012-06-21 | 1 | -0/+1 |
| |/ | |||||
* / | filter: more precision for the PFB channelizer QA test. | Tom Rondeau | 2012-06-22 | 1 | -4/+4 |
|/ | |||||
* | filter: safer values for QA tests for different machines. | Tom Rondeau | 2012-06-21 | 2 | -8/+8 |
| | |||||
* | filer: fixed link to libvolk. | Tom Rondeau | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build. | Nicholas Corgan | 2012-06-20 | 1 | -0/+1 |
| | |||||
* | filter: adding set/get for phase of arb resampler. | Tom Rondeau | 2012-06-20 | 6 | -9/+85 |
| | |||||
* | filter: fixed bug with includes. | Tom Rondeau | 2012-06-20 | 2 | -0/+2 |
| | |||||
* | filter: added documentation to adaptive_filter blocks. | Tom Rondeau | 2012-06-20 | 4 | -5/+66 |
| | |||||
* | filter: improving documentation. | Tom Rondeau | 2012-06-19 | 4 | -8/+44 |
| | |||||
* | filter: improved QA code for fractional_interpolator and channel_model. | Tom Rondeau | 2012-06-19 | 2 | -5/+72 |
| | | | | Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2. | ||||
* | filter: fixed some include issues. | Tom Rondeau | 2012-06-19 | 2 | -1/+2 |
| | |||||
* | filter: added channel_model block with GRC. | Tom Rondeau | 2012-06-19 | 10 | -0/+383 |
| | | | | | | Dummy QA test needs work. More documentation. | ||||
* | filter: Moved over PFB examples. | Tom Rondeau | 2012-06-19 | 9 | -3/+1783 |
| | |||||
* | filter: removed all references to filter functions from gr namespace to filter. | Tom Rondeau | 2012-06-19 | 20 | -78/+51 |
| | |||||
* | filter: Moved over filter-specific Python hier_blocks. | Tom Rondeau | 2012-06-19 | 5 | -3/+674 |
| | |||||
* | filter: adding PFB synthesis filter with GRC and QA. | Tom Rondeau | 2012-06-19 | 10 | -0/+631 |
| | |||||
* | filter: adding rational resampler with GRC and QA. | Tom Rondeau | 2012-06-19 | 11 | -1/+672 |
| | |||||
* | filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA. | Tom Rondeau | 2012-06-19 | 15 | -2/+1090 |
| | |||||
* | filter: adding PFB interpolator with GRC and QA. | Tom Rondeau | 2012-06-18 | 13 | -6/+405 |
| | |||||
* | filter: adding PFB decimator with GRC and QA. | Tom Rondeau | 2012-06-18 | 14 | -2/+511 |
| | |||||
* | filter: added interp_fir_filter with QA and GRC. | Tom Rondeau | 2012-06-18 | 12 | -18/+479 |
| | |||||
* | filter: adding fractional_interpolator_{cc,ff} with QA and GRC. | Tom Rondeau | 2012-06-17 | 13 | -0/+577 |
| | |||||
* | filter: fixed fir_filter_with_buffer and added QA code to check. | Tom Rondeau | 2012-06-17 | 7 | -43/+604 |
| | |||||
* | filter: redoing hilbert and fir_delay to use normal filter calls since ↵ | Tom Rondeau | 2012-06-17 | 2 | -8/+3 |
| | | | | alignment is properly handled. | ||||
* | filter: added mmse_fir_interpolator with QA code. | Tom Rondeau | 2012-06-17 | 12 | -2/+608 |
| | |||||
* | filter: adding freq_xlating_filter. | Tom Rondeau | 2012-06-16 | 12 | -0/+1003 |
| | | | | | | Includes QA and GRC. Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter). | ||||
* | filter: adding IIR filter. | Tom Rondeau | 2012-06-15 | 11 | -0/+602 |
| | | | | Include QA and GRC. | ||||
* | filter: copied over interpolator_taps.h to gr-filter. | Tom Rondeau | 2012-06-15 | 2 | -0/+141 |
| | |||||
* | filter: adding single_pole_iir_filter blocks. | Tom Rondeau | 2012-06-15 | 14 | -0/+819 |
| | | | | QA, docs, and GRC. | ||||
* | filter: updating adaptive FIR filters. | Tom Rondeau | 2012-06-15 | 12 | -299/+208 |
| | | | | | | No need for our own adaptive_fir class; can do everything with fir_filter. With QA code. | ||||
* | filter: minor coding things. | Tom Rondeau | 2012-06-15 | 2 | -4/+4 |
| | |||||
* | filter: mods to fir filter bases to make consistent and simpler. | Tom Rondeau | 2012-06-15 | 4 | -164/+425 |
| |