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

2009-05-27 Thread Mir M. Ali
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 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, E

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

2009-05-27 Thread Zainab Qureshi
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 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 u

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

2009-05-26 Thread Eric Blossom
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.

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

2009-05-26 Thread Zainab Qureshi
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. ___ Discuss-gnuradio mail