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: mleech
Subject: Re: [Discuss-gnuradio] Change filter parameters in running flowgraph?
Date: Thu, 02 Nov 2017 13:58:59 -0400
User-agent: Roundcube Webmail/1.1.5

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
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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