Re: [Discuss-gnuradio] buffer sizes, timing and overflows

2007-09-18 Thread Johnathan Corgan
Juha Vierinen wrote: I am writing a simple program that stores USRP sampled data and stores it on disk continuously in 1s sized files. I have made a new sink for this purpose, which is almost identical to gr_filesink, except that mine blocks in work() while the file is closed and a new one is

[Discuss-gnuradio] buffer sizes, timing and overflows

2007-09-17 Thread Juha Vierinen
Hi, I am writing a simple program that stores USRP sampled data and stores it on disk continuously in 1s sized files. I have made a new sink for this purpose, which is almost identical to gr_filesink, except that mine blocks in work() while the file is closed and a new one is created. I have