Re: [Discuss-gnuradio] Issues with syncing two USRPs!

2015-09-14 Thread Benjamin Nuss
Hi, has the problem been solved in the meantime? I'm triying to build up a 1x2 MIMO setup with two N210 (2 SBX daughterboards). One Transmit channel with one of the TX/RX ports and two receive channels with the two RX2 ports. The two USRPs are connected via a MIMO cable. The N210 (TX: addr=172.22

Re: [Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-14 Thread Chad R
Awesome. Thank you I got it to work in gnuradio-companion however now when I try to implement it in my python project I get the error. thread[thread-per-block[3]: ]: EnvironmentError: IOError: Radio ctrl (0) packet parse error - AssertionError: packet_info.packet_count == (seq_to_ack & 0xfff) in

Re: [Discuss-gnuradio] Issues with syncing two USRPs!

2015-09-14 Thread eldarymli
Hi Benjamin, In my case the issue was caused by using the wrong device address format. To fix the issue, try the following: Use a new single '*variable*' block for the IP addresses of the* two USRP devices*. In my case I use the following format: *Variable* *ID:* addr *Value:* "addr0=192.160.10

Re: [Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-14 Thread Marcus D. Leech
On 09/14/2015 07:03 AM, Chad R wrote: Awesome. Thank you I got it to work in gnuradio-companion however now when I try to implement it in my python project I get the error. thread[thread-per-block[3]: ]: EnvironmentError: IOError: Radio ctrl (0) packet parse error - AssertionError: packet_inf

Re: [Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-14 Thread Chad R
My complete code is: class Tx1_Rx2(gr.top_block): def __init__(self, nsamps): gr.top_block.__init__(self, "Tx1_Rx2") ## # Variables ## self.samp_rate = samp_r

Re: [Discuss-gnuradio] 2Rx 1Tx overflow error

2015-09-14 Thread Marcus D. Leech
Again, could you confirm which UHD version you're using, did you upgrade to the latest? Also, you're probably better-off doing things "in the Gnu Radio way", rather than loading into a vector and doing DSPish things "out of band". You might want to learn how to write Python blocks, since 64

[Discuss-gnuradio] Error when build grextras

2015-09-14 Thread Hoang Nguyen Tran
Hi all, I'm trying to build gr-pyserial from github : https://github.com/jmalsbury/gr-pyserial , and it required grextras. and When I was trying to build grextras, this error occurred :~/gnuradio/grextras/build# cmake ../ -- Build type not specified: defaulting to release. -- Boost version: 1.55.

Re: [Discuss-gnuradio] ctrlport_probe2_x with gr-ctrlport-monitor in the absence of samples

2015-09-14 Thread Eric Statzer
On Wed, Sep 9, 2015 at 12:41 PM Tom Rondeau wrote: > On Thu, Sep 3, 2015 at 7:17 AM, Eric Statzer > wrote: > >> I'm attempting to use ctrlport_probe2_x and gr-ctrlport-monitor to probe >> points in a bursty flowgraph. When I place a ctrlport_probe2_x probe >> somewhere in the part of my flowgra

Re: [Discuss-gnuradio] No tests were found!!!

2015-09-14 Thread Martin Braun
On 11.09.2015 21:51, monika bansal wrote: > When i am running * ctest -V -R square, output* is : > > Constructing a list of tests > Done constructing a list of tests > Checking test dependency graph... > Checking test dependency graph end > No tests were found!!! Is there a test call 'square'? M

[Discuss-gnuradio] problem with qt and wx widgets

2015-09-14 Thread James Luu
Hello, i have fresh ubuntu 14.04 and GRC (pybomb) install. I have problem running flowgraphs, they load but the wx or qt displays one frame and freeze. Using Volk machine: avx2_64_mmx (i5 4530). -- Posted via http://www.ruby-forum.com/. ___ Discuss-gnu

[Discuss-gnuradio] N210 & WBX for sale

2015-09-14 Thread James Kitchen
Hi, I'm not using my N210 neither my WBX any longer and i wonder if someone might be interested in buying them. They have been used very little. If someone is interested, please send me a private message. Regards, James -- Posted via http://www.ruby-forum.com/. ___

Re: [Discuss-gnuradio] problem with qt and wx widgets

2015-09-14 Thread Marcus Müller
Hi James, please don't use ruby-forum. It only leads to problems. Come back and ask directly via email after signing up on https://lists.gnu.org/mailman/listinfo/discuss-gnuradio You might need to further debug your application. From your description alone, it's not clear whether the input to the

Re: [Discuss-gnuradio] N210 & WBX for sale

2015-09-14 Thread Marcus Müller
Hi James, two things: 1. don't use Ruby Forum. It's not affiliated with GNU Radio, they just rip off our mailing list archive. You should directly sign up under: https://lists.gnu.org/mailman/listinfo/discuss-gnuradio 2. Since you posted via Ruby Forum, there's no email address to send you a messa

Re: [Discuss-gnuradio] Analyze data from Time Sink

2015-09-14 Thread Michael Ossmann
Also check out inspectrum: https://github.com/miek/inspectrum So far only a spectrogram view is implemented. Mike On Sat, Sep 12, 2015 at 08:47:00PM +0200, Marcus Müller wrote: > > Hi Przemek, > > in fact, you can import the raw float (complex) files in audacity; try > File->import->Raw Data

Re: [Discuss-gnuradio] Analyze data from Time Sink

2015-09-14 Thread Przemek Lewandowski
Thanks Michael, but I need somethink like Oscilloscope, I think that GnuPlot can do this kind of job but Im having problems with all that commands that need to bu run to show something :) But here is tutorial http://www.swigerco.com/gnuradio/plotting.html 2015-09-14 22:24 GMT+02:00 Michael Ossman

[Discuss-gnuradio] Sigidwiki

2015-09-14 Thread Martin Braun
Hey, for those stragglers out there, who, like me, take a while to hear about new websites, this is interesting: http://www.sigidwiki.com/wiki/Signal_Identification_Guide Sigidwiki is a wiki page dedicated to identifying radio signals. Very interesting! Cheers, Martin _

[Discuss-gnuradio] Sample Rate in GHz

2015-09-14 Thread Przemek Lewandowski
Hello everyone I didnt try it yet, but as I see Ettus B210 has got 61 MS/sec and 6 GHz upper frequency limit. If I want to generate Sinusoid for 6 GHz, I need a 12Giga Sample Rate (Nyquist theorem) ?! Propably not, as I think. Thank You Przemek Lewandowski

Re: [Discuss-gnuradio] Sample Rate in GHz

2015-09-14 Thread Marcus Müller
Hi Przemek, the USRPs are all up/downconverting transmitters/receivers: You digitally provide them with a complex baseband signal, which they convert to an analog I / Q signal, and use quadrature mixing with a synthesized LO to shift the signal in frequency domain to that LO's frequency (TX). In R

Re: [Discuss-gnuradio] Analyze data from Time Sink

2015-09-14 Thread Marcus Müller
Mike, awesome :) I like the simplicity in your mmap'ed storage approach! Thanks for sharing this, Marcus On 14.09.2015 22:24, Michael Ossmann wrote: > Also check out inspectrum: > > https://github.com/miek/inspectrum > > So far only a spectrogram view is implemented. > > Mike > > > On Sat, Sep 1

Re: [Discuss-gnuradio] Analyze data from Time Sink

2015-09-14 Thread Michael Ossmann
I'm not Miek, but I'll pass along your comment. :-) On Mon, Sep 14, 2015 at 11:07:46PM +0200, Marcus Müller wrote: > > Mike, > > awesome :) I like the simplicity in your mmap'ed storage approach! > Thanks for sharing this, > > Marcus > > On 14.09.2015 22:24, Michael Ossmann wrote: > > Also ch

Re: [Discuss-gnuradio] Analyze data from Time Sink

2015-09-14 Thread Marcus Müller
aaargh sorry Miek and Michael :) Cheers, Marcus On 14.09.2015 23:10, Michael Ossmann wrote: > I'm not Miek, but I'll pass along your comment. :-) > > > On Mon, Sep 14, 2015 at 11:07:46PM +0200, Marcus Müller wrote: >> Mike, >> >> awesome :) I like the simplicity in your mmap'ed storage approach!

Re: [Discuss-gnuradio] building with cmake

2015-09-14 Thread Robert Durkacz
Thanks Nathan for that information. If I can capture the command lines I will be all right. I would like to express an opinion about make. It is a clever utility. That link shows that nearly everyone uses make in some form or another. Whether it is cmake or auto-tools it would be better if whateve

Re: [Discuss-gnuradio] building with cmake

2015-09-14 Thread Marcus D. Leech
On 09/14/2015 10:51 PM, Robert Durkacz wrote: Thanks Nathan for that information. If I can capture the command lines I will be all right. I would like to express an opinion about make. It is a clever utility. That link shows that nearly everyone uses make in some form or another. Whether it is c