discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: question on using gr.file_source


From: Jason Anders
Subject: [Discuss-gnuradio] Re: question on using gr.file_source
Date: Tue, 22 Jan 2008 12:50:12 +0800


Hello again!

I still have the same problem. Unfortunately, I still can't make gr.vector_sink to work. I mean, how would it know that I just want to extract data from a particular source. Let's say I have these codes:

yrx1_real = gr.file_source('arguments omitted')
yrx1_imag = gr.file_source('arguments omitted')

Rx1_real = gr.vector_sink_f()   ??? I like it to process yrx1_real only.

So basically that's still my problem.... =)


reply via email to

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