discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Embedded Python basic_block input buffer lengths


From: Achilleas Anastasopoulos
Subject: Re: Embedded Python basic_block input buffer lengths
Date: Fri, 26 Mar 2021 12:20:11 -0400

Hi Jeff,

Thanks for the pointers!

I did not realize that I could only process the minimum length of the two input buffers.
Dumb mistake on my part...
I just changed that and everything works fine.

BTW, just to confirm:

Is the minimum of the length of all input buffers to be trusted, even if it is larger than the number from forecast?
ie, if forecast says inputs have to be 10 times the required outputs,
and len(output_items[0])=100
and len(input_items[0])=1010, and len(input_items[0])=1005
can I trust the contents of the input buffers 0:1004 ? 

thanks again,
Achilleas

reply via email to

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