discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Fwd: What value is in in[noutput_items+1]?


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Fwd: What value is in in[noutput_items+1]?
Date: Mon, 1 May 2017 23:38:00 +0200

First, set_history(2) means there will be 1 old sample, not two. (yeah
go figure ... but the default value is '1' and means "no history").

So, if noutput_items = 8192

in[0] = history[0]
in[1] = new_sample[0]
...
in[8192] = new_sample[8191]


Cheers,

   Sylvain



reply via email to

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