discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Dynamically changing input index of Selector bloc


From: Activecat
Subject: Re: [Discuss-gnuradio] Dynamically changing input index of Selector block.
Date: Wed, 28 May 2014 21:13:24 +0800

On Tue, May 27, 2014 at 3:07 PM, dushyant.marathe <address@hidden> wrote:
My GRC flow graph design is as follows:

Two different signal sources => selector (with 2 input & 1 output) => scope

Now I want to change input index of 'Selector' block automatically so that
for fixed time 1st input is selected and then 2nd.


You may try to use Stream Mux, not Selector.
When its Lengths is determined correctly, it select 1st input for a predetermined fixed time, then select 2nd input.
In this case the second number of Length is a big number, approximate infinity.

reply via email to

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