Re: [Discuss-gnuradio] question about bandwith B210 - USB3

2016-06-30 Thread Marcus D. Leech
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

Re: [Discuss-gnuradio] question about bandwith B210 - USB3

2016-06-30 Thread James Humphries
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.

[Discuss-gnuradio] gr_modtool change - remove command aliases?

2016-06-30 Thread P
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

[Discuss-gnuradio] question about bandwith B210 - USB3

2016-06-30 Thread Przemek Lewandowski
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

Re: [Discuss-gnuradio] Question about GNU radio working on other hardware devices

2016-06-30 Thread Ron Economos
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

[Discuss-gnuradio] Question about GNU radio working on other hardware devices

2016-06-30 Thread Jacky Lin
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,

Re: [Discuss-gnuradio] Pybombs 2.1.0 test w/Ubuntu 16.04LTS

2016-06-30 Thread Martin Braun
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

Re: [Discuss-gnuradio] C++ manual

2016-06-30 Thread Ron Economos
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.

[Discuss-gnuradio] C++ manual

2016-06-30 Thread Olivier Goyette
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