discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] block buffer sizes


From: scaperot
Subject: [Discuss-gnuradio] block buffer sizes
Date: Tue, 14 Nov 2006 13:24:22 -0500
User-agent: Internet Messaging Program (IMP) 3.2.8


Hi all,

is there an easy way to know how big each buffer is in each of the blocks in a
flow graph, for example:

src = usrp.sink_c()
amp = gr.multiply_const_cc(...)
dst = gr.message_sink_c(...)

fg.connect(src, amp, dst)

fg.start()

#and then check to see how big the buffers were that the scheduler allocated
buf1 = fg.src.bufferout_size()
buf2 = fg.amp.bufferout_size() ...

just curious.

David Scaperoth







reply via email to

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