Alternative to gr_read_binary.py

Hi,

I noticed when updating my gnuradio svn tree that gr_read_binary.py
had been added to the tree. I just wanted to say that for those who
already have scipy installed, the function fromfile(file, dtype=…)
also works. Just remembed to add dtype=complex64 for gr_complex data,
and dtype=float32 for gr_float.

cheers,

Trond D.

On Fri, Apr 27, 2007 at 12:18:18PM +0200, Trond D. wrote:

Trond D.
Thanks Trond!

Eric