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

2011-08-23 Thread ematlis
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,  emat...@yahoo.com wrote: ... Following up on this, I found this site that had some useful suggestions:http://www.oz9aec.net/index.php/gnu-radio/grc-examples

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-

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

2011-01-20 Thread ematlis
--- On Wed, 1/19/11, emat...@yahoo.com emat...@yahoo.com wrote: From: emat...@yahoo.com 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

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

2011-01-20 Thread Alexandru Csete
On Thu, Jan 20, 2011 at 5:41 PM, emat...@yahoo.com 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

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

2011-01-20 Thread ematlis
--- On Thu, 1/20/11, Alexandru Csete oz9...@gmail.com wrote: From: Alexandru Csete oz9...@gmail.com 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,  emat...@yahoo.com

[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