Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
could be improperly set.
This fixed issues with qa_fir_filter_with_buffer.
|
|
This should fix some problems with gr-filter QA tests. Also removes some warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setting various parameters in the channel model should already be checked by the QA code of the respective components since this is a hier_block2.
|
|
|
|
Dummy QA test needs work.
More documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
alignment is properly handled.
|
|
|
|
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).
|
|
Include QA and GRC.
|
|
|
|
QA, docs, and GRC.
|
|
No need for our own adaptive_fir class; can do everything with fir_filter.
With QA code.
|
|
|
|
|
|
|
|
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.
|
|
|
|
fir_filter_ccf.
Produces improved results to previous version.
|
|
|
|
Works with SSE and AVX machines. SSE results comparable to float_dotprod still. AVX slightly faster.
|
|
Removing unecessary d_offset counter from fir_filter.
|
|
This makes the volk version of the SSE FIR filter the same speed as using the hand-crafted float_dotprod from before.
|
|
|