Thanks Paul,
I really appreciate. Its working. Ayaz ________________________________ From: Discuss-gnuradio <[email protected]> on behalf of Paul Boven <[email protected]> Sent: Wednesday, November 14, 2018 12:23:57 PM To: [email protected] Subject: Re: [Discuss-gnuradio] Passing specific range of I/p signal to o/p Hi Ayaz, On 11/11/18 6:38 PM, Ayaz Mahmud wrote: > Repetitive case: > Input signal is : [1,2,3,4………40] > Output signal should be: [21,22,23….30] > > Values can be random here, but I want to pass only the position [20:30] > out of 40. > > I have tried with “Keep M in N” block and “Skip Head” block, but this > does not satisfy the case. Why does 'Keep M in N' not work for you? I'd configure it with M = 10, N = 40, Initial Offset = 20. I just made a small flow-chart with those settings, and the output is indeed a sawtooth/staircase running from 21 to 30 (inclusive). Regards, Paul Boven. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
