Re: Variable delay

2020-11-26 Thread Marcus Müller
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

Re: Variable delay

2020-11-25 Thread Paul Boven
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

Variable delay

2020-11-25 Thread Hassan Khalili
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

[Discuss-gnuradio] Variable delay controlled clock

2014-07-15 Thread Carlos Alberto Ruiz Naranjo
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

Re: [Discuss-gnuradio] Variable Delay Error

2014-01-08 Thread Tom Rondeau
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