Re: [Discuss-gnuradio] GNURadio master and UHD RFNOC Version Issue

2018-07-12 Thread John Medrano
> false in CMakeCache.txt from an earlier master branch build. > > Regards, > Derek > > On Fri, May 25, 2018 at 2:20 PM, John Medrano > wrote: > >> Hello, >> >> I apologize for my terminology, it is causing some confusion. >> >> If you download t

Re: [Discuss-gnuradio] GNURadio Help

2018-06-13 Thread John Medrano
chine (I use the USRP E310 board) to display the > data. > In fact, it should be such a broadband spectrum analyzer not in real time. > > 2018-06-13 17:57 GMT+03:00 John Medrano : > >> Hello. >> >> If I understand what you are saying correctly, you would like to proc

Re: [Discuss-gnuradio] GNURadio Help

2018-06-13 Thread John Medrano
e them to > the buffer. And so up to 6GHz. Then when the buffer is full, I transfer > the data to the host machine (I use the USRP E310 board) to display the > data. > In fact, it should be such a broadband spectrum analyzer not in real time. > > 2018-06-13 17:57 GMT+03:00 John Medrano

Re: [Discuss-gnuradio] GNURadio Help

2018-06-13 Thread John Medrano
Hello. If I understand what you are saying correctly, you would like to process wide band data. And you mention 70 MHz to 6 GHz. Even with RFNOC there is a limitation on the amount of data you can process simultaneously, and that is about 200 MHz. There is no way possible to simultaneously

Re: [Discuss-gnuradio] Custom block not showing up in gnuradio-companion blocks list (but ok in Linux)

2018-06-02 Thread John Medrano
You need to check directory " /opt/local/share/gnuradio/grc/blocks" to see if your xml file is present. If it is not, then look at output from "sudo make install" to see if file is being installed or updated. >From what it looks like, given that it works in on previous and other platforms. I

Re: [Discuss-gnuradio] qa test failed!

2018-05-28 Thread John Medrano
Your line: self.tb.connect(detec. dst) Should be: self.tb.connect(detec, dst) You have period instead of comma. On Mon, May 28, 2018 at 3:55 PM, Linda20071 wrote: > I created a module named detector0 with one input argument: int len. In > the python qa file, I set the len to 20. However,

Re: [Discuss-gnuradio] GNURadio master and UHD RFNOC Version Issue

2018-05-25 Thread John Medrano
? This will help me to look back at and see which GNU Radio versions are compatible with the rfnoc-devel branch. Thank you again. On Fri, May 25, 2018 at 6:46 AM, Müller, Marcus (CEL) <muel...@kit.edu> wrote: > Hi John, > On Fri, 2018-05-25 at 06:39 -0600, John Medrano wrote: > > Thank yo

Re: [Discuss-gnuradio] GNURadio master and UHD RFNOC Version Issue

2018-05-25 Thread John Medrano
t fits your installed UHD). > > Best regards, > Marcus > On Thu, 2018-05-24 at 13:21 -0600, John Medrano wrote: > > Recently we built GNURadio and UHD from source on a Fedora 28. Since we > use RFNOC we were compiling GNURadio version v3.7.10.2, and using > rfnoc-devel bran

[Discuss-gnuradio] GNURadio master and UHD RFNOC Version Issue

2018-05-24 Thread John Medrano
Recently we built GNURadio and UHD from source on a Fedora 28. Since we use RFNOC we were compiling GNURadio version v3.7.10.2, and using rfnoc-devel branch from UHD. Building on Fedora 28 we received compiling errors when we were building v3.7.10.2. So we decided to build the master branch