Skip to content

Latest commit

 

History

History
103 lines (79 loc) · 6.09 KB

README.md

File metadata and controls

103 lines (79 loc) · 6.09 KB

Integrated Sensing and Communication Physical Layer Model (ISAC-PLM)

Integrated Sensing and Communication Physical layer (PHY) model of IEEE 802.11ay enhanced directional multi-gigabit (EDMG) Wireless local access network (WLAN).

drawing

drawing

Table of Contents

Features

  • IEEE 802.11ay Single Carrier/OFDM waveform generation.
  • IEEE 802.11ay spatial multiplexing schemes: SU-SISO, SU-MIMO, MU-MIMO.
  • Perform link-level bit error rate (BER), packet error rate (PER), data rate tests and analytical link-level spectral efficiency (SE) bound.
  • Receiver algorithms: synchronization, channel estimation, carrier frequency offset (CFO) correction.
  • Passive sensing using IEEE 802.11ay preamble.
  • Active sensing using IEEE 802.11bf multi-static PPDU.
  • Sensing signal processing algorithms: clutter removal, doppler processing, target detection, range and velocity estimation.
  • Sensing accuracy analysis in terms of Mean Squared Error (MSE) and Normalized Mean Squared Error (NMSE).

Installation

The software does not require any installation procedure: simply download or clone the repository to your local folders.

Requirements

The codebase is written in MATLAB. It is currently being tested on MATLAB R2021b.

It requires the MATLAB WLAN toolbox.

How to Run

  • Open main.m script and edit the variable scenarioNameStr with the scenario folder name scenarioFolder inside the folder .\example
  • Run main.m

Documentation

More details about ISAC-PLM can be found in the documentation (docs/isac-plm.pdf).

Examples Provided

The following Table describes the predefined examples scenarios and the main configuration parameters. These predefined scenarios are given as examples in /src/examples/. Each scenario contains a configuration input folder.

Example Number of Rx Streams/rx Channel Model Precoder Packet
sisoOfdmAwgn_data 1 1 AWGN - PSDU
sisoSc_data 1 1 Rayleigh - PSDU
sisoOfdm_data 1 1 Rayleigh - PSDU
sisoSc 1 1 Rayleigh - PPDU
sisoOfdm 1 1 Rayleigh - PPDU
mimoSc_data 1 2 Rayleigh RZF (Freq flat) PSDU
mimoOfdm_data 1 2 Rayleigh RZF (Freq sel) PSDU
mimoSc 1 2 Rayleigh RZF (Freq flat) PPDU
mimoOfdm 1 2 Rayleigh RZF (Freq sel) PPDU
muMimoSc_data 2 2 Rayleigh ZF (Time domain) PSDU
muMimoOfdm_data 2 2 Rayleigh RZF (Freq sel) PSDU
muMimoOfdm 2 2 Rayleigh RZF (Freq sel) PPDU
pointTargetPassiveSensing 1 1 NIST QD - PPDU
singleHumanTarget 1 1 NIST QD - PPDU
pointTargetActiveSensing 1 1 NIST QD - TRN-R
bistaticLivingRoomTRN-R 1 1 NIST QD - TRN-R
bistaticLivingRoomTRN-T 1 1 NIST QD - TRN-T
bistaticLivingRoomBeacon 1 1 NIST QD - Beacon
thresholdSensing 1 1 NIST QD - PPDU

Published Work

IEEE 802.11bf contributions

Contributing

Feedbacks and additions are more than welcomed! You can directly contact the authors for any information.

Authors

NIST picture

ISAC-PLM has been developed at NIST by Steve Blandino ([email protected]), Neeraj Varshney ([email protected]) and Jian Wang ([email protected]), Jiayi Zhang([email protected]).

License

Please refer to the NIST-License.txt and MathWorks-Limited-License.txt files in the license folder for more information.