Re: [Discuss-gnuradio] filename using time-stamp in GRC

2011-08-23 Thread ematlis
, and annotated the relevant sections with the words "File Recording". I really think this would be a great addition to GRC. Any help would be appreciated. Thanks, eric --- On Thu, 1/20/11, Alexandru Csete wrote: > From: Alexandru Csete > Subject: Re: [Discuss-gnuradio] f

Re: [Discuss-gnuradio] filename using time-stamp in GRC

2011-01-20 Thread ematlis
--- On Thu, 1/20/11, Alexandru Csete wrote: > From: Alexandru Csete > Subject: Re: [Discuss-gnuradio] filename using time-stamp in GRC > To: discuss-gnuradio@gnu.org > Date: Thursday, January 20, 2011, 11:41 AM > On Thu, Jan 20, 2011 at 5:41 > PM,  > wrote: > > >

Re: [Discuss-gnuradio] filename using time-stamp in GRC

2011-01-20 Thread Alexandru Csete
On Thu, Jan 20, 2011 at 5:41 PM, wrote: > ... > Following up on this, I found this site that had some useful > suggestions:http://www.oz9aec.net/index.php/gnu-radio/grc-examples > > A grc example is provided that implements a dynamic time stamp, but NOT a > button to control it.  So I am trying

Re: [Discuss-gnuradio] filename using time-stamp in GRC

2011-01-20 Thread ematlis
--- On Wed, 1/19/11, emat...@yahoo.com wrote: > From: emat...@yahoo.com > Subject: [Discuss-gnuradio] filename using time-stamp in GRC > To: discuss-gnuradio@gnu.org > Date: Wednesday, January 19, 2011, 12:47 PM > He all- > > is there a way to implement a button cont

Re: [Discuss-gnuradio] filename using time-stamp in GRC

2011-01-20 Thread Josh Blum
If you created a custom block in python that would do the right thing as far as writing the file and handling the data; then you could use the variable chooser (button) or variable text box (string input) to generate the event. -Josh On 01/19/2011 10:47 AM, emat...@yahoo.com wrote: > He all- > >

[Discuss-gnuradio] filename using time-stamp in GRC

2011-01-19 Thread ematlis
He all- is there a way to implement a button controlling a record-to-file function where the filename is generated instantly from the current time stamp? I can do this manually in python as follows (taken from a previously existing gnuradio code): # # Recording file, in case w