views:

67

answers:

2

I have a raw grabbed data from spectrometer that was working on wifi (802.11b) channel 6. (two laptops in ad-hoc ping each other).

I would like to decode this data in matlab. I see them as complex vector with 4.6 mln of complex samples. I see their spectrum quite nice. I am looking document a bit less complicated as IEEE 802.11 standard (which I have).

I can share measurement data to other people.

A: 

If your data is really raw then you basically have to build every piece of the signal processing chain in software, which is possible but not really straightforward. Have you checked the relevant wikipedia page? You might use gnuradio instead of starting from scratch.

Davide
A: 

I have used 802.11 IEEE standard to code and decode data on matlab. Coding data is an easy task. Decoding is a bit more sophisticated.

stan