discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Change filter parameters in running flowgraph?


From: John Ackermann N8UR
Subject: Re: [Discuss-gnuradio] Change filter parameters in running flowgraph?
Date: Thu, 2 Nov 2017 14:24:56 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

OK, bummer but thanks for the clarification.

On 11/02/2017 01:58 PM, address@hidden wrote:
For the most part, decimation cannot be changed at runtime, due to the way the scheduler does static allocation and buffer management.

On 2017-11-02 13:05, John Ackermann N8UR wrote:

I'm getting ready to do a Gnuradio tutorial for a local group, and want to show the impact of decimation and filtering.  I created a QT Gui Range parameter that sets the ID "decimation".

In the low pass filter block I the decimation value is set to "decimation."  That seems to work and I can see the span of the QT Frequency Sink change as the decimation value changes.

But I also use the decimation parameter to determine the cutoff frequency ((samp_rate/decimation)/2) and transition width ((samp_rate/decimation)/10).  However, these don't seem to change dynamically when the flowgraph is running-- the filter remains at the width it was when the flowgraph started.

Is there a way to have the filter change as the decimation parameter changes?

Thanks,
John

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



reply via email to

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