discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Re: file_sink does not save all ?


From: feldmaus
Subject: [Discuss-gnuradio] Re: file_sink does not save all ?
Date: Tue, 26 May 2009 07:21:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blossom <eb <at> comsec.com> writes:

> 
> It does save all of the samples that it's seen.  GNU Radio does not
> process everything "instantaneously".  Since you're not causing the
> graph to stop synchronously, say using gr.head, or by providing input
> from a file, the graph is stopping at the first interruption point
> that it comes to after seeing stop().  There are many threads
> involved, and they are not all stopped atomically.
> 
> If you feed your graph from a file and let it run to the EOF, you
> would get the same number of samples in all three files.
> 
Thanks,

nice to know. My data comes from an Analysis Filterbank
which parts the main band into 3 bands. Then it will be saved to
a file.

Regards Markus







reply via email to

[Prev in Thread] Current Thread [Next in Thread]