Hi Henry,

that sounds like the description of the Vector Sink block!

But in all honesty, maybe you want to take a different approach altogether; really depends on when during the life cycle of a flow graph you need that data. Could you maybe describe how often and when you want to get data from your GNU Radio flowgraph?

Best regards,
Marcus

On 08.08.23 07:26, Henry Powell wrote:
Hello, at the end of my grc I use file sink and then, I read the data from the file. I repeat this process so many times. My problem is that writing to files and reading from them takes too much time, approximately 120ms. I know this does not seem too much but for my application it's too much. So, I want to append data to a list and get from there.

I tried writing an embedded python block via this link: https://wiki.gnuradio.org/index.php/Embedded_Python_Block but i failed.
 Is there any example embedded python block you wrote about before? Or a 
different solution?

If you can help me, I would really appreciate it.

Reply via email to