Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD

2011-09-12 Thread Almohanad Fayez
al fayez -Original Message- From: Josh Blum To: Almohanad Fayez Cc: discuss-gnuradio Sent: Mon, Sep 12, 2011 1:46 pm Subject: Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD On 09/12/2011 10:28 AM, Almohanad Fayez wrote: > &g

Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD

2011-09-12 Thread Josh Blum
On 09/12/2011 10:28 AM, Almohanad Fayez wrote: > > I want to use COMPLEX_INT16 in hopes of generating non-normalized > fixed point data using UHD. I ultimately want to send this data over > to the DSP on the E100, if I receive the data as COMPLEX_FLOAT32 then > UHD is performing > > fixed-poin

Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD

2011-09-12 Thread Almohanad Fayez
n, Sep 12, 2011 1:18 pm Subject: Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD On 09/12/2011 10:00 AM, Almohanad Fayez wrote: > > I can't seem to find a direct way of typcasting COMPLEX_INT16 using > gr-uhd as complex_float. It seems that gnura

Re: [Discuss-gnuradio] Converting complex-short to complex-float with UHD

2011-09-12 Thread Josh Blum
On 09/12/2011 10:00 AM, Almohanad Fayez wrote: > > I can't seem to find a direct way of typcasting COMPLEX_INT16 using > gr-uhd as complex_float. It seems that gnuradio assumes that a > complex type is composed of floats by default which causes issues > when I'm using gr-uhd, is there a direct

[Discuss-gnuradio] Converting complex-short to complex-float with UHD

2011-09-12 Thread Almohanad Fayez
I can't seem to find a direct way of typcasting COMPLEX_INT16 using gr-uhd as complex_float. It seems that gnuradio assumes that a complex type is composed of floats by default which causes issues when I'm using gr-uhd, is there a direct way to do complex_short to complex_float conversion or s