Re: [Discuss-gnuradio] XM on GR

2016-04-07 Thread Chris Kuethe
I think there is an overlay modulation. I'll try dig up the source where I saw that. On Apr 7, 2016 16:30, "Steve Katzberg" wrote: > Jason, > > I am involved in a project that needs the bit stream from XM but we do not > need it decrypted. The acquisition of the unencrypted Channel 1 would be >

Re: [Discuss-gnuradio] Ubunto 15.04 (right off the .iso) recipe for success

2016-04-07 Thread Chris Kuethe
I'm using 15.10 with little difficulty. I suppose I should spin up a 15.04 test vm. On Apr 7, 2016 19:04, "Gregory W. Ratcliff" wrote: > Greetings, > > Has anyone gone start to finish with 64 bit, desktop, 15.04, new pip and > pybombs 2+. ? > > I would like to get back to enjoying gnuradio as qu

Re: [Discuss-gnuradio] pybombs install fetch fail

2016-04-08 Thread Chris Kuethe
Thanks for the report. The issue has been corrected in https://github.com/gnuradio/gr-recipes/commit/f813f4a210ccae91ffe0a907ae24da69f4877fb6#diff-bba2064f54ef357a8407fe54e2d30ee3 On Fri, Apr 8, 2016 at 8:59 AM, Freedomfighter099 . wrote: > I’ve just double checked and the program FTP on Ubuntu i

Re: [Discuss-gnuradio] XM on GR

2016-04-10 Thread Chris Kuethe
s have patents on hierarchical modulation, which I'm guessing they > would use in the Sirius band. > > Regards, > Andy > > On April 10, 2016 5:36:08 PM EDT, Chris Kuethe wrote: >>Thanks to Steve for hitting me with a clue-stick. For anyone else >>playing along at home

Re: [Discuss-gnuradio] Quickstart comments related to Ubunto 15.10 (out of the box)

2016-04-11 Thread Chris Kuethe
On Mon, Apr 11, 2016 at 6:32 PM, Gregory W. Ratcliff wrote: > Guys, > > Well done on the new pybombs, works mostly. > > I installed and tested these on a whitebox PC, VMware VM and Dell 4500 quad > core laptop. > > All systems used the .iso image installation from a clean system (formatted > parti

Re: [Discuss-gnuradio] Quickstart comments related to Ubunto 15.10 (out of the box)

2016-04-12 Thread Chris Kuethe
git is now a build-essential, though it may take some time for pip to be updated with the latest version with this change. On Mon, Apr 11, 2016 at 8:07 PM, Chris Kuethe wrote: > On Mon, Apr 11, 2016 at 6:32 PM, Gregory W. Ratcliff wrote: >> Guys, >> >> Well done on the new

Re: [Discuss-gnuradio] gr-osmosdr python question

2016-04-14 Thread Chris Kuethe
None of the common host libraries seem to have that kind of an API call: https://github.com/librtlsdr/librtlsdr/blob/master/include/rtl-sdr.h https://github.com/mossmann/hackrf/blob/master/host/libhackrf/src/hackrf.h https://github.com/airspy/host/blob/master/libairspy/src/airspy.h But here's gr-o

Re: [Discuss-gnuradio] sweep generator

2016-04-28 Thread Chris Kuethe
You can do this with gnuradio-companion blocks. Use a signal source block to generate a sawtooth wave, feed it into an VCO block and dump its output into a probe signal (maybe call it "ramp_out"). Then use a function probe (maybe call it "tuner_freq") block to monitor the value of the probe signal

[Discuss-gnuradio] gnuradio "competitors" in pybombs?

2016-07-12 Thread Chris Kuethe
The inspectrum recipe is kind of broken right now since it's switched to using liquid-dsp. Unless I hear some really compelling arguments to the contrary, I'm planning to add a recipe for liquid to the etcetera repository because: - it fits my mental model of pybombs being the go-to place for radi

Re: [Discuss-gnuradio] Streaming IQ File Compression

2016-07-16 Thread Chris Kuethe
Flac doesn't really need to know what the actual sample rate is; you could tell it 500e3 and you should get the same data out after compressing and decompressing it. On Sat, Jul 16, 2016 at 11:20 AM, Dave NotTelling wrote: > Marcus & Dan, > > Thank you very, very much for the detailed inform

Re: [Discuss-gnuradio] Adding OOT module to CGRAN

2016-07-19 Thread Chris Kuethe
file ready and it's published at: > https://github.com/drs-ss/drs-gr-recipes > > -Brandon Smith > > > -Original Message- > From: Chris Kuethe [mailto:chris.kue...@gmail.com] > Sent: Tuesday, July 19, 2016 1:59 PM > To: Smith, Brandon > Cc: discuss-gnuradio@

Re: [Discuss-gnuradio] Adding OOT module to CGRAN

2016-07-19 Thread Chris Kuethe
Thanks for the heads up. I'll add this to PyBOMBS. On Tue, Jul 19, 2016 at 10:23 AM, Smith, Brandon wrote: > We have just published our first OOT module to Github ( > https://github.com/drs-ss/gr-polaris )and would like to get the module > published on CGRAN. The instructions I found point me to

Re: [Discuss-gnuradio] Adding OOT module to CGRAN

2016-07-19 Thread Chris Kuethe
Actually "incorrect" is too strong. It's valid syntax, but it's a no-op since there are no binary packages which would satisfy the install. On Tue, Jul 19, 2016 at 11:13 AM, Chris Kuethe wrote: > Thanks - I already added a recipe. > > I'm don't think the s

Re: [Discuss-gnuradio] Adding OOT module to CGRAN

2016-07-19 Thread Chris Kuethe
ing from another recipe. I can remove it > > -Brandon Smith > > > -Original Message----- > From: Chris Kuethe [mailto:chris.kue...@gmail.com] > Sent: Tuesday, July 19, 2016 2:18 PM > To: Smith, Brandon > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] A

