discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to view data samples when running fm radio


From: Mir M. Ali
Subject: Re: [Discuss-gnuradio] How to view data samples when running fm radio
Date: Wed, 27 May 2009 03:14:41 -0500

s=gr.file_sink(gr.sizeof_gr_complex, "file.txt")
and then connect usrp.source to this object s.


On Wed, May 27, 2009 at 3:06 AM, Zainab Qureshi <address@hidden> wrote:
In usrp_wfm_rcv.py, there is a command self.u = usrp.source_c()

Now how do we use the gr.file_sink() in this file?

On 5/27/09, Eric Blossom <address@hidden> wrote:
> On Tue, May 26, 2009 at 01:53:40PM +0500, Zainab Qureshi wrote:
>> I have successfully run gnuradio on linux/windows. I am running the
>> example usrp_wfm_rcv.py. i want to look at few of the data samples
>> coming from the usb port. What changes in the code should i make to
>> view these data samples.
>
> Connect a gr.file_sink to the usrp, then look at the resulting data
> using octave or some other tool.
>
>


--
address@hidden@b


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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