Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
with the PFB clock recovery in the demod block allows arbitrary real numbers for the number of samples per symbol. We will have to chance the transmit and recieve path code in the examples to take advantage of this.
|
|
which makes the rest of the code work. My previous test cases must have masked the problem.
|
|
|
|
|
|
|