Re: [Discuss-gnuradio] Scheduler enhancement?

2016-07-19 Thread Chris Kuethe
Doing it in gr-osmosdr means that just about everything will gain timestamping support at the same time. On Tue, Jul 19, 2016 at 2:00 PM, Marcus D. Leech wrote: > On 07/19/2016 04:53 PM, Sylvain Munaut wrote: >> >> I don't see why this has to be done by the scheduler, I'd do that in >> the source

Re: [Discuss-gnuradio] Porting from 3.6.something

2016-07-26 Thread Chris Kuethe
https://github.com/n-west/n-west.github.com/blob/master/grc_to_37.sh On Tue, Jul 26, 2016 at 11:47 AM, John Malsbury wrote: > I am toying with the hypothetical idea of bringing a large and fragmented > OOT codebase out of the stone age. I remember hearing about a tool that > would convert Cpp bl

Re: [Discuss-gnuradio] Porting from 3.6.something

2016-07-26 Thread Chris Kuethe
Also, http://gnuradio.org/redmine/projects/gnuradio/wiki/Move_3-6_to_3-7 On Tue, Jul 26, 2016 at 12:01 PM, Chris Kuethe wrote: > https://github.com/n-west/n-west.github.com/blob/master/grc_to_37.sh > > On Tue, Jul 26, 2016 at 11:47 AM, John Malsbury > wrote: >> I am toying wit

Re: [Discuss-gnuradio] [USRP-users] Is there any gnuradio block that will repeat two file sources a fixed number of times and is variable?

2016-08-19 Thread Chris Kuethe
You could use a "python block" or "python module" block to build an appropriate replay block. On Thu, Aug 18, 2016 at 1:24 PM, Martin Braun via USRP-users < usrp-us...@lists.ettus.com> wrote: > Craig, > > you might just want to read the files into Python and then use vector > sources to generate

Re: [Discuss-gnuradio] unable to install gnu radio on kali linux

2016-10-20 Thread Chris Kuethe
Probably the easiest option is to use the GQRX PPA. See http://gqrx.dk/download/install-ubuntu for more details. On Thu, Oct 20, 2016 at 9:16 AM, amit naik wrote: > respected all, > i am trying to install gnuradio on kali linux . but getting command > root@kali:~# apt-get install gqrx > Reading

Re: [Discuss-gnuradio] Doppler shift on waterfall plot with audio signal

2016-10-21 Thread Chris Kuethe
> resolution for the same length FFT if you decimate after the BPF. It would > probably be easier to see what is going on. Is there a reason you are > significantly oversampled? > > Paul Garver > > >> On Oct 21, 2016, at 3:31 PM, Chris Kuethe wrote: >> >&g

Re: [Discuss-gnuradio] Doppler shift on waterfall plot with audio signal

2016-10-21 Thread Chris Kuethe
ith WX Waterfall SInk. The WX waterfall sink > gives all blue as before, while the QT GUI Waterfall Sink gives a figure > like attached. (attachment1.png) . > > I also don't see a sharp peak at 0 like your attachment. Could this be a > hardware issue ? > > Nothing is m

Re: [Discuss-gnuradio] apache-thrift fails to install with Pybombs Ubunutu 16.04

2017-02-13 Thread Chris Kuethe
I think we're missing a dependency on openssl development headers. Try installing libssl-dev On Sat, Feb 11, 2017 at 4:00 AM, Marcus Müller wrote: > Hi Sumit, > > good news that unless you want to use controlport, this is not much of a > problem. > > Bad news is that Thrift builds nearly nowhere

Re: [Discuss-gnuradio] HackRF + osmocon, RX works but TX doesnt

2017-02-27 Thread Chris Kuethe
try using the hackrf's serial number (d291f43, 5671743) rather than the index (0, 1) On Sat, Feb 25, 2017 at 5:26 AM, Fernando Peral wrote: > Hi! > > > I have a HackRF. I'm testing it. > > It works well receiving in GRC with osmocon source, but when trying to > transmit with osmocon sink I rec

Re: [Discuss-gnuradio] Sending data to a server

