GNU Radio's gr_complex is std::complex<float>, so 32 bit floats per I
and Q. Fixed-point implementations typically use std::complex<int16_t>
(16-bit signed integers per I and Q).

Cheers,
Martin

On 03/29/2016 12:00 PM, Abhinav Jadon wrote:
> I am using the floating type values to generate the samples using matlab.
> Am I correct in assuming that gr_complex = float16(half-precision IEEE
> 754) + iota*float16(the Q sample) ?
> 
> Regards
> Abhinav PS  Jadon
> 


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to