Thanks Paul,
I really appreciate. Its working.
Ayaz
From: Discuss-gnuradio
on behalf of Paul
Boven
Sent: Wednesday, November 14, 2018 12:23:57 PM
To: discuss-gnuradio@gnu.org
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
Hi,
Before creating a new OOT, wanted to be sure if any related block exists for
below case:
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 i