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
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
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
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
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