[Discuss-gnuradio] eCPRI support in RFNoC and GNU Radio

2018-03-08 Thread Zhongyuan Zhao
Dear GNU Radio and USRP developers, Would you consider to support eCPRI in X310/N310 in the future? eCPRI is the latest radio access network fronthaul standard. eCPRI messages can be just UDP/IP packets. (eCPRI spec v1.1. http://www.cpri.info/downloads/eCPRI_v_1_1_2018_01_10.pdf ) If you

Re: [Discuss-gnuradio] WX GUI and QT GUI not working

2018-03-08 Thread Marcus D. Leech
On 03/08/2018 04:47 PM, Ziang Gao wrote: Hi everybody, I just installed gnuradio on Ubuntu 16.04 and tested a really simple flow graph in GRC, an USRP source connected to a WX FFT sink, however I got this error: File "/home/ziang/workarea-grc/top_block.py", line 166, in main() File

[Discuss-gnuradio] WX GUI and QT GUI not working

2018-03-08 Thread Ziang Gao
Hi everybody, I just installed gnuradio on Ubuntu 16.04 and tested a really simple flow graph in GRC, an USRP source connected to a WX FFT sink, however I got this error: File "/home/ziang/workarea-grc/top_block.py", line 166, in main() File "/home/ziang/workarea-grc/top_block.py", line

Re: [Discuss-gnuradio] Changing data type of custom block

2018-03-08 Thread Martin Braun
On 02/12/2018 06:21 PM, Tellrell White wrote: > Hello All > I have a custom sink block that I want to be able to a vector input of > length 1024, however, I can't seem to change the data type of the block. > The code I'm using is the following in which the data type is float and > I've made the

Re: [Discuss-gnuradio] Help needed to install GR-GSM package

2018-03-08 Thread Martin Braun
On 02/20/2018 08:34 AM, Shrishailayya M Hiremath wrote: > package libosmocore: > Unable to fetch recipe libosmocore > PyBOMBS.install_manager - ERROR - Error installing package libosmocore. > Aborting. This may be a firewall issue. -- M ___

Re: [Discuss-gnuradio] XML file for custom python block

2018-03-08 Thread Martin Braun
On 02/22/2018 12:41 PM, Tellrell White wrote: > Hello > Out of curiosity, I created a custom block by inserting python code into > the "Embedded python Block" from the Misc category. Is there a .xml file > somewhere for this block or a way to easily create one. I'm trying to > transfer the block

Re: [Discuss-gnuradio] Windows DLL Error && Missing Ubuntu Apt-Get Components

2018-03-08 Thread Martin Braun
Hey Christopher, sorry to hear you're having so much trouble. On 02/22/2018 07:00 PM, Christopher Harper wrote: > I've been struggling to get this working.  I've ended up with partial > success from the Ubuntu package, the Win binary, and the PyBombs source > script.  Really, any three of the

Re: [Discuss-gnuradio] Regarding the updating and extending gr-radar idea for GSoc 2018

2018-03-08 Thread Martin Braun
On 03/05/2018 10:24 PM, jmfriedt wrote: >> with gr-radar. A simple cross-correlation approach based on any existing >> broadcast signal would be a good start, too. Plus, you can use wifi >> dongles for such an application. It would be nice to have out-of-the-box > > Is that correct ? Can a Wifi

Re: [Discuss-gnuradio] Regarding the updating and extending gr-radar idea for GSoc 2018

2018-03-08 Thread Martin Braun
On 03/05/2018 04:10 PM, suraj hanchinal wrote: > Thanks for the response. I was mainly interested in passive radar and > also was into the idea of passive WiFi radar. As I said I have been > reading research papers like this one  > http://ieeexplore.ieee.org/document/6020778/ . This paper has a

Re: [Discuss-gnuradio] [USRP-users] [UHD] 3.11.0.0 Release Announcement

2018-03-08 Thread Martin Braun
On 03/08/2018 09:56 AM, Dario Fertonani wrote: > Hi Martin, > > Our code doesn't compile on Ubuntu 16.04 with UHD 3.11 from PPA (UHD > 3.10.x works well). This is on "amd64" ark, with g++ that dies out with > a missing header (copied below) > > fatal error: uhd/utils/msg.hpp: No such file or

[Discuss-gnuradio] Website maintenance (main website, wiki, pubs)

2018-03-08 Thread Andrej Rode
Dear all, due to stability problems the main gnuradio.org website, wiki and pubs.gnuradio.org will experience a maintenance right now. I expect them to be up again in a couple of hours. Sorry for the inconvenience! Cheers Andrej -- Andrej Rode GPG Key: 750B CBBB 4A75 811A 4D5F 03ED 5C23 7FB8

Re: [Discuss-gnuradio] [UHD] Notes on FPGA images packaging, and packaging in general

2018-03-08 Thread Sid Hayn
https://github.com/EttusResearch/uhddev/blob/master/images/manifest.txt This address is invalid, assuming you meant this one? https://github.com/EttusResearch/uhd/blob/master/images/manifest.txt Thanks, Zero On Wed, Mar 7, 2018 at 8:12 PM, Martin Braun wrote: > Hi

[Discuss-gnuradio] [GSoC18] Student application period starting soon!

2018-03-08 Thread Felix Wunsch
Hi all, the student application period for Google Summer of Code starts soon (March 12) and I want to use the opportunity to emphasize that interested students should not wait until the application period starts to get in touch with us! Talk to us, tell us your ideas and let us help you write a

Re: [Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-08 Thread Marcus D. Leech
On 03/08/2018 10:43 AM, Firdavs Pulat wrote: Hi all, Are there APIs as part of gnuradio that give access to the low level ADI registers (to both probe, and set)? For instance, I'm trying to see if the AGC is currently turned on on B200mini, and if it's, what kind of mode it is on (e.g., slow

[Discuss-gnuradio] Accessing the ADI registers on B200mini

2018-03-08 Thread Firdavs Pulat
Hi all, Are there APIs as part of gnuradio that give access to the low level ADI registers (to both probe, and set)? For instance, I'm trying to see if the AGC is currently turned on on B200mini, and if it's, what kind of mode it is on (e.g., slow or fast). Looking at it the USRP manual online, I

Re: [Discuss-gnuradio] Regarding Tempest implementation in GNURadio.

2018-03-08 Thread Derek Kozel
Hello Kushagra, This is a very broad question which is probably why no one has responded yet, we simply don't have a good answer for you. Based on a quick look at that project it seems like it already supports LCDs, it is shown to work with DVI signals. Do you believe that it doesn't? As for a

Re: [Discuss-gnuradio] Ugly GUI-All I see is Grey Background, Buttons, Sliders, Textboxes

2018-03-08 Thread CEL
You can modify these themes up as much as you like :) On Thu, 2018-03-08 at 11:29 +0300, Mehmet Ozcelebi wrote: > Thank you for solving my problem, > I was referring to GRC. In the Tools menu-> Set default QT Gui theme > and there you can select one of the 4 themes located in >

Re: [Discuss-gnuradio] Ugly GUI-All I see is Grey Background, Buttons, Sliders, Textboxes

2018-03-08 Thread Mehmet Ozcelebi
Thank you for solving my problem, I was referring to GRC. In the Tools menu-> Set default QT Gui theme and there you can select one of the 4 themes located in share/gnuradio/themes. Not very aesthetic but will do the job for now. 2018-03-08 10:29 GMT+03:00 Müller, Marcus (CEL)