Statistics
| Branch: | Tag: | Revision:

root / gr-filter / python @ d647fbba

# Date Author Comment
d647fbba 06/16/2012 02:55 pm Tom Rondeau

filter: adding freq_xlating_filter.

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).

3cd0ea45 06/15/2012 09:56 pm Tom Rondeau

filter: adding IIR filter.

Include QA and GRC.

76a6a4c6 06/15/2012 08:05 pm Tom Rondeau

filter: adding single_pole_iir_filter blocks.

QA, docs, and GRC.

05c117f3 06/15/2012 07:59 pm Tom Rondeau

filter: updating adaptive FIR filters.

No need for our own adaptive_fir class; can do everything with fir_filter.

With QA code.

5585c712 06/15/2012 12:43 pm Tom Rondeau

filter: adding ssc and fsf versions of filter with associated new Volk kernels.

These routines work and pass QA. They could use some performance work. the FSF is just slightly slower than before; the SCC version is more noticably slower.

Both could benefit, probably, by using SSE2 intrinsics to handle the shorts.

a74286a2 06/14/2012 08:51 pm Tom Rondeau

filter: fixed FIR filter QA code to make sure it excersizes SIMD call.

227448e2 06/11/2012 02:35 am Tom Rondeau

filter: working aligned taps loads for regular and decimating filter.

Has working QA code but needs significant performance improvements.

4f08cb7e 05/09/2012 02:07 am Tom Rondeau

filter: copied over pfb_channelizer to gr-filter with QA and GRC.

fc98a2a9 05/06/2012 11:36 pm Tom Rondeau

filter: added filter_delay_fc to gr-filter with QA and GRC files.

137cd171 05/06/2012 08:24 pm Tom Rondeau

filter: moved dc_blocker to gr-filter with QA and GRC blocks.

897a6022 05/05/2012 09:52 pm Tom Rondeau

filter: added hilbert xform block with QA and GRC block.

e832b091 05/05/2012 06:41 pm Tom Rondeau

filter: added Parks-McClellen algorithm.

Renamed gr_remez to pm_remez here. Added QA code and fixed coding style.

906fe742 05/05/2012 05:34 pm Tom Rondeau

filter: added firdes for generating FIR filters to gr-filter.

Addes QA code in both Python and C++.

42eeb873 05/03/2012 12:03 am Tom Rondeau

filter: fixed fft_filter tests.

b63e3b8a 05/02/2012 11:59 pm Tom Rondeau

filter: adding fff version of FFT filter.

26531c2d 05/02/2012 10:59 pm Tom Rondeau

filter: fixed FIR filter taps and added complex FFT filter.

32f807a8 05/02/2012 08:14 pm Tom Rondeau

filter: Reworking filter to have a set of basic implementation classes for filters of different kinds.

The GR blocks are templated now and call from fir_filters for the volk-specific implemenation.

Note the modification to build_utils.py to accomodate these changes.

f64b971f 05/02/2012 02:10 am Tom Rondeau

filter: work on creating gr-filter top-level component.

Builds but does not bring in libgnuradio-fft.so symbols.