discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Question: Array of complex numbers as input


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Question: Array of complex numbers as input
Date: Sat, 19 Jan 2008 12:25:11 -0800

On 1/19/08, George Nychis <address@hidden> wrote:

> Whatever "plain old data" might actually be.

See:

http://en.wikipedia.org/wiki/Plain_Old_Data_Structures

Custom GNU Radio input and output streams can be any form of data the
user wishes, as long as it has a fixed length in memory (itemsize) and
meets the requirements described in the article.

GNU Radio itself only enforces that two signal processing blocks
expect the same itemsize, but otherwise doesn't care.

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com/




reply via email to

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