discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] 2 inputs and 1 output


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] 2 inputs and 1 output
Date: Mon, 27 Nov 2017 21:27:27 -0500

Hi Alice - If you make both inputs tagged streams and your carrier
allocator inherits from the gr::tagged_stream_block, then you should be
able to do what you're asking for. Hope this helps! - MLD

On Mon, Nov 27, 2017, at 12:40 PM, Alice Lo Valvo wrote:
> I'm trying to make a custom OFDM Carrier Allocator in which there are 2 
> inputs and 1 output.
> One input is the the normal flow and the second input is a vector, as 
> shown in the figure.
> There are three main errors:
> - the lack of the tag in the second stream (I tryed to add a stream to 
> tagged stream but the length of the second flow is different from the 
> first and I don't know how fix this);
> - the different length of two streams;
> - the definition of the length of the output of the vector block (I 
> prefer that it is dynamic) and of the second input of the custom block.
> Can someone help me to understand?



reply via email to

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