[Discuss-gnuradio] Top-block does not find Probe Signal block

2015-04-03 Thread Alejandro Pascual Laguna
Hello GNUR's! I am currently working with a SDR dongle which I want to lock at four different frequencies to see four consecutive parts of the spectrum. I have to do so because the sampling rate is not enough (2.4 MHz) to see at one glance the bandwidth I need (8 MHz). To achieve so I am multip

Re: [Discuss-gnuradio] set block parameters / variables from cmd line ?

2015-04-03 Thread Andreas Ladanyi
Hi Chris, That's it. Thank you very much :-) Andy Am 03.04.2015 um 19:50 schrieb Chris Kuethe: here's an example. "python parameter_demo.py --help" maybe run your script with --help to see what options it will accept... On Fri, Apr 3, 2015 at 10:20 AM, Andreas Ladanyi wrote: If i use the

Re: [Discuss-gnuradio] set block parameters / variables from cmd line ?

2015-04-03 Thread Chris Kuethe
here's an example. "python parameter_demo.py --help" maybe run your script with --help to see what options it will accept... On Fri, Apr 3, 2015 at 10:20 AM, Andreas Ladanyi wrote: > If i use the parameter block with the default "ID=parameter_0" and with > "Type=Int" and type on the cmd line: >

Re: [Discuss-gnuradio] set block parameters / variables from cmd line ?

2015-04-03 Thread Andreas Ladanyi
If i use the parameter block with the default "ID=parameter_0" and with "Type=Int" and type on the cmd line: python application.py --parameter_0 10 i get the error message: application.py: error: no such option: --parameter_0 Do i understand something wrong about the parameter block ? Am 0

Re: [Discuss-gnuradio] OOK modulation naming

2015-04-03 Thread Michael Ossmann
Great find, Jeff! I'm also finding it called "Digital Pulse Interval and Width Modulation" with the same acronym. I think it is clearer with the "and" in there, and that version of the name dates back at least to 1995. Mike On Thu, Apr 02, 2015 at 04:24:06PM -0400, Jeff Long wrote: > > After w

Re: [Discuss-gnuradio] "Run to completion" not working with message passing blocks

2015-04-03 Thread Piotr Krysik
W dniu 02.04.2015 o 15:30, Piotr Krysik pisze: > W dniu 01.04.2015 o 12:10, Marcus Müller pisze: >> Hi Piotr, >> >> nice to hear you got a step ahead! >> so, >>> I did that and what I obtained was: >>> --- >>> 16

Re: [Discuss-gnuradio] set block parameters / variables from cmd line ?

2015-04-03 Thread Chris Kuethe
You want a "Parameter" block, from the Variables section. On Fri, Apr 3, 2015 at 12:51 AM, Andreas Ladanyi wrote: > Hi, > > i want to run an gnuradio .py application from the command line and want to > choose parameters (like the frequency or sound level) on the command line. > So i think about

[Discuss-gnuradio] set block parameters / variables from cmd line ?

2015-04-03 Thread Andreas Ladanyi
Hi, i want to run an gnuradio .py application from the command line and want to choose parameters (like the frequency or sound level) on the command line. So i think about if it is possible to set block parameters / variables without graphical sliders or graphical textboxes from the command l