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: Paul Boven
Subject: Re: [Discuss-gnuradio] Passing specific range of I/p signal to o/p
Date: Wed, 14 Nov 2018 20:23:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

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.



reply via email to

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