| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes other uses of channel model to always have negative or zero | Alick Zhao | 2012-11-02 | 1 | -1/+1 |
* | filter: fixed fir_filter_with_buffer to make sure nothing that volk looks at ... | Tom Rondeau | 2012-06-22 | 1 | -0/+3 |
* | gr-filter: Removing FILTER_API from internals static members fixes Windows error | Nicholas Corgan | 2012-06-22 | 24 | -24/+24 |
* | filter: adding set/get for phase of arb resampler. | Tom Rondeau | 2012-06-20 | 2 | -0/+26 |
* | filter: added documentation to adaptive_filter blocks. | Tom Rondeau | 2012-06-20 | 2 | -3/+64 |
* | filter: improving documentation. | Tom Rondeau | 2012-06-19 | 4 | -8/+44 |
* | filter: added channel_model block with GRC. | Tom Rondeau | 2012-06-19 | 2 | -0/+64 |
* | filter: removed all references to filter functions from gr namespace to filter. | Tom Rondeau | 2012-06-19 | 6 | -12/+12 |
* | filter: adding PFB synthesis filter with GRC and QA. | Tom Rondeau | 2012-06-19 | 2 | -0/+108 |
* | filter: adding rational resampler with GRC and QA. | Tom Rondeau | 2012-06-19 | 2 | -0/+62 |
* | filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA. | Tom Rondeau | 2012-06-19 | 4 | -1/+280 |
* | filter: adding PFB interpolator with GRC and QA. | Tom Rondeau | 2012-06-18 | 3 | -3/+121 |
* | filter: adding PFB decimator with GRC and QA. | Tom Rondeau | 2012-06-18 | 3 | -2/+134 |
* | filter: added interp_fir_filter with QA and GRC. | Tom Rondeau | 2012-06-18 | 3 | -4/+86 |
* | filter: adding fractional_interpolator_{cc,ff} with QA and GRC. | Tom Rondeau | 2012-06-17 | 3 | -0/+110 |
* | filter: fixed fir_filter_with_buffer and added QA code to check. | Tom Rondeau | 2012-06-17 | 1 | -3/+3 |
* | filter: added mmse_fir_interpolator with QA code. | Tom Rondeau | 2012-06-17 | 4 | -1/+158 |
* | filter: adding freq_xlating_filter. | Tom Rondeau | 2012-06-16 | 3 | -0/+122 |
* | filter: adding IIR filter. | Tom Rondeau | 2012-06-15 | 3 | -0/+267 |
* | 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 | 4 | -0/+359 |
* | filter: updating adaptive FIR filters. | Tom Rondeau | 2012-06-15 | 4 | -105/+5 |
* | filter: mods to fir filter bases to make consistent and simpler. | Tom Rondeau | 2012-06-15 | 2 | -19/+124 |
* | filter: improving documentation and adding GRC blocks for fir_filter_xxx blocks. | Tom Rondeau | 2012-06-15 | 1 | -0/+27 |
* | filter: adding ssc and fsf versions of filter with associated new Volk kernels. | Tom Rondeau | 2012-06-15 | 2 | -1/+63 |
* | filter: added a ccf Volk dot product to use with ccf filters and used it in f... | Tom Rondeau | 2012-06-14 | 1 | -1/+1 |
* | filter: switched ccc FIR filter to use aligned VOLK calls. | Tom Rondeau | 2012-06-14 | 1 | -0/+8 |
* | filter: fff FIR filters use VOLK machine information to set alignment. | Tom Rondeau | 2012-06-14 | 1 | -0/+2 |
* | filter wip and probably squash with last. | Tom Rondeau | 2012-06-13 | 1 | -1/+0 |
* | filter: process 4 vectors each time in volk dot_prod to speed up fir filters. | Tom Rondeau | 2012-06-13 | 1 | -1/+1 |
* | filter: working aligned taps loads for regular and decimating filter. | Tom Rondeau | 2012-06-10 | 1 | -5/+7 |
* | filter: adding ccf version for adaptive filter. | Tom Rondeau | 2012-06-10 | 3 | -4/+87 |
* | filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla... | Tom Rondeau | 2012-05-09 | 3 | -0/+124 |
* | filter: created polyphase_filterbank parent class to handle some initializati... | Tom Rondeau | 2012-05-08 | 2 | -1/+150 |
* | filter: copied over pfb_channelizer to gr-filter with QA and GRC. | Tom Rondeau | 2012-05-08 | 2 | -0/+206 |
* | filter: fixed typo. | Tom Rondeau | 2012-05-07 | 1 | -1/+1 |
* | filter: added fir_filter_with_buffer to gr-filter. | Tom Rondeau | 2012-05-06 | 2 | -0/+219 |
* | filter: added filter_delay_fc to gr-filter with QA and GRC files. | Tom Rondeau | 2012-05-06 | 2 | -0/+66 |
* | filter: some cleanup with the dc_blocker code. | Tom Rondeau | 2012-05-06 | 2 | -4/+6 |
* | filter: moved dc_blocker to gr-filter with QA and GRC blocks. | Tom Rondeau | 2012-05-06 | 3 | -0/+153 |
* | filter: added hilbert xform block with QA and GRC block. | Tom Rondeau | 2012-05-05 | 2 | -0/+54 |
* | filter: added Parks-McClellen algorithm. | Tom Rondeau | 2012-05-05 | 2 | -0/+73 |
* | filter: added firdes for generating FIR filters to gr-filter. | Tom Rondeau | 2012-05-05 | 2 | -0/+379 |
* | filter: improved documentation for fft_filters. | Tom Rondeau | 2012-05-03 | 2 | -0/+38 |
* | filter: preparing to handle alignment better in FIR filters. | Tom Rondeau | 2012-05-03 | 1 | -0/+1 |
* | filter: adding fff version of FFT filter. | Tom Rondeau | 2012-05-02 | 4 | -62/+107 |
* | filter: fixed FIR filter taps and added complex FFT filter. | Tom Rondeau | 2012-05-02 | 5 | -1/+268 |
* | filter: Reworking filter to have a set of basic implementation classes for fi... | Tom Rondeau | 2012-05-02 | 5 | -269/+132 |
* | filter: work on creating gr-filter top-level component. | Tom Rondeau | 2012-05-01 | 5 | -0/+420 |