index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gr-filter
/
include
Age
Commit message (
Expand
)
Author
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-17
filter: fixed fir_filter_with_buffer and added QA code to check.
Tom Rondeau
2012-06-17
filter: added mmse_fir_interpolator with QA code.
Tom Rondeau
2012-06-16
filter: adding freq_xlating_filter.
Tom Rondeau
2012-06-15
filter: adding IIR filter.
Tom Rondeau
2012-06-15
filter: copied over interpolator_taps.h to gr-filter.
Tom Rondeau
2012-06-15
filter: adding single_pole_iir_filter blocks.
Tom Rondeau
2012-06-15
filter: updating adaptive FIR filters.
Tom Rondeau
2012-06-15
filter: mods to fir filter bases to make consistent and simpler.
Tom Rondeau
2012-06-15
filter: improving documentation and adding GRC blocks for fir_filter_xxx blocks.
Tom Rondeau
2012-06-15
filter: adding ssc and fsf versions of filter with associated new Volk kernels.
Tom Rondeau
2012-06-14
filter: added a ccf Volk dot product to use with ccf filters and used it in f...
Tom Rondeau
2012-06-14
filter: switched ccc FIR filter to use aligned VOLK calls.
Tom Rondeau
2012-06-14
filter: fff FIR filters use VOLK machine information to set alignment.
Tom Rondeau
2012-06-13
filter wip and probably squash with last.
Tom Rondeau
2012-06-13
filter: process 4 vectors each time in volk dot_prod to speed up fir filters.
Tom Rondeau
2012-06-10
filter: working aligned taps loads for regular and decimating filter.
Tom Rondeau
2012-06-10
filter: adding ccf version for adaptive filter.
Tom Rondeau
2012-05-09
filter: wip: working on adaptive FIR filter. Moved ccc and created parent cla...
Tom Rondeau
2012-05-08
filter: created polyphase_filterbank parent class to handle some initializati...
Tom Rondeau
2012-05-08
filter: copied over pfb_channelizer to gr-filter with QA and GRC.
Tom Rondeau
2012-05-07
filter: fixed typo.
Tom Rondeau
2012-05-06
filter: added fir_filter_with_buffer to gr-filter.
Tom Rondeau
2012-05-06
filter: added filter_delay_fc to gr-filter with QA and GRC files.
Tom Rondeau
2012-05-06
filter: some cleanup with the dc_blocker code.
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
2012-05-05
filter: added firdes for generating FIR filters to gr-filter.
Tom Rondeau
2012-05-03
filter: improved documentation for fft_filters.
Tom Rondeau
2012-05-03
filter: preparing to handle alignment better in FIR filters.
Tom Rondeau
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 fi...
Tom Rondeau
2012-05-01
filter: work on creating gr-filter top-level component.
Tom Rondeau