discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Sharing variable


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Sharing variable
Date: Tue, 26 May 2015 08:57:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

That would be a typical usage scenario for stream tags (because the estimate can actually be "attached" to specific sample). I recommend going through [1] Chaper 1 to 5, where 5.2 explains the usage of stream tags.

Best regards,
Marcus
[1] https://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorials

On 05/26/2015 08:37 AM, address@hidden wrote:
Hi Marcus,

An example I can think of is let's say there's a channel estimation block followed by an equalizer block. 

Let's say the channel estimator estimates the channel by looking for a training sequence in the incoming data. Once it finds the training sequence it needs to transfer the data into the equalizer which it will through its output port. 

But how is the channel vector sent to the equalizer? Its not going to be a constant stream, it may just be a fixed vector of so and so number of taps. Is there a way to make the equalizer see this channel vector?

Thanks
Anil 


_______________________________________________
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]