Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-12 | build: fixing generated includes, deps, and header installation. | Tom Rondeau | |
2013-01-03 | FFT_INCLUDE_DIRS -> GR_FFT_INCLUDE_DIRS, and reorder | Michael L Dickens | |
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-06-19 | filter: added channel_model block with GRC. | Tom Rondeau | |
Dummy QA test needs work. More documentation. | |||
2012-06-19 | filter: adding PFB synthesis filter with GRC and QA. | Tom Rondeau | |
2012-06-19 | filter: adding rational resampler with GRC and QA. | Tom Rondeau | |
2012-06-19 | filter: adding PFB arbitrary resampler (ccf and fff) with GRC and QA. | Tom Rondeau | |
2012-06-18 | filter: adding PFB interpolator with GRC and QA. | Tom Rondeau | |
2012-06-18 | filter: adding PFB decimator with GRC and QA. | Tom Rondeau | |
2012-06-18 | filter: added interp_fir_filter with QA and GRC. | Tom Rondeau | |
2012-06-17 | filter: adding fractional_interpolator_{cc,ff} with QA and GRC. | Tom Rondeau | |
2012-06-16 | filter: adding freq_xlating_filter. | Tom Rondeau | |
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). | |||
2012-06-15 | filter: adding IIR filter. | Tom Rondeau | |
Include QA and GRC. | |||
2012-06-15 | filter: adding single_pole_iir_filter blocks. | Tom Rondeau | |
QA, docs, and GRC. | |||
2012-06-15 | filter: updating adaptive FIR filters. | Tom Rondeau | |
No need for our own adaptive_fir class; can do everything with fir_filter. With QA code. | |||
2012-06-15 | filter: adding ssc and fsf versions of filter with associated new Volk kernels. | Tom Rondeau | |
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. | |||
2012-05-08 | filter: copied over pfb_channelizer to gr-filter with QA and GRC. | Tom Rondeau | |
2012-05-06 | filter: added filter_delay_fc to gr-filter with QA and GRC files. | Tom Rondeau | |
2012-05-06 | filter: moved dc_blocker to gr-filter with QA and GRC blocks. | Tom Rondeau | |
2012-05-05 | filter: added hilbert xform block with QA and GRC block. | Tom Rondeau | |
2012-05-05 | filter: added Parks-McClellen algorithm. | Tom Rondeau | |
Renamed gr_remez to pm_remez here. Added QA code and fixed coding style. | |||
2012-05-05 | filter: added firdes for generating FIR filters to gr-filter. | Tom Rondeau | |
Addes QA code in both Python and C++. | |||
2012-05-02 | filter: adding fff version of FFT filter. | Tom Rondeau | |
2012-05-02 | filter: fixed FIR filter taps and added complex FFT filter. | Tom Rondeau | |
2012-05-02 | filter: Reworking filter to have a set of basic implementation classes for ↵ | Tom Rondeau | |
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. | |||
2012-05-01 | filter: work on creating gr-filter top-level component. | Tom Rondeau | |
Builds but does not bring in libgnuradio-fft.so symbols. |