discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] filesink to multiple files without dropping data


From: BuRaK
Subject: [Discuss-gnuradio] filesink to multiple files without dropping data
Date: Mon, 16 Jan 2017 20:39:57 +0000 (UTC)

Hi all,

I am trying to do a simple task but could not decide how to approach and do it. 

I would like to collect data from usrp continuously. The filesize will be huge and what I would like to do is say if 10 minutes passed (or xxx samples are collected)
close file1.dat and open file2.dat and keep writing to that one. But I do not want to interrupt dataflow or lose any single sample. 

Would it be possible to do this through GRC or should I write a new block?
It would be great if somebody can help me through this. 
Thank you in advance. 

reply via email to

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