Also note that there's already a message port for the delay_impl.cc
that Mike added earlier this year on master:
If you want to use message passing to build an asynchronous feedback,
that's what you'd want to do. We don't port all features that are added
on master automatically back to 3.8 – but i
Hi Hassan,
On 11/25/20 6:27 PM, Hassan Khalili wrote:
I have a delay block in my flowgraph. Is it possible to change the delay
programmatically based on a stream output further down (in a feedback
fasion)? Or do I have to implement my own delay block with an additional
input for a delay stream
Hi all,
I have a delay block in my flowgraph. Is it possible to change the delay
programmatically based on a stream output further down (in a feedback fasion)?
Or do I have to implement my own delay block with an additional input for a
delay stream?
Kind regards,
Hassan
Hi there,
I have modified the delay block of baz to control it from a clock of
seconds.
But I do not know if this is the best implementation... :S
Greetings.
/* -*- c++ -*- */
/*
* Copyright 2007 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free softw
On Wed, Jan 8, 2014 at 7:34 AM, António Gomes wrote:
> Hi all,
> I'm trying to make a delay on a signal with a variable delay with a WX GUI
> Slider. When i run the simulation and try to add a delay on a sinusoidal
> signal it gives me this error:
>
This is a problem with t