foysalhaque commited on
Commit
fa53168
·
verified ·
1 Parent(s): 2585e82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # DeepCSIv2
2
  This is the implementation of the INFOCOM 25 Workshop's (DeepWireless 25) paper-- DeepCSIv2:[Radio Fingerprinting of Wi-Fi Devices Through
3
  MIMO Compressed Channel Feedback](https://ieeexplore.ieee.org/abstract/document/11152893)
@@ -6,13 +9,6 @@ MIMO Compressed Channel Feedback](https://ieeexplore.ieee.org/abstract/document/
6
  <br/>
7
 
8
  ### We present DeepCSIv2, a data-driven radio fingerprinting (RFP) algorithm to characterize Wi-Fi devices acting as stations (STAs) at the physical layer. DeepCSIv2 is based on a neural network architecture that automatically extracts the STA’s radio fingerprint from the feedback captured over the air and identifies the device.
9
- <br/>
10
-
11
- <p align="center">
12
- <img src="Images/DeepCSI-overview.png"
13
- alt="Markdown Monster icon"
14
- style="float: center;" />
15
- </p>
16
 
17
  If you find the project useful and you use this code, please cite our paper:
18
  <br/>
@@ -66,4 +62,4 @@ python learning_test.py <'directory of the beamforming feedback matrices dataset
66
  e.g., python learning_test.py ./dataset/ 3 finger_rev_ 4 2 0,1,2,3 0 160 attention _ S1
67
 
68
 
69
- #### For any question or query, please contact [Foysal Haque](https://kfoysalhaque.github.io/) at _**haque.k@northeastern.edu**
 
1
+ ---
2
+ license: gpl-3.0
3
+ ---
4
  # DeepCSIv2
5
  This is the implementation of the INFOCOM 25 Workshop's (DeepWireless 25) paper-- DeepCSIv2:[Radio Fingerprinting of Wi-Fi Devices Through
6
  MIMO Compressed Channel Feedback](https://ieeexplore.ieee.org/abstract/document/11152893)
 
9
  <br/>
10
 
11
  ### We present DeepCSIv2, a data-driven radio fingerprinting (RFP) algorithm to characterize Wi-Fi devices acting as stations (STAs) at the physical layer. DeepCSIv2 is based on a neural network architecture that automatically extracts the STA’s radio fingerprint from the feedback captured over the air and identifies the device.
 
 
 
 
 
 
 
12
 
13
  If you find the project useful and you use this code, please cite our paper:
14
  <br/>
 
62
  e.g., python learning_test.py ./dataset/ 3 finger_rev_ 4 2 0,1,2,3 0 160 attention _ S1
63
 
64
 
65
+ #### For any question or query, please contact [Foysal Haque](https://kfoysalhaque.github.io/) at _**haque.k@northeastern.edu**