discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GUI block for file read?


From: Gregory Warnes
Subject: Re: [Discuss-gnuradio] GUI block for file read?
Date: Thu, 11 Jul 2013 14:18:34 -0400

Try the File Source block.

Sent from my iPhone

On Jul 11, 2013, at 2:05 PM, Manoj Gudi <address@hidden> wrote:

File Sink block dumps lot of data in a file, and to analyze that I have to run this code snippet

import scipy
f = scipy.fromfile(open("your_file_name.txt"), dtype=scipy.float32)
print f

Is there any ready file_read block in gunradio companion that I can use? Can I make a new custom block for same?


Thanks,
Manoj
_______________________________________________
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]