Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
(commit chunk for gr-blocks added back in)
|
|
|
|
|
|
(This was introduced by d9a292ac)
|
|
|
|
seed for noise source, matching the documentation update in 0d6871b3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
Instead, using stdint.i in analog_swig.i for the data type.
|
|
This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- AGC
- AGC2
- Feedforward AGC
- CPFSK
- CTCSS squelch
- DPLL
|
|
|
|
|
|
|
|
|
|
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case).
|
|
This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
|
|
|
|
|
|
Cherry-picked from a commit on 'next.' Reworked for master style.
Conflicts:
gr-digital/lib/constellation_receiver_cb_impl.cc
|
|
|
|
|
|
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls.
I am uncertain as to why this is compiling (we are not using namespace pmt),
unless there is a hidden using namespace somewhere in a global header.
But it will be good to get the code right as a general purpose example.
|