Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
documented.
|
|
|
|
|
|
|
|
|
|
indicator on whether or not the buffers are aligned; they can use this to determine which Volk function to use or if to use Volk at all.
|
|
|
|
|
|
|
|
|
|
but it makes the build output so much nicer...
|
|
|
|
|
|
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1.
Broke it more than fixed it.
|
|
|
|
the max_noutput_items when building a wxGUI application.
|
|
|
|
test sequence.
|
|
|
|
number of outputs based on the inputs, let it. This is an acceptable (actually, necessary) exception to the specified limit.
|
|
|
|
Better detection for x86 and 32 or 64 bit.
|
|
|
|
|
|
parameter better.
The block now holds state between calls to work for the number of output symbols instead of requiring a certain number of available outputs (that may never be satisfied).
This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
|
|
|
|
noutput_items for all blocks in a flowgraph.
|
|
|
|
parameter better.
The number of output items is now set based on the d_osps and the check in the work function is not needed (actually, that check was wrong and should never have worked correctly, anyway).
This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test.
|
|
|
|
|
|
|
|
|
|
|