Re: [Discuss-gnuradio] problem with ofdm bandwidth and sampling rate

2015-06-04 Thread Wunsch, Felix (CEL)
On 03.06.2015 17:29, bh...@web.de wrote: hello felix, >>please remember to always reply to the list. i'm sorry, i'm new at this. i have checked my configuration and i hope it works the next time. to mix up the baseband signal to 12khz or higher to short wave (3-30mhz) should be the same proce

Re: [Discuss-gnuradio] Move USRP LO with USRP sink block?

2015-06-04 Thread Marcus Müller
You can request that UHD tries to get the LO offset you request as close as possible, but because the LO synthesizers used on the USRPs/daughterboards (what are you using, by the way?) can only synthesize a discrete set of frequencies, not everything is possible. Now, I just realized you tried to t

Re: [Discuss-gnuradio] core dumped when closing GRC

2015-06-04 Thread Tom Rondeau
On Thu, Jun 4, 2015 at 12:58 PM, Martin Braun wrote: > OK, in that case probably some other issue. Can't really say more from > afar. > > Cheers, > Martin > > On 04.06.2015 09:33, Nemanja Savic wrote: > > Hi, > > > > so, well, I did like it should be, first I installed UHD and then > > GNURadio..

Re: [Discuss-gnuradio] Move USRP LO with USRP sink block? (was: Re: question per your 2/10/15 post on Ruby Forum)

2015-06-04 Thread Marcus Müller
Hi John, I'm a bit confused; which discussion is this from? Ruby-Forum is not actually the platform we use, they just "mirror" the GNU mailing list archives (I don't really know why they do that -- we don't have anything to do with them). I'd recommend joining that mailing list personally [1]. Reg

Re: [Discuss-gnuradio] UDP Source and Sink = "Straight" UDP

2015-06-04 Thread Marcus Müller
Hi Peter, that's an easy one to answer: > correct? yes; refer to gr-blocks/lib/udp_sink_impl.cc . Best regards, Marcus On 06/04/2015 10:52 PM, Peter Witkowski wrote: > Hello, > > I just wanted to confirm that the UDP Source and Sink blocks just > "chop up" the data to fit inside the payload buff

Re: [Discuss-gnuradio] question developing a new block

2015-06-04 Thread Marcus Müller
Dear Andreas, > How is it possible to fill a python grc variable block with data from another block C++ variable. not really. GRC variables are a concept that doesn't exist in the flow graph or, really, in the python file that GRC generates. They just are python variables used when setting up the b

[Discuss-gnuradio] UDP Source and Sink = "Straight" UDP

