Hi Damodar - There is no block in GR that shows the actual bitrate data
flow across it that I know of; wouldn't be difficult to create one, though
the utility of it I'd wonder about. There is a throttle block that you'll
want to use for any significant file lengths for your flowgraph, in which
you
On 12/27/2017 03:56 AM, Adrian Musceac wrote:
> Ok, great. Expected it to work on Jessie, as I test it on a Jessie machine.
>
> I'm curious about the hackrf, I got reports that it can't handle the
> sample rates I'm asking for, in which case it probably needs some
> support code and a configuratio
Hi Nicolas,
I found the error. It was in the XML file. Before, I reversed the order of
and field inside . I corrected it back to the
original order and it worked. Didn't expect that this would cause a
problem. Thank you for your time.
Best
Sakthivel
On Thu, Dec 28, 2017 at 7:34 PM, sakthivel v
Hi Nicolas,
I am running Ubuntu 16.04 64bit. Yes, I ran the command sudo ldconfig. I
just noticed that cmake generated a couple of warnings. One was associated
with 'Policy CMP0026 is not set' and the other was 'Policy CMP0045 is not
set'. But the cmake command for python module installation produ
Hello Sakthivel,
did the installation run to completion without any warning/error? Which OS
are you using?
assuming a linux-based machine, did you run the following command after
installation?
$ sudo ldconfig
please try to do so and tell us if it worked.
-Nicolas
On Thu, Dec 28, 2017 at 12
Hi all.
I am new to gnuradio and just taking the tutorials on creating new OOT
modules. I completed the python tutorial and everything worked. But in C++
after compiling and installing the block, I could not find my new OOT
category or my new block in GRC. Does anyone know the possible cause?
Bes
Hello everyone, I'm new to GNU radio and trying to do QPSK transmit and receive
of a text file using two USRPB210. I am trying to understand the workings of
each blocks. I am trying to figure out what is the bit rate out of each blocks
in my flow graph given certain size of the text file. I cou