Re: [Discuss-gnuradio] Clarification regarding Sample width in USRP.

2014-03-02 Thread Martin Braun
On 03/02/2014 06:04 AM, Manu T S wrote: Marcus, Thanks.. Few more things. Is it correct to assume that In the wiretype, complex intx(x = 16 or 8) means that each I sample is represented by x bits, and Q sample is represented by x bits? Yes, e.g. sc16 - 16 bits for I and Q,

Re: [Discuss-gnuradio] Clarification regarding Sample width in USRP.

2014-03-01 Thread Marcus D. Leech
On 03/01/2014 11:00 PM, Manu T S wrote: Hello Everyone, From little bit of googling I understood that there are different sample width possible in USRP. If my understanding is correct, we can use 16/8 bit sample width. But my usrp block in GNU Radio lists complex float32 and complex int16,

Re: [Discuss-gnuradio] Clarification regarding Sample width in USRP.

2014-03-01 Thread Manu T S
Marcus, Thanks.. Few more things. Is it correct to assume that In the wiretype, complex intx(x = 16 or 8) means that each I sample is represented by x bits, and Q sample is represented by x bits? What does the input type and output type in usrp sink and usrp source respectively, in GNU radio