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: Kevin Reid
Subject: Re: [Discuss-gnuradio] slicing up a 'file-sink' capture?
Date: Fri, 23 Sep 2016 17:50:26 -0700

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.

reply via email to

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