discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: SV: Re: USRP2 transmitter spectrum measurements


From: Jamin Chan
Subject: [Discuss-gnuradio] Re: SV: Re: USRP2 transmitter spectrum measurements
Date: Thu, 23 Jul 2009 15:58:19 +0200

After uprading from 3.1.3 to 3.2.2 and also switching from mac osx to 
ubuntu 9.04 (significantly easier gnuradio install), i still have the 
spike problem.

I was using ctrl+C to end the program and the code looked like this:

if __name__ == '__main__':
    try:
      my_top_block().run()
    except KeyboardInterrupt:
        pass

I tried changing it to use the run functions in my_top_block like this:

if __name__ == '__main__':
    ss=my_program()
    ss.start()
    raw_input ('Press Enter to quit: ')
    ss.stop()

The spike is still there either way.
-- 
Posted via http://www.ruby-forum.com/.




reply via email to

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