discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GUI block for file read?


From: Manoj Gudi
Subject: [Discuss-gnuradio] GUI block for file read?
Date: Thu, 11 Jul 2013 23:35:45 +0530

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

reply via email to

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