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
Discuss-gnuradio@gnu.org
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.


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to