discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Flowgraph with loops


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Flowgraph with loops
Date: Tue, 16 May 2017 16:39:23 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/16/2017 04:01 PM, Thom L wrote:
Hi,
For educational purposes I try to use gnuradio to realize simple digital filters with delay, add and multiply blocks.
This is perfect for non-recursive filters but it does not seem possible to make loops as in the example above and thus impossible to build a recursive filter on the same principle?
Thanks
Thomas


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Loops are strictly forbidden by the buffer-management model.

However, you can loop *internally* within a block.



reply via email to

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