Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattia-lecci authored May 27, 2021
1 parent 0371e67 commit f4d3a52
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ Please cite it if you intend to use this module:
```

References on the QD model and its usage can be found in the following papers:
- M. Lecci, T. Zugno, S. Zampato, M. Zorzi, "A Full-Stack Open-Source Framework for Antenna and Beamforming Evaluation in mmWave 5G NR," preprint available: [arXiv:2011.05800](https://arxiv.org/abs/2011.05800)
- M. Lecci, M. Polese, C. Lai, J. Wang, C. Gentile, N. Golmie, M. Zorzi, [Quasi-Deterministic Channel Model for mmWaves: Mathematical Formalization and Validation](https://arxiv.org/abs/2006.01235 "qd paper"), submitted to IEEE Globecom 2020;
- C. Gentile, P. B. Papazian, R. Sun, J. Senic, and J. Wang, “Quasi- Deterministic Channel Model Parameters for a Data Center at 60 GHz,” IEEE Antennas and Wireless Propagation Letters, vol. 17, no. 5, pp. 808–812, May 2018, DOI: 10.1109/LAWP.2018.2817066;
- C. Lai, R. Sun, C. Gentile, P. B. Papazian, J. Wang, and J. Senic, “Methodology for multipath-component tracking in millimeter-wave channel modeling,” IEEE Transactions on Antennas and Propagation, vol. 67, no. 3, pp. 1826–1836, Mar. 2019, DOI: 10.1109/TAP.2018.2888686;
- M. Lecci, P. Testolina, M. Giordani, M. Polese, T. Ropitault, C. Gentile, N. Varshney, A. Bodi, and M. Zorzi, [Simplified ray tracing for the millimeter wave channel: A performance evaluation](https://arxiv.org/abs/2002.09179), in Proceedings of the Workshop on Information Theory and Applications (ITA), 2020.
- M. Lecci, P. Testolina, M. Polese, M. Giordani, M. Zorzi, "Accuracy vs. Complexity for mmWave Ray-Tracing: A Full Stack Perspective," accepted for publication in IEEE Transaction of Wireless Communications, pre-print available: [arXiv:2007.07125](https://arxiv.org/abs/2007.07125).
- M. Lecci, T. Zugno, S. Zampato, M. Zorzi, "A Full-Stack Open-Source Framework for Antenna and Beamforming Evaluation in mmWave 5G NR," in IEEE International Conference on Communications: Mobile and Wireless Networks Symposium (ICC MWN), Montreal, Canada, Jun. 2021, pre-print available: [arXiv:2011.05800](https://arxiv.org/abs/2011.05800).
- M. Lecci, M. Polese, C. Lai, J. Wang, C. Gentile, N. Golmie, M. Zorzi, "Quasi-Deterministic Channel Model for mmWaves: Mathematical Formalization and Validation", in IEEE Global Communications Conference (GLOBECOM), Taipei, Taiwan, Dec. 2020, DOI: [10.1109/GLOBECOM42002.2020.9322374](https://doi.org/10.1109/GLOBECOM42002.2020.9322374).
- C. Gentile, P. B. Papazian, R. Sun, J. Senic, and J. Wang, “Quasi- Deterministic Channel Model Parameters for a Data Center at 60 GHz,” IEEE Antennas and Wireless Propagation Letters, vol. 17, no. 5, pp. 808–812, May 2018, DOI: [10.1109/LAWP.2018.2817066](https://doi.org/10.1109/LAWP.2018.2817066).
- C. Lai, R. Sun, C. Gentile, P. B. Papazian, J. Wang, and J. Senic, “Methodology for multipath-component tracking in millimeter-wave channel modeling,” IEEE Transactions on Antennas and Propagation, vol. 67, no. 3, pp. 1826–1836, Mar. 2019, DOI: [10.1109/TAP.2018.2888686](https://doi.org/10.1109/TAP.2018.2888686).
- M. Lecci, P. Testolina, M. Giordani, M. Polese, T. Ropitault, C. Gentile, N. Varshney, A. Bodi, and M. Zorzi, "Simplified ray tracing for the millimeter wave channel: A performance evaluation," in Workshop on Information Theory and Applications (ITA), San Diego, CA, US, Feb. 2020, DOI: [10.1109/ITA50056.2020.9244950](https://doi.org/10.1109/ITA50056.2020.9244950).

The example `qd-channel-model-example.cc` can be used as a starting point to understand how to use the ray tracer in wireless simulations with ns-3.

Expand All @@ -31,6 +32,8 @@ To run simulations using this module, you will need to install ns-3, and clone
this repository inside the `contrib` directory.
Required dependencies include git and a build environment.

Please check the [release page](https://github.com/signetlabdei/qd-channel/releases) for further information on the compatible versions of ns-3.

#### Installing dependencies ####

Please refer to [the ns-3 wiki](https://www.nsnam.org/wiki/Installation) for instructions on how to set up your system to install ns-3.
Expand Down

0 comments on commit f4d3a52

Please sign in to comment.