Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Marcus Müller
Hi Lefteris, does the same happen when you just press any key instead of killing the script? Greetings, Marcus On 05.11.2014 03:40, Eleftherios(Lef) Kampianakis wrote: > Hello all, > > I am facing a strange problem when I am starting my gnuradio script. I keep > getting the following message. >

[Discuss-gnuradio] BER VS EBNO

2014-11-05 Thread Lucas Lopez
Hi every1, i would like to see the performance of a system BDPK. I saw in the gnu web page ( http://gnuradio.org/redmine/projects/gnuradio/wiki/Simulations )one graphic, in which could see the BER VS EBNO. i want to get that graphic. my doubt is where should i put the variable slider "ebno" . rega

Re: [Discuss-gnuradio] Messages getting dropped

2014-11-05 Thread Merlin Chlosta
On 04.11.2014 09:43, Felix W. wrote: > Hi list, > > I have a strange problem with one of my custom blocks. It's a char stream > sink with a message output. It basically takes the input stream, selects a > few samples, packs them into blobs, makes a pmt::cons out of it and > publishes the message.

Re: [Discuss-gnuradio] BER VS EBNO

2014-11-05 Thread Marcus Müller
Hi Lucas, that graphic was generated using the python file that is linked to directly above the graphic, and not by adjusting some slider. I think you should really read that source code, it will bring a lot of insight into the problem at hand. Best regards, Marcus On 05.11.2014 14:55, Lucas Lope

Re: [Discuss-gnuradio] Hierarchical Block in c++ not working, linker or swig problem

2014-11-05 Thread Julius Durst
Hi, I forgot to edit the CMakeList.txt to add the GR components that I used (the line set(GR_REQUIRED_COMPONENTS... ). I still find it strange, that on one PC I got a linker error (which obviously was the Issue and led me to the solution) and the other one builds without complaint but okay.

Re: [Discuss-gnuradio] LTE Cell Scanner support bladeRF now (Vritualmachine test results also attached).

2014-11-05 Thread Sebastian Komorowski
Interesting... What usable information shows this scanner? Please explain how it works in simpler words. Regards Sebatian Dnia 2 listopada 2014 1:32 Jiao Xianjun napisał(a): After LTE-Cell-Scanner supports rtlsdr hackRF, now it supports bladeRF! Here is part of README:An OpenCL

[Discuss-gnuradio] Markup GRC Flowgraph

2014-11-05 Thread Richard Bell
Hi all, I would like to know if there is any way to add textboxes to a GRCs flowgraph for notes and documentation? Thanks, Rich ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Markup GRC Flowgraph

2014-11-05 Thread madengr
Try a CTRL-F and search for "note" block. I think it's under the misc folder also. It only lets you do one line. Lou Richard Bell wrote > Hi all, > > I would like to know if there is any way to add textboxes to a GRCs > flowgraph for notes and documentation? > > Thanks, > Rich -- View t

[Discuss-gnuradio] rpc server setup

2014-11-05 Thread Jared Dulmage
GR nation, My first attempt at this question was foiled by my e-mail program's insistance on sending html. I apologize for the repeat. I am interested in using controlport for monitoring, debug, and control of a flowgraph as part of a larger distributed signal processing system.  I'm currentl

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Eleftherios(Lef) Kampianakis
Hello Thank you for your reply. No it happens only when I kill the script. let me give you another example. I have a flowgraph in GRC that looks like this: USRP source --> USRP sink I connect the B210 to the macmini via USB3 and press the "execute the flow graph" button. The script is execut

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Sylvain Munaut
> After this point the only thing that I can do is remove and re-insert the > USB from the computer in order for my script to work. I assume this is not > normal behavior (and also not a programming error) because this is a minimum > working example, and its not working. There is literally nothing

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Eleftherios(Lef) Kampianakis
Sylvain thank you for your reply, Ok, what about the python script in my previous message? How can I write my code in order to prevent the LIB_USB_ERROR_PIPE message. No matter how I stop the gnuradio script (e.g. catch keyboard interrupt and issue stop() and wait as in my original post), I always

[Discuss-gnuradio] Building GNURadio on Mac 10.9.5 using Homebrew Problems

2014-11-05 Thread Ed
Guru’s: I am trying to build gnuradio on Mac OS 10.9.5 using homebrew and I can’t seem to get past this error: [ 38%] Generating codec2/codebookd.c cd /tmp/gnuradio-t1vtKS/build/gr-vocoder/lib && ./generate_codebook lsp_cbd /tmp/gnuradio-t1vtKS/gr-vocoder/lib/codec2/codebook/dlsp1.txt /tmp/gnur

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Sylvain Munaut
Hi, > Ok, what about the python script in my previous message? How can I write my > code in order to prevent the LIB_USB_ERROR_PIPE message. No matter how I > stop the gnuradio script (e.g. catch keyboard interrupt and issue stop() and > wait as in my original post), I always get the same message.

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Eleftherios(Lef) Kampianakis
Thanks again for your (rapid) response! 1) I think there should be somekind of bug report on that although I dont really know how to do this 2) I was thinking of a workaround through lsmod (similar to modprobe in linux) to emulate the removal and re-insertion of USB, this way I could write a simpl

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio

2014-11-05 Thread Ron Economos
Lefteris, If your flowgraph doesn't have a GUI element, you can right click on the Top Block icon and select Quit. Ron On 11/05/2014 02:40 PM, Eleftherios(Lef) Kampianakis wrote: Thanks again for your (rapid) response! 1) I think there should be somekind of bug report on that although I

Re: [Discuss-gnuradio] Building GNURadio on Mac 10.9.5 using Homebrew Problems

2014-11-05 Thread Michael Dickens
Hi Ed - The actual link command was not included in the output you provided, so it’s difficult to say exactly where the issue lies. But, the basic cause is that “libSDL.dylib” is not being included in the link command, and/or it does not contain the various “SDL_*” symbols that are not being fo

Re: [Discuss-gnuradio] gr-qtgui Waterfall Time Axis

2014-11-05 Thread Garver, Paul W
Hey Tom, I'll pull together the git branch and let you know when it's ready. As for gr_spectrogram_plot, we do use the standard GR header format, with some "extras" such as center frequency. I think it would be useful in the metadata format to have center frequency, seconds/sample, and file l

Re: [Discuss-gnuradio] LTE Cell Scanner support bladeRF now (Vritualmachine test results also attached).

2014-11-05 Thread Jiao Xianjun
Hi, Sebatian Sorry for my insufficient introduction. I have written a more clear version of README here

[Discuss-gnuradio] 802.11 Beacon frame transmitter - mobile devices

2014-11-05 Thread Ernest Szczepaniak
Greetings After creating beacon frames transmitter based on usrp i decided to check its performance. Im sending a beacon frames and correctly decoding it by my wlan card (in monitor mode - screen attached). Any ideas why i cant find this