Re: [Discuss-gnuradio] gr.file_sink Issue

2013-10-21 Thread Marcus Müller
Hi Paul, if you're using GR 3.7, the "standard" blocks have moved from the /gr/ module to the /blocks/ module. If you're using 3.6, further investigation is necessary. Greetings, Marcus On 10/21/2013 01:45 AM, Paul B. Huter wrote: I looked everywhere for information pertaining to this questio

[Discuss-gnuradio] gr.file_sink Issue

2013-10-20 Thread Paul B. Huter
I looked everywhere for information pertaining to this question, but nothing worked. I am starting with a sample for recording information from my USRP (N210), but I am running into issues with: self.gr_file_sink = gr.file_sink(gr.sizeof_complex, "data.dat") When I try running it, I get: Attrib

[Discuss-gnuradio] gr.file_sink issue

2011-11-09 Thread hasanimam
Hello all, I am using gr.file_sink(itemsize, filename) to capture the raw data using usrp2 in GRC. When I converted the binary data file from octave, I get something like the following. (0.469,0) (0,0) (0,0) (0, 5.69e-05) (0,0) (0,0) (0,0) (0,0) (0,0) (0,0) (2.46e-4, 5.34e-6) . . . W