discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: File Sink Block


From: Marcus Müller
Subject: Re: File Sink Block
Date: Tue, 8 Aug 2023 10:54:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

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

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