receive wireless data through laptop network card in matlab

872 Views Asked by At

i am doing a project in which i have to acquire the wireless signal transmitted through wifi/router.

But the signal acquisition has to be done in MATLAB, for doing frequency operations.

Can anyone give me some useful link or some MATLAB guideline to do so.

1

There are 1 best solutions below

0
On

A standard wifi adapter is not able to capture the raw analogue signal, you need some hardware which can do this. This hardware will probably come with a c or c++ api, which can be used via mex functions.

How to capture raw signal from wireless router?