discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] need help getting simple exercise to work


From: John Gilmore
Subject: Re: [Discuss-gnuradio] need help getting simple exercise to work
Date: Sat, 04 Jun 2005 11:21:34 -0700

> > ValueError: source and destination data sizes are different
>
> The 4020 returns 16 bit signed integers (shorts).  The scopesink is
> expecting floats.  You need to put a  gr.short_to_float () block in
> between them.

Should we make, document and recommend the use of a standard 4020
source that produces the same data type as the USRP (complex float)?
That way, when we fix the rest of the I/O modularity, any input source
can be used with any application.

        John




reply via email to

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