discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Sharing variable


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Sharing variable
Date: Tue, 26 May 2015 06:25:51 -0700

I didn't actually read this entire thread, so hopefully I'm not providing useless info, but you might want to check out how the OFDM codes share the equaliser state between blocks.

Cheers,
Martin

On 26 May 2015 02:05, "Luis urday" <address@hidden> wrote:
Thank you  for your reply Marcus, I don't work with Anil.

I am going to implement the message passing solutions .

Luis

2015-05-26 8:57 GMT+02:00 Marcus Müller <address@hidden>:
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


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



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