Re: [Discuss-gnuradio] Question: How to read file contents

2008-01-28 Thread Firas A.
Hi, > Jason wrote : > I really wish GNU Radio has a better user manual just like MATLAB. There is a simple GNU Radio manual (simple documentation) at : http://rapidshare.com/files/72169239/Simple-Gnuradio-User-Manual-v1.0.pdf It is now simple, but I intend to rich it much once I finish patchin

Re: [Discuss-gnuradio] Question: How to read file contents

2008-01-28 Thread Jason Anders
Hi! Thanks for your reply! Yes, the file contains a string representation of floats. So I suppose that the file should contain a binary representation of floats? And, yes I did start my flow graph. I would like to apologize for not including it in my post. But, rest assured that I ran my flow gr

Re: [Discuss-gnuradio] Question: How to read file contents

2008-01-28 Thread George Nychis
Hi Jason, Jason Anders wrote: Hi! Since no one has responded to my post regarding my problem on reading a file. I will post another message regarding this. But instead, I'll ask a very basic question. I think it's because your post is a little unclear. When you say "I have a problem readin

[Discuss-gnuradio] Question: How to read file contents

2008-01-28 Thread Jason Anders
Hi! Since no one has responded to my post regarding my problem on reading a file. I will post another message regarding this. But instead, I'll ask a very basic question. How do you read contents from a file using GNU Radio blocks? I always get an empty list when I try to run the code that I post