discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Garver, Paul W
Subject: Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?
Date: Sat, 24 Sep 2016 01:09:57 +0000

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. 


Paul Garver


On Sep 23, 2016, at 8:53 PM, Kevin Reid <address@hidden> wrote:

On Fri, Sep 23, 2016 at 4:02 PM, <address@hidden> 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 tools that allow reading "raw" data (such as Audacity) can be used for this task. Set the numeric format (e.g for a regular GNU Radio complex output, float, little endian, 2 channels), ignore the sample rate, and just look at the waveforms to slice out the parts you want.

What they won't typically do is give you a spectrogram view if you need to identify the signal of interest by frequency as well as power.

There is also support in GNU Radio for recording signal bursts (the 'Burst Tagger' block and something else), which of course could also be used on already-captured data, but I'm not familiar with how to use it myself.
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]