discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to save a matrix of integers into a file usin


From: Martin Braun
Subject: Re: [Discuss-gnuradio] How to save a matrix of integers into a file using GNU Radio
Date: Fri, 12 Sep 2014 10:46:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

In the Python domain, you have lots of tools at your disposal, such as
Pickle (you can even use scipys io module to write .mat files if you like).

If you are using PMTs, you can use the metadata file sink.

M

On 09/12/2014 09:21 AM, Hoang Ngo-Khac wrote:
> Dear all,
> 
> I want to save a matrix of integers into a file, similar to .mat file in
> MATLAB. To be more specific, my desire block should receive a stream of
> integers, convert it to MxN matrix and save this matrix so that I can
> get this data for further process after the flow graph stops. 
> 
> Could you give me some clue to do this in GNU Radio?
> 
> Thank in advance,
> Hoang
> 
> *Hoang Ngo-Khac*
> Research Assistant - Lab. of Signal and System, FET, UET, Vietnam
> National University-Hanoi (VNU-H)
> Alternative email:  address@hidden, address@hidden
> Mobilephone:  +84.163.682.7874
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

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