Age | Commit message (Collapse) | Author |
|
Also, cleaning up a bit wrt class members.
|
|
|
|
flipped. The commented code removed in this checkin does that through a calculation in the loops, but the way the filter assignment works with this code, the flip is done by keeping the indexing static, so a look up table works and is slightly faster.
|
|
|
|
rate out.
There are two versions of the code in here with the second way being more general and efficient. This one should be more extendable to allowing rational ratio output sampling rates.
|
|
produces the correct output for oversampling_rate = 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
too much to render, ie use truncation)
|
|
This block performs scrambling by XORing the input sequence with
the output of an LFSR. Repeating this operation restores the original
sequence.
(This differs from gr.scrambler_bb(), which convolves the input sequence
with the LFSR output.)
The additive scrambler allows an optional bit count after which the LFSR
is reset to its initial seed. This allows use with, e.g., packetized
fixed length payloads.
|
|
|
|
|
|
Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
|
|
|
|
|
|
|
|
|
|
the SSE the use of intrinics. Code for the SSE versions is still there just disabled.
|
|
|
|
|
|
|
|
modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity.
|
|
|
|
Conflicts:
gnuradio-examples/python/digital/benchmark_qt_rx2.py
|
|
|
|
operations.
|
|
operations.
|
|
switched into FFT filter block.
|
|
|
|
|
|
|
|
|
|
|
|
This change allows us to safely pass dicts in messages.
|
|
logging output streams.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|