From 4eb757f61100daba39b0dc6a7cccc71d8eafcf9a Mon Sep 17 00:00:00 2001 From: Francesca Meneghello <23723290+francescamen@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:12:33 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed4d334..79b4c6c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Algorithms for human activity recognition with a commercial IEEE 802.11ax router @ 5 GHz, 80 MHz of bandwidth. -This repository contains the reference code for the article [''Toward Integrated Sensing and Communications in IEEE 802.11bf Wi-Fi Networks''](https://arxiv.org/abs/2212.13930). The algorithms are an adaptation to the case of 802.11ax devices of the original [''SHARP algorithm''](https://ieeexplore.ieee.org/document/9804861). +This repository contains the reference code for the article [''Toward Integrated Sensing and Communications in IEEE 802.11bf Wi-Fi Networks''](https://ieeexplore.ieee.org/document/10192291). The algorithms are an adaptation to the case of 802.11ax devices of the original [''SHARP algorithm''](https://ieeexplore.ieee.org/document/9804861). If you find the project useful and you use this code, please cite our articles: ``` @@ -11,9 +11,9 @@ If you find the project useful and you use this code, please cite our articles: journal={IEEE Communications Magazine}, title = {{Toward Integrated Sensing and Communications in IEEE 802.11bf Wi-Fi Networks}}, year = {2023}, - volume={}, - number={}, - pages={} + volume={61}, + number={7}, + pages={128-133} } ```