discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] usage? Retuning w/o rebuilding


From: Chuck Swiger
Subject: Re: [Discuss-gnuradio] usage? Retuning w/o rebuilding
Date: Wed, 12 Jan 2005 14:50:06 -0500

At 05:42 PM 1/11/2005 -0800, you wrote:


You can set the frequency on the freq_xlating_fir_filter at any time.
Just call set_center_freq.

It's also possible to change the user specified filter taps on the fly
too.  Use set_taps, though it isn't often required.

OH, I see - took a minute to figure out this software ;)   We use:

chan_filter_no9 = gr.freq_xlating_fir_filter_scf  ( stuff )

to build it, then call it in your instance with:

chan_filter_no9.set_center_freq ( new_freq )

Cool!  And I see the code that sets the freq has to be in the
same python module def as the instantiation to access it.

--Chuck






reply via email to

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