discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Question about GNURADIO File sink


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Question about GNURADIO File sink
Date: Sun, 30 Oct 2016 12:17:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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