Re: [Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread ematlis
Thanks Eric, Juha, and Michael- to get 3 helpful responses within an hour of sending a post is truly amazing, particularly considering the time of the year. I should have elaborated in my post. I tried the gr.head approach, but I'm not sure it works in my application- I'm using the approach

Re: [Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread Michael Gray
Here is a link to a small program I used for capturing to a file with a given duration in seconds. http://www.kd7lmo.net/ground_gnuradio_software.html On Sat, 22 Dec 2007 [EMAIL PROTECTED] wrote: > Hi all- > > has anybody implemented a control whereby the user can limit how long or > how m

Re: [Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread Juha Vierinen
You cannot do this continuously with any of the default blocks (to my knowledge). But I have written a filesink a while back that chops the data stream into files of specified size. http://mep.fi/juha/gnuradio.html I have used this for a couple of months and recorded terabytes of baseband signals

Re: [Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread Eric Blossom
On Sat, Dec 22, 2007 at 06:04:50PM -0500, [EMAIL PROTECTED] wrote: > Hi all- > > has anybody implemented a control whereby the user can limit how long or > how many points gets acquired by a gnuradio application? If so I'd > appreciate any pointers! I've got an app where I'm storing samples to

[Discuss-gnuradio] control time or number of points acquired

2007-12-22 Thread ematlis
Hi all- has anybody implemented a control whereby the user can limit how long or how many points gets acquired by a gnuradio application? If so I'd appreciate any pointers! I've got an app where I'm storing samples to file and I'd like to control how many points go into each data file. tha