Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-14 Thread Nikos Balkanas
tyvm:)​ On Mon, Mar 14, 2016 at 7:58 PM, Jonathon Pendlum < jonathon.pend...@ettus.com> wrote: > Hi Nikos, > > 1) The Fosphor RFNoC block does not compute a FFT. It does the averaging > and persistence. > 2) For RFNoC flowgraphs, you want to use a RFNoC Radio block so you do not > transition out

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Correction: Spectrum shows fine. Just had to enlarge the panel:) On Sat, Mar 12, 2016 at 1:26 AM, Nikos Balkanas wrote: > Thanks Jonathan, > > That helps a lot. I still don't get a spectrum, but I get a nice fosphor > panel and no timeout errors. A couple of questions: > > 1) You seem to be usin

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Thanks Jonathan, That helps a lot. I still don't get a spectrum, but I get a nice fosphor panel and no timeout errors. A couple of questions: 1) You seem to be using 2 ffts: RFNoC FFT and RFNoC Fosphor. You can only do 1 FFT. What's the difference between those 2? 2) You start with an RFNoC Radio

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Upon closer inspection I do get a few runtime errors: timeout on chan 0 Looks like smt is amiss in my flow. Any ideas about that? TIA Nikos On Sat, Mar 12, 2016 at 12:07 AM, Nikos Balkanas wrote: > Tyvm Jason, > > That did it. I don't actually need to set the X300's addr and type to > anythin

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Nikos Balkanas
Tyvm Jason, That did it. I don't actually need to set the X300's addr and type to anything. It defaults to the first one it finds, and I got only 1 ;-) I got the top block running without any errors. Not much of a fosphor display, like I'm used to, but I'm happy i didn't get any errors:) BR, Niko

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-11 Thread Jason Matusiak
(accidentally sent original response to the wrong mailing list. sorry) Nikos, All RFNoC scripts require a Device3 block. If you look under UHD>RFNoC in GRC you will see Device3. Just add that to your design (no connections needed) and if you are using an X310, set your device argument to "ad

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
Hi, Actually I managed to find a suitable block, Stream to Vec Decim under [Sream Operators]. Now it generates fine but I get the following runtime error: Traceback (most recent call last): File "/home/nikos/Desktop/top_block.py", line 143, in main() File "/home/nikos/Desktop/top_block.py", line

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
I have looked under , , and searched for Vector*, but couldn't find any suitable blocks:( On Fri, Mar 11, 2016 at 5:32 AM, Nikos Balkanas wrote: > Hi, > > And many thanks for your fast reply. > Indeed that seems to be the problem. How can I convert the scalar, or is > it stream?, output from my

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
Hi, And many thanks for your fast reply. Indeed that seems to be the problem. How can I convert the scalar, or is it stream?, output from my usrp to a vector needed by fosphor?​ BR, Nikos On Fri, Mar 11, 2016 at 5:13 AM, Martin Braun wrote: > fosphor needs FFTs as input, and it's currently set

Re: [Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Martin Braun
fosphor needs FFTs as input, and it's currently set to 1024, so you need to pass in vectors of length 1024. You're passing in scalars. M On 03/10/2016 05:39 PM, Nikos Balkanas wrote: > Hi, > > I've been trying to start working with RFNoC blocks in grc. In this > particular flow, I get this error

[Discuss-gnuradio] Grc RFNOC block error

2016-03-10 Thread Nikos Balkanas
Hi, I've been trying to start working with RFNoC blocks in grc. In this particular flow, I get this error, which prevents execution: Connection ( Block - uhd_usrp_source_0 - UHD: USRP Source(uhd_usrp_source) Source - out(0) Block - uhd_rfnoc_streamer_fosphor_0 - RFNoC: fosphor(uhd_rfnoc_streamer_