2015-06-09 Thread Chris Kuethe
Yeah, write a script to insert it into a database. Start by importing gr and pyodbc... Which is just about as unhelpful as your question. But seriously: - what do you intend to record? (raw samples, filtered signal, decoded messages, ...) - how much data do you plan to record, and how long do you

Re: [Discuss-gnuradio] Sending data to a server

2015-06-09 Thread Chris Kuethe
ple tutorials. > > On Tue, Jun 9, 2015 at 4:58 PM, Chris Kuethe wrote: >> >> Yeah, write a script to insert it into a database. Start by importing >> gr and pyodbc... >> >> Which is just about as unhelpful as your question. But seriously: >> - what do

Re: [Discuss-gnuradio] wav file source question

2015-06-09 Thread Chris Kuethe
Here's an example that generates a wave file that is playable by both gnuradio and mplayer On Tue, Jun 9, 2015 at 2:49 PM, Fernando wrote: > You can address me by Fernando, it's easier to pronounce ;-) > I'm trying to save audio from the audio source to a file or from a signal > source 1Khz for

Re: [Discuss-gnuradio] USRP Handshake

2015-06-10 Thread Chris Kuethe
Maybe use a squelch block and wait for for received power to exceed some critical level? Or use timed events? On Wed, Jun 10, 2015 at 1:47 PM, Surya Agam wrote: > Hello everyone, > > I try to transmitting a file using PSK modulation with 2 x USRP B200 as Tx > and Rx. When I run the Tx's fg, the T

Re: [Discuss-gnuradio] USRP Handshake

2015-06-10 Thread Chris Kuethe
ea. > > On Thu, Jun 11, 2015 at 4:54 AM, Chris Kuethe > wrote: >> >> Maybe use a squelch block and wait for for received power to exceed >> some critical level? Or use timed events? >> >> On Wed, Jun 10, 2015 at 1:47 PM, Surya Agam >> wrote: >>

Re: [Discuss-gnuradio] Install GNURadio from Source

2015-06-21 Thread Chris Kuethe
What's the reasoning for fetching thrift from git (which is failing due to "error: pathspec '0.9.2' did not match any file(s) known to git."), rather than using the versioned tarball? I'll have a pull request for you shortly, since the thrift build fails when I have lua installed, but not the lua

Re: [Discuss-gnuradio] Help retrieving from gr-radio-astonomy

2015-06-23 Thread Chris Kuethe
I have a copy of that tbz and could probably extract simple_ra and stick it up on github... On Tue, Jun 23, 2015 at 12:05 PM, wrote: > CGRAN SVN got blown apart at the same time as I was having local > computer problems (admittedly months ago now), and the confluence of > that means that simpl

Re: [Discuss-gnuradio] Adding OOT Modules from Github

2015-06-23 Thread Chris Kuethe
PyBOMBS is your friend. https://github.com/gnuradio/pybombs On Tue, Jun 23, 2015 at 1:21 PM, Washbourne, Logan < lwas...@ostatemail.okstate.edu> wrote: > Hello, > > I am trying to use the Burst PSK project that Tim O'Shea and Kiran Karra > developed and I am having trouble figuring out how to add

Re: [Discuss-gnuradio] Adding OOT Modules from Github

2015-06-23 Thread Chris Kuethe
nning GRC 3.7.3, and I am 95% sure I used Pybombs a couple of > months ago to install gnuradio. > > Logan Washbourne > Electrical Engineering Graduate Student > (Electromagnetics) > > > On Tue, Jun 23, 2015 at 3:24 PM, Chris Kuethe > wrote: > >> PyBOMBS is y

Re: [Discuss-gnuradio] Adding OOT Modules from Github

2015-06-23 Thread Chris Kuethe
RNAL_VOLK=ON/OFF > -- > CMake Error at CMakeLists.txt:310 (message): > VOLK required but not found. > > > -- Configuring incomplete, errors occurred! > See also > "/home/comm1/Logan/source/pybombs/src/gnuradio/build/CMakeFiles/CMakeOutput.log". > Configuration

[Discuss-gnuradio] PyBOMBS recipe loader 'flag day'

2015-07-17 Thread Chris Kuethe
Hey PyBOMBS fans! I felt inspired last night, so I added support for a description field in recipes. This is a an optional one line element giving a brief description of the the module. I always forget what gr-dsd or gr-ldpc do, for example. This is exposed to the user by "pybombs info gr-dsd" or

[Discuss-gnuradio] pybombs users: who among you needs BOOST_SUFFIX=-mt to build GQRX?

2015-07-18 Thread Chris Kuethe
For us debian/ubuntu fans, '-mt' is the wrong thing. I think I have come up with a somewhat portable way to reliably detect the appropriate flags to use.. If you *do* need "-mt", please get in touch with me; I need to get more information about your system. https://github.com/csete/gqrx/issues/254

Re: [Discuss-gnuradio] Pybombs UHD install

2015-07-19 Thread Chris Kuethe
Two things I can suggest: 1) make pybombs forget about UHD: "./pybombs inv uhd" 2) rebuild with increased verbosity to see what went wrong: "./pybombs install -v -v uhd" On Sun, Jul 19, 2015 at 9:15 AM, Mike Willis wrote: > Did I do something wrong? I just tried to update gnuradio and in pybombs

