che Nachricht-
Von: "Alexandru Csete"
Gesendet: Sep 21, 2010 12:32:17 PM
An: discuss-gnuradio@gnu.org
Betreff: Re: [Discuss-gnuradio] General question concerning usrp & audio
>On Tue, Sep 21, 2010 at 5:09 AM, Thomas Seidel wrote:
>> hHey!
>>
>> I am just playing ar
hHey!
I am just playing around with gnuradio and the usrp stuff and want to achieve
the following:
file1.py
[...]
self.u = usrp.sink_c(0, 64)
self.src gr.sig_source_c(48000, gr.GR_SIN_WAVE, 400, 1)
self.connect(self.src, self.u)
[...]
file2.py
[...]
self.u = usrp.source_c(0, self.decim_rate)