discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Block with overlapping window - consume_each() in regard to set_hist


From: Marcus Müller
Subject: Re: Block with overlapping window - consume_each() in regard to set_history()
Date: Sat, 19 Dec 2020 19:16:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

Either that source of yours is incorrect, or you have a buggy block in
there somewhere.

Throttle really should *never* do anything to the result of your signal
processing. All it does is copy its exact input to its output, and in
between doing so, going to sleep to literally just throttle its throughput.

On 19.12.20 14:14, Marcin Wachowiak wrote:
> This can be fixed by placing throttle blocks before autocorrelate with
> arbitrary set sample rate - according to source.



reply via email to

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