[Discuss-gnuradio] Re: Read samples from two channels and write to file

2008-04-24 Thread Diana Iosifescu
I tryed your code, but it's not working. I get a lot of errors. This is the complete program i have written(I've modified the multi-fft.py file with the lines you wrote me). Can you explain what this line does: rx_subdev = self.rx_src.db[0]+self.rx_src.db[1]? The numbers 0 and 1 refer to inputs

[Discuss-gnuradio] Re: Read samples from two channels and write to file

2008-04-24 Thread Diana Iosifescu
I'm sorry, the correct code(which is not working) is the followig: #!/usr/bin/env python from gnuradio import gr, gru, eng_notation from gnuradio import usrp from gnuradio.eng_option import eng_option from gnuradio import eng_notation from gnuradio import optfir from optparse import OptionParser

Re: [Discuss-gnuradio] Re: Read samples from two channels and write to file

2008-04-24 Thread George Nychis
Diana Iosifescu wrote: I'm sorry, the correct code(which is not working) is the followig: Tell us what your errors are. - George ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio