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

2008-04-24 Thread Diana Iosifescu
George Nychis wrote: Diana Iosifescu wrote: I'm sorry, the correct code(which is not working) is the followig: Tell us what your errors are. - George Errors: File ./ruby.py, line 112, in module main () File ./ruby.py, line 107, in main app = stdgui.stdapp(my_graph, Multi Scope,

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

2008-04-24 Thread Johnathan Corgan
On Thu, Apr 24, 2008 at 8:59 AM, Diana Iosifescu [EMAIL PROTECTED] wrote: File ./ruby.py, line 79, in __init__ self.rx_src_fft0 = fftsink.fft_sink_c(panel,title=ChRXB-A,fft_size=fftsize_N,sample_rate=rx_rate/sw_decim) TypeError: __init__() takes at least 3 non-keyword arguments (2

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

2008-04-24 Thread George Nychis
Diana Iosifescu wrote: fftsink.fft_sink_c(panel,title=ChRXB-A,fft_size=fftsize_N,sample_rate=rx_rate/sw_decim) TypeError: __init__() takes at least 3 non-keyword arguments (2 given) Exception exceptions.ReferenceError: 'weakly-referenced object no longer exists' in bound method

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

2008-04-24 Thread Karthik Vijayraghavan
On Thu, Apr 24, 2008 at 9:04 AM, George Nychis [EMAIL PROTECTED] wrote: Diana Iosifescu wrote: fftsink.fft_sink_c(panel,title=ChRXB-A,fft_size=fftsize_N,sample_rate=rx_rate/sw_decim) TypeError: __init__() takes at least 3 non-keyword arguments (2 given) Exception