RE: [Discuss-gnuradio] why does this code don't work!! help

2007-02-28 Thread Tom Rondeau
> -Original Message- > From: [EMAIL PROTECTED] [mailto:discuss- > > hi, > i have made this simple program, it spouse to send tx signals one to > each tx board. > #!/usr/bin/env python > from gnuradio import gr > from gnuradio.eng_notation import num_to_str, str_to_num > from gnuradio impor

[Discuss-gnuradio] why does this code don't work!! help

2007-02-28 Thread anmar
hi, i have made this simple program, it spouse to send tx signals one to each tx board. #!/usr/bin/env python from gnuradio import gr from gnuradio.eng_notation import num_to_str, str_to_num from gnuradio import usrp from gnuradio import audio from gnuradio import blks from gnuradio.eng_option impo