Re: [Discuss-gnuradio] delay line

2014-02-02 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Forgot to mention: You must call the set_history() function accordingly! On 03.02.2014 00:13, Marcus Müller wrote: > Yes, it will. The GNU Radio scheduler calls your block's work() > function whenever it needs new data. > > Anyway, this is a very bas

Re: [Discuss-gnuradio] delay line

2014-02-02 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, it will. The GNU Radio scheduler calls your block's work() function whenever it needs new data. Anyway, this is a very basic principle of GR; I recommend working through the "creating an OOT module" tutorial, it's really great! Greetings, Marcus

Re: [Discuss-gnuradio] delay line

2014-02-02 Thread Martin Braun
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

[Discuss-gnuradio] delay line

2014-02-02 Thread MHMND Herath
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 ___ Discuss-gnurad