On 05/16/2011 05:15 PM, John Kooker wrote: > Hi All, > > Josh wrote here[1] that the UHD USRP(2?) sink accepts interleaved shorts as > inputs. Two questions:
We dont have an official complex int16 in gnuradio. So gr-uhd accepts a stream of a "vector of shorts" where index 0 is I and index 1 is Q. > - Do those shorts get converted to floats before sending them over Ethernet > to the USRP2? Or does the USRP2 accept short input itself? The over-the-wire type is complex shorts. The conversion in the host simply repacks the bytes. -Josh _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
