Re: [Discuss-gnuradio] OOT: Output does not update fast. Buffer size?

2017-05-12 Thread Ali
Hi, I will try to decrease/increase the buffer size by using the " *set_max_output_buffer*" function (I don't know if I can, I will try it as soon as I have time). I am hoping that this will have some effect on the performance. Best, Ali ___ Discuss-gnu

Re: [Discuss-gnuradio] OOT: Output does not update fast. Buffer size?

2017-05-11 Thread West, Nathan
Sample rate in software is just a number used in some equations to get meaningful signals. It is *not* the rate that things are going through the flowgraph. There are 8192 items because 8192 items happens to make a nicely aligned buffer size. You're not working on a real-time system or with real-

[Discuss-gnuradio] OOT: Output does not update fast. Buffer size?

2017-05-11 Thread Ali
Hi to all, I created my own OOT block. It has 6 inputs and 2 outputs and all are type of float. I am using Signal Source block and sending constant signals with different amplitudes at each input port. When I run, the the GRC file and change the one of the inputs, outputs changes after some time(