discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Load one from file but store in memory


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Load one from file but store in memory
Date: Fri, 4 Nov 2016 20:21:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Ashley,

you could use a vector source, and load the vector from a file :)

Best regards,

Marcus


On 11/04/2016 08:06 PM, Ashley Neboschick wrote:
Greetings,

I would like to write a block (C++ preferably) that loads a vector (~512 values) from a file and keeps it in memory for subsequent iterations for speed optimization purposes (so as not to have to load the same vector from a file each iteration).  I am relatively new to GNURadio and any help/suggestions are much appreciated!

Thanks,
Ashley


_______________________________________________
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]