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: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Question about GNURADIO File sink
Date: Tue, 1 Nov 2016 15:34:01 +0100

Hi,

> 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.

I would _highly_ advise against that ...

That would use an insane amount of memory since each buffer will try
to store several of those vectors ...

Cheers,

   Sylvain



reply via email to

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