Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rounds to nearest number.
|
|
Conflicts:
volk/apps/volk_profile.cc
|
|
finished.
|
|
same value.
|
|
|
|
The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same
|
|
This converts the block from a gr_sync_block to a gr_block since it has to return and consume different amounts when the delay setting changes.
|
|
|
|
Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
|
|
|
|
Using the Volk function causes too much of a change in the output values right now. Will have to relook at it for the right thing to do. Keeping the use of vlen and scale, though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also adds SSE and AVX and unaligned Volk versions for this.
|
|
|
|
|
|
|
|
|
|
Also updates copyright dates.
|
|
swigdocs).
|
|
|
|
Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior.
|
|
Can set and get nthreads; defaults to 1, so no change in default behavior.
|
|
|
|
Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
|
|
|
|
strip-chart features.
|
|
|
|
general so they can make use of volk calls.
QA code now explicitly tests the cc versions of these blocks.
|
|
Works with max_noutput_items and set_output_multiple.
|
|
No need for sse implementation now but keeping code for reference.
|
|
benchmark were used to decide which implementation to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|