Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Added $prefix from configure to paths
|
|
|
|
|
|
modulators.
|
|
buggy in the transmitter due to the make packet padding to 512 bytes.
|
|
samples per second to allow and real valued bitrate.
|
|
Thanks to Dimitris Symeonidis for pointing out the problem and solution.
|
|
Patch from Alexander Chemeris <alexander.chemeris@gmail.com>
|
|
|
|
|
|
getting object names the same as DBPSK block.
|
|
|
|
|
|
|