Re: [Discuss-gnuradio] Controlled file sink

2012-09-15 Thread Tom Rondeau
On Thu, Sep 13, 2012 at 10:47 AM, Nemanja Savic wrote: > Ok, thank you, I will take a look. There are also a couple of squelch implementations that you might be able to use. The uhd_burst_detector is kind of nice, though, in how it creates a new file for each burst with a time tag on it. But the

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread nexy_sm
I would be happy if I was able to do that. Anyway it would be really nice option, as well as squelch output which tells that signal level is above threshold. -- View this message in context: http://gnuradio.4.n7.nabble.com/Controlled-file-sink-tp37573p37581.html Sent from the GnuRadio mailing l

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread mleech
On 13 Sep 2012 11:01, nexy_sm wrote: > Was that global suggestion for the future activities, or suggestion for me? > > -- It was a global suggestion, unless you feel comfortable adding that feature to the file-sink block, and submitting the patches. ___

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread nexy_sm
Was that global suggestion for the future activities, or suggestion for me? -- View this message in context: http://gnuradio.4.n7.nabble.com/Controlled-file-sink-tp37573p37578.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discus

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread mleech
On 13 Sep 2012 10:41, Martin Braun (CEL) wrote: > Hi nexy_sm, > > I'm pretty sure gnuradio-core/src/examples/tags/uhd_burst_detector.py > does something close to what you want. At least, it should give you a > good idea how to proceed. > > M It may be time to add a "Discard" parameter input

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread Nemanja Savic
Ok, thank you, I will take a look. On Thu, Sep 13, 2012 at 4:41 PM, Martin Braun (CEL) wrote: > Hi nexy_sm, > > I'm pretty sure gnuradio-core/src/examples/tags/uhd_burst_detector.py > does something close to what you want. At least, it should give you a > good idea how to proceed. > > M > > On Th

Re: [Discuss-gnuradio] Controlled file sink

2012-09-13 Thread Martin Braun (CEL)
Hi nexy_sm, I'm pretty sure gnuradio-core/src/examples/tags/uhd_burst_detector.py does something close to what you want. At least, it should give you a good idea how to proceed. M On Thu, Sep 13, 2012 at 07:20:38AM -0700, nexy_sm wrote: > Hi all, > > I am almost new to this GNU radio world, fro

[Discuss-gnuradio] Controlled file sink

2012-09-13 Thread nexy_sm
Hi all, I am almost new to this GNU radio world, from the writting software point of view. I want to collect assynchronously sent signals from a transmitter, but the problem is I don't know how to say: Ok, RSSI is ok, something is going on, save that to a file. Is there any way of controlling bloc