discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: George Nychis
Subject: Re: [Discuss-gnuradio] Re: Re: Read samples from two channels and write to file
Date: Thu, 24 Apr 2008 12:04:55 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080227)



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 db_flexrf_2400_rx_mimo_b.__del__ of <gnuradio.db_flexrf_mimo.db_flexrf_2400_rx_mimo_b object at 0x891e28c>> ignored
I think something is wrong with the gui...
Maybe you know what is that ReferenceError.


This seems to be your true error:
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)

- George




reply via email to

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