discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Passing specific range of I/p signal to o/p


From: Ayaz Mahmud
Subject: Re: [Discuss-gnuradio] Passing specific range of I/p signal to o/p
Date: Wed, 14 Nov 2018 19:42:15 +0000

Thanks Paul,

 

I really appreciate. Its working.

 

Ayaz

 


From: Discuss-gnuradio <discuss-gnuradio-bounces+address@hidden> on behalf of Paul Boven <address@hidden>
Sent: Wednesday, November 14, 2018 12:23:57 PM
To: address@hidden
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
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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