Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread Karthik Vijayraghavan
On Fri, Nov 7, 2008 at 6:21 AM, Bruhtesfa Godana <[EMAIL PROTECTED]> wrote: > Hey slimchao, > > Thanks for the reply! I tried gr.file_sink(). > It writes something in a txt file, but when I open it it is not in readable > format. > Is there something that I can do to make it a readable .txt forma

Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread Bruhtesfa Godana
Hey slimchao, Thanks for the reply! I tried gr.file_sink(). It writes something in a txt file, but when I open it it is not in readable format. Is there something that I can do to make it a readable .txt format for the MAt lab, where every sampled value is written as float value on a new l

Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread Jason Uher
>> So, how can I do this in the Python? I want to do this because I prefer >> to do the signal processing on the baseband signal in Mat Lab > you can use gr.file_sink() to save your receive data. http://www.gnuradio.org/trac/wiki/Octave The directions are the same for Matlab. Jason

Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread slimchao
Bruhtesfa Ebrahim wrote: > > Hey all, > > I want to store the signal I recieve from my USRP+XVR2450 in a text file, > in 2 columns(1st clumn time and 2nd column I and Q voltage levels from > USRP at each sampling time). > So, how can I do this in the Python? I want to do this because I prefe

[Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format

2008-11-07 Thread Bruhtesfa Ebrahim
Hey all, I want to store the signal I recieve from my USRP+XVR2450 in a text file, in 2 columns(1st clumn time and 2nd column I and Q voltage levels from USRP at each sampling time). So, how can I do this in the Python? I want to do this because I prefer to do the signal processing on the baseba