How to store recieved signal (time, voltage) in .txt format

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 baseband signal in Mat Lab(by importing
the
txt file data) rather than defining a new signal processing block in
python.

Thanks

Bruhtesfa

Bruhtesfa E. wrote:

txt file data) rather than defining a new signal processing block in
Discuss-gnuradio Info Page

Hi Bruhtesfa,

you can use gr.file_sink() to save your receive data.

Slimchao

View this message in context:
http://www.nabble.com/How-to-store-recieved-signal-(time%2C-voltage)-in-.txt-format-tp20378393p20378448.html
Sent from the GnuRadio mailing list archive at Nabble.com.

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