discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] a criticism to GNURadio's scheduler!


From: Mostafa Alizadeh
Subject: [Discuss-gnuradio] a criticism to GNURadio's scheduler!
Date: Sun, 1 Jun 2014 13:00:38 +0430

Hi, 
I worked on GNURadio for many hours. After all, I prepared my blocks in c++. However, the source by which I produce random bits (items with sizeof(char) ) doesn't work properly! By properly I mean, I wanted GNURadio to lead me control how it's going to call the source. It's crazily calling the random bit generator so many times.

I think this is because of the GNURadio's strategy for executing blocks to achieve as maximum throughput as possible! So GNURadio translates it to call the source as much as possible.(no matter what is the source, here is the random bit generator)

Am I right? If I am, what is the solution? 

Best, 
Mostafa

reply via email to

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