Re: [Discuss-gnuradio] Problem in Implementation of dynamic spectrum access

2011-05-05 Thread kaeroul
Hello Yang, Try search about 'python threading.timer' on Google... Hope it helps. Kal -- View this message in context: http://old.nabble.com/Problem-in-Implementation-of-dynamic-spectrum-access-tp31541284p3126.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

Re: [Discuss-gnuradio] description of coding

2010-05-20 Thread kaeroul
. class my_top_block(gr.top_block): def __init__(self): gr.top_block.__init__(self) sample_rate = 32000 # local variable, no need to declare in python ampl = 0.1 ma 2 cent understanding, regards, kaeroul -- View this message in context: http://old.nabble.com/description-of