2015-06-04 Thread Peter Witkowski
Hello, I just wanted to confirm that the UDP Source and Sink blocks just "chop up" the data to fit inside the payload buffer (who's size is determine by the PAYLOAD_SIZE attribute) and do not handle "extra" things in the application layer like reordering of packets received out of order or resendi

[Discuss-gnuradio] question developing a new block

2015-06-04 Thread Andreas Ladanyi
Hi, i read some tutorials about creating new blocks. Iam asking my self a simple question and i think i couldnt find the answer: How is it possible to fill a python grc variable block with data from another block C++ variable. I know between C++ and python is the SWIG Framework. What to prog

Re: [Discuss-gnuradio] core dumped when closing GRC

2015-06-04 Thread Martin Braun
OK, in that case probably some other issue. Can't really say more from afar. Cheers, Martin On 04.06.2015 09:33, Nemanja Savic wrote: > Hi, > > so, well, I did like it should be, first I installed UHD and then > GNURadio... > The point is that segmentation fault happens when I am closing GRC. So

Re: [Discuss-gnuradio] Pybombs installed 3.7.7.1 instead of 3.7.8

2015-06-04 Thread Martin Braun
On 04.06.2015 09:17, Richard Bell wrote: > I can't explain how it happened Martin. I can not comment on the blue > box, they won't let me... > > Joking aside, I don't know how it happened. Prior to yesterday, with GRC > open, when I went to help->about it told me I was using 3.7.8. I've had > acce

Re: [Discuss-gnuradio] Pybombs installed 3.7.7.1 instead of 3.7.8

2015-06-04 Thread Richard Bell
I can't explain how it happened Martin. I can not comment on the blue box, they won't let me... Joking aside, I don't know how it happened. Prior to yesterday, with GRC open, when I went to help->about it told me I was using 3.7.8. I've had access to things like the new correlation estimator block

Re: [Discuss-gnuradio] Pybombs installed 3.7.7.1 instead of 3.7.8

2015-06-04 Thread Martin Braun
Hey Richard, On 04.06.2015 08:21, Richard Bell wrote: > Hello all, > > Yesterday I did a gnuradio update (./pybombs update) and noticed my > version went back a minor version. I had been using 3.7.8 and now I'm > using 3.7.7.1. I'm suspecting a drift in the space-time continuum. Or did you enter

Re: [Discuss-gnuradio] core dumped when closing GRC

2015-06-04 Thread Martin Braun
http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#My-application-segfaults-immediately-It-used-to-work-and-I-didnt-change-it-What-the M On 04.06.2015 05:42, Nemanja Savic wrote: > Hi all, > > i finally managed to install newest version of gnuradio (3.7.7.1) on mu > RHEL6. Everyrhing look sj

[Discuss-gnuradio] Pybombs installed 3.7.7.1 instead of 3.7.8

2015-06-04 Thread Richard Bell
Hello all, Yesterday I did a gnuradio update (./pybombs update) and noticed my version went back a minor version. I had been using 3.7.8 and now I'm using 3.7.7.1. I've created flowgraphs using 3.7.8 that are not working with 3.7.7.1. I don't get any debug information, I click the play button and

Re: [Discuss-gnuradio] Run to Completion with gr-ieee80211

2015-06-04 Thread Paul Garver
Hi Bastian, Thanks for the response and the simplified example. Maybe someone who understands the scheduler a bit better can chime in and let us know the scope of the issue here. I’m happy to dig into the details but it would be good to know if this is a fundamental issue with the scheduler or

[Discuss-gnuradio] core dumped when closing GRC

2015-06-04 Thread Nemanja Savic
Hi all, i finally managed to install newest version of gnuradio (3.7.7.1) on mu RHEL6. Everyrhing look sjust fine except segmentation fault when closing GRC. Didi anybody experience something like this and how can I debug it? Best -- Nemanja Savić ___

Re: [Discuss-gnuradio] Run to Completion with gr-ieee80211

2015-06-04 Thread Bastian Bloessl
I tried to create a minimal example of the problem: http://www.ccs-labs.org/~bloessl/not_stopping.grc ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Run to Completion with gr-ieee80211

2015-06-04 Thread Bastian Bloessl
Hi, grrr, this topic... On 06/03/2015 06:04 PM, Paul Garver wrote: It appears the wireshark block is the cause of the hangup. Looking into the source code [4], there is a provision for an EOF object "is_eof_object()”. Which block sends this object? This code is a bit older when there was no

Re: [Discuss-gnuradio] USRP underflow issue

2015-06-04 Thread Marcus Müller
Hi Irene, "U"nderflows occur when your application doesn't supply samples fast enough to the USRP. This is well-reflected by the fact that with the lowest sampling rate things work. Now, there might be different reasons, and the most prominent one is that your data source ultimately doesn't provi

[Discuss-gnuradio] USRP underflow issue

2015-06-04 Thread irene menicagli
Hi everyone, I’m new to Gnuradio and I have some problems with USRP N210 with WBX daughterboards. I send data coming from udp socket to USRP and I am encountering underflow issue. I think that problem is due to the rate of the data transmitted to USRP. I have tried to set the sample rate in the