English 中文(简体)
decoding 802.11 b
原标题:

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.

问题回答

There s now a few solutions around for decoding 802.11 using Software Defined Radio (SDR) techniques. As mentioned in a previous answer there is software that is based on gnuradio - specifically there s gr-ieee802-11 and also 802.11n+. Plus the higher end SDR boards like WARP utilise FPGA based implementations of 802.11. There s also a bunch of implementations of 802.11 for Matlab available e.g. 802.11a.

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.

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.

I agree with Stan, it is going to be tough doing everything yourself. you may get some ideas from the projects on CGRAN like :

https://www.cgran.org/wiki/WifiLocalization





相关问题
How can I program a wireless adapter?

Is it possible to program a wireless adapter attached to a computer? I need to modify how they work, not just using them to perform a task such as scanning or connecting. I have already tried the ...

Is it possible to program a Wireless Access Point? [closed]

I need to modify the way the wireless access point handle its authentication method. Is it possible to change the behaviour of wireless access point a little bit? If so, by using what library? On what ...

Ad-hoc connection disappearing

I create an ad-hoc connection between my Ubuntu 9.10 laptop (wlan0) and my iPod touch, but the connection only lasts for seconds before it is dropped. Why might this be happening? I use the following ...

Windows 7 Virtual WiFi using C#?

Windows 7 introduced Virtual WiFi which allows you to create hotspots. However I can t find any tutorials on doing it in C#. I found Virtual Router (It is open source and is written in C#) but I can t ...

Ethernet checksum checking in wireless stack

When receiving a raw ethernet packet over a wireless connection, where does the ethernet checksum get calculated, and where are errors handled? Does the wireless stack handle this, or is it handled ...

Lightweight network visualization tool

I ve been trying to find a tool for monitoring my home network. Before I go into the details, I ve looked at a ton of different software and they re either an overkill or don t have what I m looking ...

decoding 802.11 b

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

Ericsson f3507g WWAN (3G Broadband) and AT commands

I have a lenovo x200t tablet with WWAN built into it. I m trying to connect to the internet using AT commands and a C# program which I am making so that the program can connect to the net and upload ...

热门标签