discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: slimchao
Subject: Re: [Discuss-gnuradio] How to store recieved signal (time, voltage) in .txt format
Date: Fri, 7 Nov 2008 03:00:47 -0800 (PST)



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 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
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
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-%28time%2C-voltage%29-in-.txt-format-tp20378393p20378448.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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