Dear Pablo, that's something that is most probably really easy to implement with a block of your own.
Refer to http://tutorials.gnuradio.org on how to write your own python block. You could write a python block that takes input which is a vector of 100*1024*1024B/(8B/sample) = 13107200 complex numbers, and directly writes each input to an own file using numpy. You can convert a stream of (single) samples to a stream of vectors of that size using a stream_to_vector block. Best regards, Marcus On 10/30/2016 09:58 AM, adrianapa wrote: > Hello I would solve a doubt about software GNURADIO, how i can record in > diferent files? If I use a gnuradio block "File sink" I save my data in a > file, I want to save my data in diferent files every 100 MB. Can you help > me? > > Best regards, > > Pablo > > > > -- > View this message in context: > http://gnuradio.4.n7.nabble.com/Question-about-GNURADIO-File-sink-tp61841.html > Sent from the GnuRadio mailing list archive at Nabble.com. > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio