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
> Discuss-gnuradio@gnu.org
> 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.



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

Reply via email to