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
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
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