Re: [Discuss-gnuradio] isolate channels from wideband

2015-07-21 Thread Chris Kuethe
Maybe I'll do up an illustrated example on this using NOAA weather radio, or the pager band On Tue, Jul 21, 2015 at 11:42 AM, wrote: > I just use the built-in firdes stuff, rather than using an external > designer. > > > > > > > > On 2015-07-21 14:38, Marcus Müller wrote: > > Hi Rich, hello Mark

Re: [Discuss-gnuradio] isolate channels from wideband

2015-07-31 Thread Chris Kuethe
OK, I have a mostly working flowgraph and am now adding comment to all the blocks explaining why I'm doing this or that. Will publish tonight or tomorrow. On Tue, Jul 21, 2015 at 11:56 AM, Chris Kuethe wrote: > Maybe I'll do up an illustrated example on this using NOAA weather &g

Re: [Discuss-gnuradio] isolate channels from wideband

2015-08-01 Thread Chris Kuethe
; in the evaluation. > > Help? > > But thanks so much for taking this on. It's the perfect starting point for > some projects I've been wanting to work on! > > John > > > On 08/01/2015 03:26 PM, Chris Kuethe wrote: >> >> OK, Here it is... at

Re: [Discuss-gnuradio] isolate channels from wideband

2015-08-02 Thread Chris Kuethe
f than it used to be. Time to switch to >> hardware troubleshooting mode... >> >> Thanks, again! >> >> John >> >> >> >> On 08/02/2015 12:10 AM, Chris Kuethe wrote: >>> >>> Thanks for pointing out the paste-o. I&

Re: [Discuss-gnuradio] isolate channels from wideband

2015-08-02 Thread Chris Kuethe
is more deaf than it used to be. Time to >> switch to hardware troubleshooting mode... >> >> Thanks, again! >> >> John >> >> >> On 08/02/2015 12:10 AM, Chris Kuethe wrote: >>> >>> Thanks for pointing out the paste-o. I'll fix t

Re: [Discuss-gnuradio] pybombs install problem

2015-08-09 Thread Chris Kuethe
1) when reporting pybombs problems, please turn up the verbosity with "-v -v -v" 2) it sounds like your git cache is somehow incorrectly configured. How did you configure it? Does it exist? Again, verbose logging is your friend. On Aug 9, 2015 4:59 PM, "Andrew Neale" wrote: > Greetings, > I am t

Re: [Discuss-gnuradio] isolate channels from wideband

2015-08-11 Thread Chris Kuethe
I have produced a complementary demonstration of the polyphase channel synthesizer and a tool for generating test signal. As before, it was developed using the a very recent gnuradio release (3.7.8rc1) so older installations may be unable to load the grc file. Will publish shortly... As a meta poi

Re: [Discuss-gnuradio] isolate channels from wideband

2015-08-11 Thread Chris Kuethe
nd synthesize them into a band, the flowgraph will extract them again in the proper order. https://raw.githubusercontent.com/ckuethe/gnuradio-examples/master/pfb_channelizer/channelizer_gui.png On Tue, Aug 11, 2015 at 8:16 PM, Chris Kuethe wrote: > I have produced a complementary demonstration

Re: [Discuss-gnuradio] Writing Messages to a File

2015-08-13 Thread Chris Kuethe
I'd be very interested in seeing in such a block. I wonder if it might be worth generalizing the file sink block somehow... On Thu, Aug 13, 2015 at 8:06 AM, Paul Garver wrote: > Does anyone have methods to write messages to a file? My use case is tagging > baseband sample numbers of the start/end

Re: [Discuss-gnuradio] GQRX raw IQ file format / structure ?

2015-08-13 Thread Chris Kuethe
cf32, pairs of 32-bit floats representing I and Q. GnuRadio's file source can read these directly. On Thu, Aug 13, 2015 at 11:23 AM, M Dammer wrote: > GQRX has a built-in I/Q recorder (tools menu) to save raw I/Q files. I > would like to process these files with Python and other signal > processi

Re: [Discuss-gnuradio] 3.7.8 build problem 'cannot find -lcblas'

