Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?

2016-09-23 Thread Garver, Paul W
If you need more advanced processing to detect the burst, you might consider gr-eventstream [1]. It can chunk up bursts/events based on a trigger and write to a file,display, or process. [1] https://github.com/osh/gr-eventstream Paul Garver On Sep 23, 2016, at 8:53 PM, Kevin Reid

Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?

2016-09-23 Thread Kevin Reid
On Fri, Sep 23, 2016 at 4:02 PM, wrote: > > Can you suggest a tool that I can use to "slice out" - the sections > of interest? I'm not sure about 750MB files but in general if you are just trying to identify high signal power and slice that out, audio file editing

Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?

2016-09-23 Thread Garjo Slemina
https://github.com/miek/inspectrum Enable cursors, then right click > export samples On 24/09/16 11:02, du...@duaneellis.com wrote: > Hi - > > I've setup a front end, and captured about 10 to 20 seconds worth of > data to a file sink (750M data file) > > The transmitted data is a small

[Discuss-gnuradio] slicing up a 'file-sink' capture?

2016-09-23 Thread duane
Hi - I've setup a front end, and captured about 10 to 20 seconds worth of data to a file sink (750M data file) The transmitted data is a small 8millisecond bursts, followed by a very long delay. I would like to have some means to 'zoom in and slice out' a few bits of data so I can do more work

Re: [Discuss-gnuradio] How to specify Audio Source device_name?

2016-09-23 Thread Paul Zander
So HW:1,0 does work on a "sink". Possibly, the documentation was just copied over to source, but maybe not actually implemented yet...  If so, that should be on the bug list. BTW, my signals happen to be of audio frequency range, but not really sounds. I was hoping that I could eventually have

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Martin Braun
Hey Andrew, sorry for the miserable experience -- not sure why apt-get would be acting up so badly. Clearly, the point of pybombs is for new users not to have this kind of trouble. I'm still a bit surprised that this is happening on 14.04, which is probably the most popular distro around here at

Re: [Discuss-gnuradio] How to specify Audio Source device_name?

2016-09-23 Thread Cinaed Simson
On 09/22/2016 12:06 PM, Paul Zander wrote: > Problem solved. I used the Sound GUI under the Settingsmenu to select > the audio source. > I am not sure if that is PulseAudio, but the selections and gain > settings do work. > > I even found that I could switch the device while the flowgraph was

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
I finally got everything installed successfully after doing 30+ attempts (this is no exaggeration) of rm -rf rfnoc and pybombs prefix init ~/rfnoc -R rfnoc -a alias. I was getting wildly varying errors from packages not being found (though I could manually hit those websites and download the

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Anon Lister
It was WX that was mentioned as being deprecated. Sorry I don't have much to offer for your issue tho, except that you should run the pybombs command with -v (pybombs -v . -vv works too for very verbose output. At some point it's trying to fetch a QT installer, but failing. I would try grabbing

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
Here is that output again with more relevant info that I forgot to copy over: make[2]: Entering directory `/home/switchlanez/rfnoc/src/pyqt4/qpy/QtCore' g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
Well, I wiped everything clearn and started from a fresh image of Linux to remove any doubt (3rd time doing this). This time I made sure to do sudo apt-get update liberally before running pybombs prefix init ~/rfnoc -R rfnoc -a alias The first time it showed boost failed to install even though

Re: [Discuss-gnuradio] How to properly add a pybombs packager

2016-09-23 Thread U L
All, Thanks for the help, I think I found my problem. For searching installed packages, zypper is quite slow. I have an alternative using the rpm command but the arguments were wrong, causing the version parsing to fail. That's been fixed and it seems that packages are now properly installed