discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Data Formatting in GNURadio (WiFi)


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Data Formatting in GNURadio (WiFi)
Date: Thu, 17 Mar 2016 11:39:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Depends on your choice of types. Are you using floating point complex
values, or fixed-point?

M

On 03/16/2016 05:07 PM, Abhinav Jadon wrote:
> Hi,
> I wrote a matlab scripts that generates the wifi packets for a given
> payload.
> The output is of the format <noise_pad packet noise_pad>
> I dumped the output in a bin file.
> It is my understanding that the complex type file source reads the input
> (bin) file in a gr_complex data type format ie reading 32 bits from the
> bin file at a time and then converting the first 16bits (corresponding
> to real part/I) and last 16bits (corresponding to img part/Q) to float16
> format and thus with this understanding, I formatted the data
> accordingly while dumping the data into the bin file.
> The issue is I plug that file source on repeat mode to the UHD block.
> The packet is not detected on the receiver side.Is there something wrong
> with my understanding of data formatting ?
> 
> Regards
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]