| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | filter: improving documentation and adding GRC blocks for fir_filter_xxx blocks. | Tom Rondeau | 2012-06-15 | 4 | -0/+109 |
* | filter: adding ssc and fsf versions of filter with associated new Volk kernels. | Tom Rondeau | 2012-06-15 | 6 | -2/+397 |
* | filter: fixed FIR filter QA code to make sure it excersizes SIMD call. | Tom Rondeau | 2012-06-14 | 1 | -14/+140 |
* | filter: added a ccf Volk dot product to use with ccf filters and used it in f... | Tom Rondeau | 2012-06-14 | 3 | -8/+26 |
* | filter: switched ccc FIR filter to use aligned VOLK calls. | Tom Rondeau | 2012-06-14 | 2 | -3/+44 |
* | filter: fff FIR filters use VOLK machine information to set alignment. | Tom Rondeau | 2012-06-14 | 2 | -8/+13 |
* | filter wip and probably squash with last. | Tom Rondeau | 2012-06-13 | 2 | -37/+0 |
* | filter: process 4 vectors each time in volk dot_prod to speed up fir filters. | Tom Rondeau | 2012-06-13 | 2 | -4/+36 |
* | filter: Fixed filter_delay and hilbert filter to work with aligned filter loads. | Tom Rondeau | 2012-06-10 | 2 | -7/+23 |
* | filter: working aligned taps loads for regular and decimating filter. | Tom Rondeau | 2012-06-10 | 4 | -17/+65 |
* | filter: adding ccf version for adaptive filter. | Tom Rondeau | 2012-06-10 | 7 | -4/+316 |
* | filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla... | Tom Rondeau | 2012-05-09 | 7 | -0/+387 |
* | filter: created polyphase_filterbank parent class to handle some initializati... | Tom Rondeau | 2012-05-08 | 6 | -90/+302 |
* | filter: copied over pfb_channelizer to gr-filter with QA and GRC. | Tom Rondeau | 2012-05-08 | 17 | -2/+1167 |
* | 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 | 4 | -0/+456 |
* | filter: added filter_delay_fc to gr-filter with QA and GRC files. | Tom Rondeau | 2012-05-06 | 10 | -0/+584 |
* | filter: some cleanup with the dc_blocker code. | Tom Rondeau | 2012-05-06 | 6 | -15/+17 |
* | filter: moved dc_blocker to gr-filter with QA and GRC blocks. | Tom Rondeau | 2012-05-06 | 13 | -0/+761 |
* | filter: added hilbert xform block with QA and GRC block. | Tom Rondeau | 2012-05-05 | 10 | -0/+326 |
* | filter: actually run the C++ unit tests. | Tom Rondeau | 2012-05-05 | 1 | -1/+1 |
* | filter: added Parks-McClellen algorithm. | Tom Rondeau | 2012-05-05 | 7 | -1/+1100 |
* | filter: cleanup and moving calls from gr.firdes to filter.firdes. | Tom Rondeau | 2012-05-05 | 5 | -7/+5 |
* | filter: added firdes for generating FIR filters to gr-filter. | Tom Rondeau | 2012-05-05 | 12 | -1/+2257 |
* | filter: added GRC block for FFT filters. Fixed example install. | Tom Rondeau | 2012-05-03 | 5 | -2/+67 |
* | 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 | 2 | -0/+10 |
* | filter: fixed fft_filter tests. | Tom Rondeau | 2012-05-02 | 1 | -4/+4 |
* | filter: adding fff version of FFT filter. | Tom Rondeau | 2012-05-02 | 12 | -242/+402 |
* | filter: fixed FIR filter taps and added complex FFT filter. | Tom Rondeau | 2012-05-02 | 20 | -17/+1463 |
* | filter: Reworking filter to have a set of basic implementation classes for fi... | Tom Rondeau | 2012-05-02 | 14 | -408/+612 |
* | filter: adding examples folder. | Tom Rondeau | 2012-05-02 | 2 | -0/+120 |
* | filter: fixing up fir_filter_fff to handle taps appropriately, also does deci... | Tom Rondeau | 2012-05-02 | 1 | -3/+16 |
* | build: reworking cmake structure for include and lib directories. I think thi... | Tom Rondeau | 2012-05-02 | 1 | -10/+6 |
* | filter: work on creating gr-filter top-level component. | Tom Rondeau | 2012-05-01 | 20 | -0/+1097 |