2015-08-13 Thread Chris Kuethe
$ dpkg -S /usr/lib/libcblas.* libatlas-base-dev: /usr/lib/libcblas.a libatlas-base-dev: /usr/lib/libcblas.so libatlas3-base: /usr/lib/libcblas.so.3 libatlas3-base: /usr/lib/libcblas.so.3gf $ dpkg -S /usr/lib/pkgconfig/*blas*pc libatlas-base-dev: /usr/lib/pkgconfig/blas-atlas.pc libblas-dev: /usr/l

Re: [Discuss-gnuradio] Experience with Ubuntu 15.04 and Gnuradio 3.7.8

2015-08-18 Thread Chris Kuethe
GNURadio 3.7.8 works well on ubuntu 15.04. I used PyBOMBS to install it. On Mon, Aug 17, 2015 at 11:54 AM, Neel Pandeya wrote: > Hello John: > > Ubuntu 15.04 uses the new GCC 5. I haven't yet tried building UHD and GNU > Radio with it myself, but maybe there are issues?? Otherwise, I think you >

Re: [Discuss-gnuradio] DECT voice channel decoding project

2015-08-23 Thread Chris Kuethe
https://github.com/gnuradio/recipes/pull/50 ... because i wrote a little tool to partially automate making recipes and submitting PRs for new ones. :D On Sun, Aug 23, 2015 at 2:45 AM, Pavel Yazev wrote: > Hi Tom, > > Ok. I'll do this late. > To begin I hope to get some positive feedbacks. > > --

Re: [Discuss-gnuradio] Pybombs recipes submodule pointer update policy

2015-09-07 Thread Chris Kuethe
I don't think there is an official policy. I do see that Tim updated the recipes pointer a couple of days ago (https://github.com/gnuradio/pybombs/commit/97fe3b3846dc1e10123fdc1c218ed94fa8dba63c). .. I suppose I could write a tool to automate bugging people if the pointer is more than a week behind

Re: [Discuss-gnuradio] How can I separate and count the IQ samples stored

2015-09-08 Thread Chris Kuethe
File source (no repeat) -> complex to float -> 2 file sinks; one writing to "real.f32" and the other going to "imag.f32". Take the size of each output file and divide by 4. That's how many samples are in each. On Sep 7, 2015 9:41 PM, "Julio Hector Aguilar Renteria" wrote: > How can I separate an

Re: [Discuss-gnuradio] USRP Structure

2015-09-09 Thread Chris Kuethe
This isn't a relevant concern for general purpose / experimental hardware like bladerf, hackrf, or usrp hanging off a PC. They're intended to be user programmable. If someone roots your box, they can replace your FPGA image, usb, or microcontroller firmware ... but to what end? The platform is alre

Re: [Discuss-gnuradio] Memory required to install Gnruadio

2015-09-10 Thread Chris Kuethe
My GNU Radio installation is about 2GB. My PyBOMBS directory with sources and objects is 7.5GB. I have a couple of 128GB USB3 keys that I use for dumping large sample files. So far none of my flowgraphs have caused me to hit swap with 8GB of memory. HTH, -C On Thu, Sep 10, 2015 at 12:17 PM, Pedro

Re: [Discuss-gnuradio] Problem installing gqrx

2015-09-16 Thread Chris Kuethe
Your problem is "/usr/lib/x86_64-linux-gnu/libgnuradio-osmosdr.so: undefined reference to `uhd::device::find(uhd::device_addr_t const&)'" The linker can't find UHD. I see no "-luhd" in your linker flags, so the error makes sense... I wonder why the configuration process didn't find UHD, though. Do

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Chris Kuethe
capture the output from "./pybombs install -v -v -v gnuradio", and stick it on pastebin so we can have a look at it. It looks like pybombs is trying to recompile make and gcc and goodness knows what else... I'm curious about why it decided to do that. On Wed, Sep 16, 2015 at 9:25 AM, Mike Gilmer

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Chris Kuethe
(somewhat abbreviated) is at http://pastebin.com/BqvwB58y >> >> I am running Windows 8.1 >> >> Mike >> >> On Wed, Sep 16, 2015 at 3:52 PM, Tom Rondeau wrote: >>> On Wed, Sep 16, 2015 at 3:48 PM, Chris Kuethe >>> wrote: >>>> >>>

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Chris Kuethe
all of the dependencies installed. On Wed, Sep 16, 2015 at 1:33 PM, Mike Gilmer wrote: > Thanks guys. > > The output (somewhat abbreviated) is at http://pastebin.com/BqvwB58y > > I am running Windows 8.1 > > Mike > > On Wed, Sep 16, 2015 at 3:52 PM, Tom Rondeau wrote: >>

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Chris Kuethe
et, and how you can query what packages are installed. On Wed, Sep 16, 2015 at 3:02 PM, Mike Gilmer wrote: > I'm new to this. ..are you asking me to run that install command. .. or? > > Mike > > On Sep 16, 2015 5:03 PM, "Chris Kuethe" wrote: >> >> Thi

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Chris Kuethe
I don't disagree. I'm happy to write the write, I just don't have any cygwin machines to test with. On Wed, Sep 16, 2015 at 3:34 PM, Tom Rondeau wrote: > On Wed, Sep 16, 2015 at 6:12 PM, Chris Kuethe > wrote: >> >> It's been a decade since I last played wit

Re: [Discuss-gnuradio] Gnuradio ASK/OOK Binary sequence

2015-09-20 Thread Chris Kuethe
Check out gr-adsb (https://github.com/wnagele/gr-adsb/tree/master/examples) - the example flowgraph uses a threshold block to produce 0's and 1's. From there you can unpack bits to bytes, add a constant of 48 (numerical value of ascii '0') and come out with a character stream of '0' and '1', which

Re: [Discuss-gnuradio] GNU Radio Companion error: segmentation fault (core dumped)

2015-10-02 Thread Chris Kuethe
I had the same thing, I think it was some weird ABI mismatch. I deleted my gnuradio installation, wiped my local python modules, and reinstalled everything which fixed it. I'm thinking it might be related to scipy/numpy which I updated while installing some other stuff... On Sep 28, 2015 20:12, "Mi

Re: [Discuss-gnuradio] pybombs and make, swig

2015-10-14 Thread Chris Kuethe
patches are welcome, if you are able to test that other versions and package sources work. On Wed, Oct 14, 2015 at 3:47 PM, Achilleas Anastasopoulos wrote: > May I ask why pybombs recipies for > > "make" does not allow for rpm (but only deb or src) > > and for > > "swig" it insists only on the 2

Re: [Discuss-gnuradio] pyBombs

2015-10-15 Thread Chris Kuethe
Not sure, but it's easy to try non-destructively. check out pybombs into ~/pybombs create ~/gnuradio-pybombs use pybombs to install gnuradio into ~/gnuradio-pybombs source ~/gnuradio-pybombs/setup_env.sh (do gnuradio stuff) Because you're installing into your home directory, you won't need root f

Re: [Discuss-gnuradio] Installation with pybombs: still missing python thrift libraries

2015-10-15 Thread Chris Kuethe
I saw something like this at grcon and it was due to an incorrectly set PYTHONPATH. Thrift installs into .../site-packages, gnuradio installs into .../dist-packages - make sure both of those are in there. On Thu, Oct 15, 2015 at 1:14 PM, Achilleas Anastasopoulos wrote: > I attempted a complete i

Re: [Discuss-gnuradio] Installation with pybombs: still missing python thrift libraries

2015-10-15 Thread Chris Kuethe
ld TZlibTransport .. : yes >Build TNonblockingServer .. : yes >Build TQTcpServer (Qt4) : yes > Build TQTcpServer (Qt5) : no > > > > On Thu, Oct 15, 2015 at 4:36 PM, Chris Kuethe > wrote: > >> I saw something like this at grcon and it was du

Re: [Discuss-gnuradio] pyBombs

2015-10-16 Thread Chris Kuethe
e: >> >>> Thank you, Chris. Does anyone have more suggestions? >>> >>> Thanks in advance. >>> >> >> >> My suggestion is to take Chris' advice :) >> >> Tom >> >> >> >> >>> 2015-10-15 15:43 GMT

Re: [Discuss-gnuradio] pybombs and make, swig

2015-10-25 Thread Chris Kuethe
FYI, I just went on a rage-fixing spree tonight and got to a point where PyBOMBS can get me a working gnuradio installation on Fedora 22. You may have some hiccups with SELinux along the way. On Thu, Oct 15, 2015 at 7:17 AM, Tom Rondeau wrote: > On Wed, Oct 14, 2015 at 6:55 PM, Chris Kue

[Discuss-gnuradio] RFC: updating pybombs libpng recipe

2015-11-11 Thread Chris Kuethe
gr-fosphor depends on libpng 1.6, here's a diff to update the png recipe. before i update it and break something, here's your chance to test and discuss. diff --git a/libpng.lwr b/libpng.lwr index f986478..4489dac 100644 --- a/libpng.lwr +++ b/libpng.lwr @@ -19,7 +19,7 @@ category: baseline dep

Re: [Discuss-gnuradio] updating all of pybombs

2015-11-12 Thread Chris Kuethe
did "./pybombs update" not work? On Thu, Nov 12, 2015 at 5:36 AM, Jason Matusiak wrote: > I am using pybombs, but am still not 100% confident in my usage of it. > I know that there has been some gnuradio updates recently, so I thought > it might be a good time to update whatever needs to be updat

Re: [Discuss-gnuradio] Gnuradio-companion

2015-11-16 Thread Chris Kuethe
To amplify what Tom said, if PyBOMBS fails to compile, please increase its log level by adding "-v -v -v", capture the full output, upload it to something like pastebin and post a link. I don't have any RHEL6 machines handy but my F22 machine is able to build enough pieces to get gnuradio-companio

Re: [Discuss-gnuradio] GPS processing using GRC Blocks

2015-11-23 Thread Chris Kuethe
I don't think this has been done purely in grc. You might want to have a look at gnss-sdr; it's available through PyBOMBS On Fri, Nov 20, 2015 at 10:44 PM, JanJan Tan wrote: > Hello, I would like to know if there are existing projects which solely uses > GRC blocks to process L1 signal GPS data f

Re: [Discuss-gnuradio] updating all of pybombs

2015-11-24 Thread Chris Kuethe
You can run pybombs with extra verbose flags (I usually recommend "-v -v -v") to see what it's doing, but as part of the update process it'll clean the source directories. There's also "./pybombs inv" to see what pybombs thinks is installed. I tend to wipe my target directory and just start fresh

Re: [Discuss-gnuradio] updating all of pybombs

2015-11-24 Thread Chris Kuethe
That indeed is the nuclear option. If you want to scale it back to "daisy cutter" you can remove the src directory and inventory.dat... and capture the debug output when the build breaks. On Thu, Nov 12, 2015 at 8:02 AM, Simon Kennedy wrote: > A couple of days ago I ran ./pybombs update and it fa

Re: [Discuss-gnuradio] Can wrong connection of spyverter damage it ?

2015-12-15 Thread Chris Kuethe
It it quite possible that you damaged it. You should contact the airspy folks to be sure though - http://airspy.com/contact/ On Tue, Dec 15, 2015 at 4:18 PM, Patrick Sathyanathan wrote: > Hi, > > I recently purchased the airspy/spyverter combo. The spyverter did not > have any markings indicatin

Re: [Discuss-gnuradio] Writing own gnuradio Block, optional output port

2015-12-16 Thread Chris Kuethe
If the delayed signal is optional, why not just use a delay block when you need a delayed signal? [your_source]--+-->[do_stuff]---+ || |+-->[ something ] |

Re: [Discuss-gnuradio] Can wrong connection of spyverter damage it ?

2015-12-16 Thread Chris Kuethe
Smoke? No signal? Distortion? Increased noise? I don't have one and I've never seen the schematic. I'm totally guessing, but maybe you got lucky. I'd guess that if you'd cooked it, you'd get nothing at all... then again, when the amplifier in a hackrf is damaged, it usuall just turns into somethin

Re: [Discuss-gnuradio] setup_env.sh equivalent when installing form source

2015-12-21 Thread Chris Kuethe
Basic unix familiarity is required. If your shell can't find a program, check that it's in your PATH. If a program fails to start, make sure the linker can find any necessary libraries and maybe add them with LD_LIBRARY_PATH If python can't find a module, check that it's in PYTHONPATH, and any nec

Re: [Discuss-gnuradio] Renaming PyBOMBS

2015-12-22 Thread Chris Kuethe
The only strong opinion I have is an objection to the substring "rpm" due to potential confusion with existing RPM installation utilities. GRAB is nice. GRMM too. Other possibilities are GRIP/GRIM: GnuRadio Installation and Packages/Modules On Tue, Dec 22, 2015 at 12:31 PM, Tim wrote: > Mart

Re: [Discuss-gnuradio] Saving work on Gnu radio live usb stick

2015-12-27 Thread Chris Kuethe
Doesn't unetbootin format the device as FAT32, which doesn't support files larger than 4GB... On Dec 26, 2015 22:42, "Yahia Tachwali" wrote: > Thanks Neel and Johnathan. I have used UNetBootin to create a new GNU > Radio live but I have set the persistent memory to 4 GB (Thanks to Richard > Bell

Re: [Discuss-gnuradio] VFO tuning knobs

2015-12-28 Thread Chris Kuethe
Also, you can instantiate a controlport or xmlrpc server in your flowgraph and then send tuning commands their endpoints. How you generate those tuning commands is up to you... I suppose someone who knows more about GUI programming than I do could come up with a touchscreen app that simulates a ph

Re: [Discuss-gnuradio] gr-osmosdr issues ?

2016-01-11 Thread Chris Kuethe
It's hardly a trivial report; RTL devices with gr-osmosdr are a very commonly used platform. I've seen similar messages from gqrx, but sound quality has not been impacted. My guess is that this may be related to rapid retuning for rtl devices, which basically involves not waiting for the PLL to lo

Re: [Discuss-gnuradio] gr-osmosdr issues ?

2016-01-12 Thread Chris Kuethe
After finding this some of the sample rates make more sense: > The sample rates are dictated by the RTL2832U chip, not the tuner chip. > The RTL2832U can sample from two ranges ... > 225001 to 30 and 91 to 320. > Pick any number that lies in either of those two ranges. > (http://forums

Re: [Discuss-gnuradio] PyBOMBS apache-thrift install fails

2016-02-03 Thread Chris Kuethe
Yeah, I have a pkgconfig recipe I need to add... On Wed, Feb 3, 2016 at 2:58 PM, Laur Joost wrote: > Ask and ye shall answer it yourself. I didn't have pkg-config installed, > which is needed as documented here: http://thrift.apache.org/docs/install/ > > Sorry for the noise. > Laur > > > 2016-02-

Re: [Discuss-gnuradio] B200mini USB 3.0 Detection Issues

2016-02-05 Thread Chris Kuethe
I'm going to guess the root cause is power: - I recently heard some folks wishing for an external power connector for their minis due to power issues. - My B200 will brown out on a 6ft cable, and usually works fine on the 3ft - My laptop will switch from charging to discharging when I push the B200

Re: [Discuss-gnuradio] Message passing from external program

2016-02-07 Thread Chris Kuethe
Check out the ControlPort interface - https://gnuradio.org/redmine/projects/gnuradio/wiki/ControlPort On Sun, Feb 7, 2016 at 11:01 AM, Daniel Brogren wrote: > Hi all > > Im trying to change the freq, both the source but also in a filter, from an > external program. My first guess is that this can

Re: [Discuss-gnuradio] How to create a python block

2016-03-19 Thread Chris Kuethe
Here's one example of a block implemented in python https://github.com/drmpeg/gr-paint/pull/4/commits/6f3356c9816402961e75082f0ab9aa5b5b0eb338 Perhaps you want something like Tim O'Shea's lambda blocks? https://oshearesearch.com/2015/05/23/gnu-radio-message-lambda-blocks/ Balint does strange any

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-09-29 Thread Chris Kuethe
CGRAN is useful and I'd like to see it live on in some form, at least as a directory of modules that people are developing. My gut feeling is that github is a good way forward. I'm not sure what kind of quality assertion you want to make by including something in CGRAN (clueful developers? decent

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-10-06 Thread Chris Kuethe
It looks like github can mirror another git repo. It looks like mirrors don't update automatically; the docs suggest using a cron job to automate, so if the hypothetical grad student's repository goes away the CGRAN version could remain at the last published version. On Mon, Oct 6, 2014 at 10:22

Re: [Discuss-gnuradio] Circular dependency caught in sort_variables only String type

2014-10-06 Thread Chris Kuethe
I ran into this just last week, trying to have editable text fields for configuration information ("hackrf=0", "rtl=0", ...) that would be store in the config block. I ended up punting on the issue, and just hard-coding those strings into my flow graph. Glad to know it wasn't something I did wrong.

Re: [Discuss-gnuradio] CGRAN down indefinitely, but hopefully not for long (want feedback)

2014-10-06 Thread Chris Kuethe
It's nothing I > think I could automatically set up. I typically have left it up to the > authors to decide given their software license. > > On Mon, Oct 6, 2014 at 10:28 AM, Chris Kuethe > wrote: > >> It looks like github can mirror another git repo. It looks like mirrors

Re: [Discuss-gnuradio] installing gnuradio and additional projects

2014-10-29 Thread Chris Kuethe
"Right" is whatever makes your life easy. You could only ever install out-of-tree modules into ~/.gnuradio. You could only ever use modules available in binary packages... Why not try pybombs instead? If you're careful about how you set up your sources, you can probably install everything from bina

Re: [Discuss-gnuradio] Am I missing something in the documentation regarding Hier blocks?

2015-01-22 Thread Chris Kuethe
I have ".grc_gnuradio" ... underscore, not hyphen $ ls .grc*/* .grc_gnuradio/string_source.grc .grc_gnuradio/string_source.py .grc_gnuradio/string_source.py.xml On Thu, Jan 22, 2015 at 1:02 PM, Jon West wrote: > I have a bunch of hier blocks I'm trying to use. Despite have the python and > xml

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

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

