Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some of the swig include files were not getting put into the dist tarball
|
|
* howto:
Refactor gr-howto-write-a-block such that it no longer installs into
|
|
the gnuradio python namespace, but rather in the howto namespace.
This allows it to be installed under a separate --prefix in the common
case where the user doing the "out of tree build" is going to be
installing their new and/or modified code somewhere other than the
system installation directories.
Any code that uses these blocks should now import them using:
import howto
instead of
from gnuradio import howto
|
|
Some moron put quotes around the variable name...
|
|
py files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://ettus.sourcerepo.com/ettus/fpga.git
...under the 'usrp1' and 'usrp2' top-level directories.
|
|
fft_filter_fff now uses new class successfully and passes make check.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and converter rate.
|