On 06/30/2016 06:48 PM, Przemek Lewandowski wrote:
Hello
I need to generate as wide bandwith as possible. Yes I know that this
is waste of energy, but beside this simple example I want to put some
other channels.
On my USRP B210 I can afford now about 18 MS.
I read on Ettus page that B200 ca
Hello,
What are the specifications of your host computer (processor, RAM, SSD or
hard drive, etc)? What type of USB controller are you using?
-Trip
On Thu, Jun 30, 2016 at 6:48 PM, Przemek Lewandowski
wrote:
> Hello
>
> I need to generate as wide bandwith as possible. Yes I know that this is
>
Hi,
there is now pending patch for gr_modtool wich among other thinks
removes command aliases for this tool.
The removal have 2 reasons. The new argument parsing system does not
support aliases without penalty. The second is I does not like them. By
my opinion command aliases are mostly confusing
Hello
I need to generate as wide bandwith as possible. Yes I know that this is
waste of energy, but beside this simple example I want to put some other
channels.
On my USRP B210 I can afford now about 18 MS.
I read on Ettus page that B200 can tx about 40 - 60 MS - depends on USB
driver.
So 15 MS
The other hardware devices are supported by an OOT (out of tree) module
called gr-osmosdr. When you build and install the module, it adds it's
own sink and source blocks to GNU Radio.
http://cgit.osmocom.org/gr-osmosdr/
Here's an example of devices enabled/disabled on my computer when I
build
Hi there,
I have some questions about the firmware for other hardware device except USRP.
1. I only found "gr-uhd" firmware for Ettus USRP from GNU radio source
codes. I am curious how other hardware devices ex. HackRFs works with GNU Radio
without official support firmware? For example,
Gregory,
can you please re-run this with higher verbosity (-v) and post the
results (preferably on github:
https://github.com/gnuradio/pybombs/issues)? Thanks!
M
On 06/29/2016 07:08 PM, Gregory W. Ratcliff wrote:
> Greetings,
>
> Noticed in PyBOMBS 2.1.0
> Fresh and stock Ubuntu 16.04 on intel
The actual code is not in the manual or C++ API. You can either browse
the code online in the Github repository or clone a copy to your local
computer.
https://github.com/gnuradio/gnuradio
The code you're looking for is here.
https://github.com/gnuradio/gnuradio/blob/master/gr-fec/lib/reed-so
Hi !
I'd like to know if it's possible on GNU Radio Manual and C++ API Reference
web page to see the code inside a function ? I'm looking for init_rs_char
code to better understand how it works and the only thing i'm able to find
is it's declaration on the web page.
Thank you