Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
There’s the metadata file sink. You could insert date/time tags.
Or, if the rates are quite low (a few Hz at most), you could use a
probe, and have a poller function that grabs data from the probe, and
formats it all pretty like. That’s how simple_ra writes its data log
files…
On 2014-09-05 11:06, Sumit Saluja wrote:
Physics Department
Princeton, NJ 08540
Phone-(609)258-7916__
Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page [1]
Links:
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Hi Sumit,
that’s kind of redundant – you know the start time and you know the
constant sampling rate, so you know the time of each sample in your
file. Anyway, the metadata sink saves every tag you specify, so just
write a block that calculates the time to a given sample number, and
occasionally adds a tag to the stream.
Greetings,
Marcus
This then turns into a discussion about tagging during flow-graph
operation. A subject I’m not that familiar with, so perhaps someone
else can insert their $0.02.
On 2014-09-05 11:12, Sumit Saluja wrote:
SUBJECT: Re: [Discuss-gnuradio] GnuRadio File sink Operation, Need help
Princeton, NJ 08540
Phone-(609)258-7916
Discuss-gnuradio mailing list
Links:
I’ll flip you $0.01; I found the new tutorials to be really helpful, and
this
one specifically shows how to write a block that inserts stream tags
(the
preceding tutorial shows how to write a block):
http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_Programming_Topics
Although adding system time to every Nth sample may be pointless on a
high
rate stream, it may be useful for low rate stuff.
Lou
KD4HSO
mleech wrote
This then turns into a discussion about tagging during flow-graph
operation. A subject I’m not that familiar with, so perhaps someoneelse can insert their $0.02.
–
View this message in context:
http://gnuradio.4.n7.nabble.com/GnuRadio-File-sink-Operation-Need-help-tp50274p50286.html
Sent from the GnuRadio mailing list archive at Nabble.com.