discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] delay line


From: Martin Braun
Subject: Re: [Discuss-gnuradio] delay line
Date: Sun, 02 Feb 2014 14:06:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 02.02.2014 14:14, MHMND Herath wrote:
Dear Sir
  I created a C++ sync block and inserted

    out[i]=in[i-100]
   I wanted to get 100th earliest sample continuously.
It worked. But I wanted to know will this correct when it connected to a
source continuously.
Thanks
Neil

You probably want to use the blocks.delay() block here.

MB




reply via email to

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