2015-04-03 Thread Chris Kuethe
t;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 03.04.2

Re: [Discuss-gnuradio] transfer parameters/variables per TCP/UDP socket

2015-04-06 Thread Chris Kuethe
If you don't mind a write-only interface, you can use xmlrpc https://github.com/ckuethe/gnuradio-examples/tree/master/xmlrpc_control On Sun, Apr 5, 2015 at 11:44 AM, Andreas Ladanyi wrote: > i want to correct myself. I dont want to transfer the parameter/variable > itself. I want to transfer th

Re: [Discuss-gnuradio] Is it possible to create a block from other blocks?

2015-05-26 Thread Chris Kuethe
Yes. https://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompanion#Hierarchical-Blocks You can also increase the canvas size in the top block options. On Tue, May 26, 2015 at 2:46 PM, Carl Olsson wrote: > Hi all, > > I wonder if there is a similar feature in grc as in Simulink where one

Re: [Discuss-gnuradio] Is it possible to create a block from other blocks?

2015-05-26 Thread Chris Kuethe
If you're are not afraid of that and > plan on using gnuradio long term, it's worth learning how to do. > > Rich > > On Tue, May 26, 2015 at 3:14 PM, Chris Kuethe > wrote: >> >> Yes. >> https://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioCompan

Re: [Discuss-gnuradio] Doppler detection

2017-08-22 Thread Chris Kuethe
https://github.com/wnagele/gr-gpredict-doppler https://github.com/daniestevez/doppler might be helpful or at least inspirational. On Tue, Aug 22, 2017 at 9:58 PM, Andrew Rich wrote: > Sorry this is new to me > > I have just worked out I can see satellites in a waterfall display due to > their d

Re: [Discuss-gnuradio] Doppler detection

2017-08-23 Thread Chris Kuethe
gt; station with no doppler shift > > Much like doppler shift radar perhaps > > But the change in frequency can be minutes long for the satellite pass > > Andrew > > > > On 23 Aug 2017, at 3:26 pm, Chris Kuethe wrote: > > https://github.com/wnagele/gr-gpredict-doppl

Re: [Discuss-gnuradio] Should I see R82XX PLL not locked?

2017-09-29 Thread Chris Kuethe
I think that's a normal side effect of some some code to allow fast retuning and extended range by not waiting for PLL lock. Try receiving a few local FM radio stations. If that works without dropping too many samples or getting a steady stream of PLL errors your RTL is probably fine. On Fri, Sep

  1   2   >