Skip to content

Commit b6c10ff

Browse files
author
Rodrigo Hernangomez
committed
Update README - Journal acceptance
1 parent 1244b0d commit b6c10ff

3 files changed

Lines changed: 10454 additions & 1892 deletions

File tree

CITATION.cff

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
message: "If you use CISSIR's code or you or scientific results, please cite it using the preferred-citation information."
2+
message: "If you use CISSIR's code or our scientific results, please cite it using the preferred-citation information."
33
authors:
44
- family-names: Hernangómez
55
given-names: Rodrigo
@@ -18,7 +18,7 @@ authors:
1818
orcid: https://orcid.org/0000-0003-3829-4668
1919
affiliation: Fraunhofer Heinrich Hertz Institute
2020
title: "Software to 'CISSIR: Beam Codebooks with Self-Interference Reduction Guarantees for Integrated Sensing and Communication Beyond 5G'"
21-
version: 1.6.0
21+
version: 1.7.0
2222
doi: 10.48550/arXiv.2502.10371
2323
url: "https://arxiv.org/abs/2502.10371"
2424
preferred-citation:
@@ -43,7 +43,5 @@ preferred-citation:
4343
orcid: https://orcid.org/0000-0003-3829-4668
4444
affiliation: Fraunhofer Heinrich Hertz Institute
4545
year: 2025
46-
month: 2
47-
volume: "[2502.10371]"
48-
journal: "arXiv preprint"
46+
journal: "IEEE Transactions on Wireless Communications"
4947
doi: "10.48550/arXiv.2502.10371"

README.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,24 @@
1212
[cvxpy]: https://www.cvxpy.org/
1313
[paper]: https://arxiv.org/abs/2502.10371
1414

15-
Software for **Codebooks with Integral-Split Self-Interference Reduction**
16-
(**CISSIR**, pronounced like "scissor"). This repository serves as supplementary material for the following work,
17-
which has been submitted to the IEEE for possible publication:
15+
Software and supplemertary material for **Codebooks with Integral-Split Self-Interference Reduction**
16+
(**CISSIR**, pronounced like "scissor"). Please refer to the associated IEEE Transactions Journal Paper:
1817

1918
[CISSIR: Beam Codebooks with Self-Interference Reduction Guarantees for Integrated Sensing and Communication Beyond 5G][paper]
2019

2120
![CISSIR diagram](pics/cissir_diagram.svg)
2221

2322
## Main features
2423

25-
CISSIR is a principled design method
26-
for analog or hybrid beam codebooks with **reduced self-interference (SI)**.
27-
As such, CISSIR codebooks can be used as a replacement of
28-
**5G-NR beam codebooks** to enable
24+
CISSIR extends **5G-NR beam codebooks** with a principled **low self-interference (SI)** design
25+
to enable
2926
[integrated sensing and communication (ISAC)](https://isac.committees.comsoc.org/).
30-
Its principal features include:
27+
CISSIR's main features include:
3128

29+
- :hammer_and_wrench: High versatility: Suitable for hybrid or analog, phased or tapered beamforming, even under multipath SI.
3230
- :memo: Theoretical performance guarantees for sensing SNR in the face of analog/mixed-signal distortion.
3331
- :zap: Better performance[^1] and faster[^2] than other available codebooks.
34-
- :busts_in_silhouette: Easily (re)usable and extendable
32+
- :arrows_counterclockwise: Easily (re)usable and extendable
3533
- Entirely written in [Python](https://www.python.org/)
3634
- Built on top of popular open-source libraries like [sionna] and [cvxpy].
3735

@@ -102,8 +100,9 @@ The following order is recommended:
102100

103101
## Acknowledgment
104102

105-
The authors of this work acknowledge the financial support by the [Federal Ministry of Education and Research of Germany (BMBF)](https://www.bmbf.de/EN)
106-
in the programme [“Souverän. Digital. Vernetzt.”](https://www.bmbf.de/SharedDocs/Publikationen/DE/5/31677_Souveraen_Digital_Vernetzt.html)
103+
The authors of this work acknowledge the financial support by the
104+
[Federal Ministry for Research, Technology and Space (BMFTR)](https://www.bmftr.bund.de/EN/)
105+
in the programme [“Souverän. Digital. Vernetzt.”](https://www.bmftr.bund.de/SharedDocs/Publikationen/DE/5/31677_Souveraen_Digital_Vernetzt.html)
107106
Joint project [6G-RIC](https://6g-ric.de) (grant numbers: 16KISK020K, 16KISK030).
108107
[Rodrigo Hernangómez](https://github.com/rodrihgh)
109108
acknowledges BMBF support in the project [KOMSENS-6G](https://www.komsens-6g.com/) (grant number: 16KISK121).
@@ -119,12 +118,9 @@ If you use this software or the results of [our work][paper], please cite it as:
119118
title = {{{CISSIR}}: {{Beam Codebooks}} with {{Self-Interference Reduction Guarantees}} for {{Integrated Sensing}} and {{Communication Beyond 5G}}},
120119
author = {Hernang{\'o}mez, Rodrigo and Fink, Jochen and Cavalcante, Renato L. G. and Sta{\'n}czak, S{\l}awomir},
121120
year = {2025},
122-
month = feb,
123-
journal = {arXiv preprint},
121+
journal = {IEEE Transactions on Wireless Communications},
124122
online = {https://arxiv.org/abs/2502.10371},
125-
eprint = {2502.10371},
126123
doi = {10.48550/arXiv.2502.10371},
127-
archiveprefix = {arXiv},
128124
}
129125
```
130126

0 commit comments

Comments
 (0)