discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNURadio Companion File Sink


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GNURadio Companion File Sink
Date: Thu, 29 May 2008 15:15:32 -0700
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

Essentially, the gr_file_sink has one parameter, the size of the data stream in bytes. GRC splits this up into two parameters, the data type (complex, float, int...) and the vector length. The size of the data stream = number of bytes in the data type times the vector length.

Unless the data stream is an array of complex, float, int, short, or byte, the vector length should be 1.

-Josh

isaacgerg wrote:
What does the vector length option mean?  It is set to 1 by default.





reply via email to

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