discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Fractional resampler eats stream tags on changes


From: Piotr Krysik
Subject: Re: [Discuss-gnuradio] Fractional resampler eats stream tags on changes on the "ratio" input
Date: Tue, 7 Jun 2016 13:30:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

W dniu 01.10.2015 o 14:46, Piotr Krysik pisze:
> W dniu 25.09.2015 o 23:23, Tom Rondeau pisze:
>
>
>
> Looking at the block, I was hoping it was as easy as putting a
> set_relative_rate call in the set_resamp_rate to adjust how the tags
> are being propagated. But it's not that simple. See Issue #846
> (http://gnuradio.org/redmine/issues/846) for details on the problem.
>
> Tom
>  
>
Hi,

I'm writing to let everyone know that resampling blocks after changing
the resampling rate in the run-time is still eating stream tags. This
makes some designs impossible to implement currently.

For example - it would be great if it was possible to implement a clock
offset frequency correction like I have drawn on the attached image:
-there are two blocks that do the correction: resampler and frequency
shifting block,
-they change their parameters (resamp_rate, frequency_shift) on stream tags,
-there is a block that does clock frequency offset measurements that is
connected at the end (putting it in different place is not practical in
many circumstances),
-these measurements are sent to frequency offset control block which
turns them into control messages addressed for both resampler and
frequency shifter,
-msg to tag blocks adds a tag containing a control message to a stream,
-the information about changes of settings of the resampler and rotator
are interpreted also by the measurement block, that adjusts measurements
based on this information.

But currently it not possible to do this due to the issue with the
resampling blocks.

Did you Tom or anyone found the source of the problem?   

Best Regards,
Piotr Krysik

Attachment: frequency_offset_correction.png
Description: PNG image


reply via email to

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