discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to change the channel width when data is tran


From: Firas A.
Subject: Re: [Discuss-gnuradio] how to change the channel width when data is transmitting
Date: Mon, 17 Nov 2008 20:29:54 -0800 (PST)

Hi,

I have not test it yet. But did you followed Eric suggestion in this
thread!. change every (self.u.set_interp_rate(xxx)) with:


self.u.stop()
self.u.set_interp_rate(xxx)
self.u.start()


Best regards,

Firas
-- 
View this message in context: 
http://www.nabble.com/how-to-change-the-channel-width-when-data-is-transmitting-tp20471587p20553469.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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