discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Resampler with changing rate during runtime


From: Kevin Reid
Subject: Re: [Discuss-gnuradio] Resampler with changing rate during runtime
Date: Thu, 4 Aug 2016 08:47:25 -0700

On Wed, Aug 3, 2016 at 8:29 AM, Sebastian Müller <address@hidden> wrote:
Now, the quadrature rate and audio decimation are unknown before runtime, but calculated by my other blocks while running. For this purpose, I would like to implement a block, that resamples any given signal to a fixed output sample rate (in this example a bit more than the audio rate). I have messages available that contain the sample rate of my input signal as well as the input signal itself.

I'd like to ask: How does this problem arise? In my experience, almost every element of the flowgraph has a specific sample rate (sources and sinks) or rate ratio (interpolators/decimators), so even if you decide you need a certain different rate, you're always going to be modifying the configuration of at least two blocks.

How is it that you come to have a stream with a dynamic sample rate?

(I suspect that you are overcomplicating your problem by requiring it to be solved within the flow graph rather than by external control code which can reconfigure the flow graph appropriately, but I don't have enough information about what your app is doing to be certain.)

reply via email to

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