Age | Commit message (Collapse) | Author |
|
|
|
strip-chart features.
|
|
|
|
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
|
|
* Fixed include dir variable, now works when gnuradio-core in custom prefix
* Removed QUIET option, only works for cmake >=2.8.2, Ubuntu LTS has 2.8.0
* Fixed library name for gruel search
|
|
|
|
|
|
|
|
|
|
tool and installing it into $prefix/bin.
|
|
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.
|
|
|
|
|
|
multiply 2 streams.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No need for sse implementation now but keeping code for reference.
|
|
benchmark were used to decide which implementation to use.
|
|
|
|
|
|
|
|
|
|
complex numbers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of short_to_float.
|
|
|
|
constructor to set the vector length and a free scaling with the data.
|
|
|
|
differences between Volk and non-Volk for rounding issues are made here.
|
|
|
|
The float to int clips at smaller than 2^32 because of the limits of the float representation.
|
|
|
|
|
|
|
|
|
|
|
|
The msvc compiler doesnt like the ambiguous overload of floor.
However, floor should not have an effect on the integer divide anyway.
|