https://github.com/comnetshh/sfg-paper-models
Code used for the generation of data presented in the publication "Analytic study of packet delay from 4G and 5G system ARQs using Signal Flow Graphs" published in VTC2020-Spring in Antwerp, Belgium.
https://github.com/comnetshh/sfg-paper-models
Last synced: 2 months ago
JSON representation
Code used for the generation of data presented in the publication "Analytic study of packet delay from 4G and 5G system ARQs using Signal Flow Graphs" published in VTC2020-Spring in Antwerp, Belgium.
- Host: GitHub
- URL: https://github.com/comnetshh/sfg-paper-models
- Owner: ComNetsHH
- License: gpl-3.0
- Created: 2020-02-28T12:22:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T15:53:10.000Z (over 6 years ago)
- Last Synced: 2026-04-11T03:55:32.942Z (2 months ago)
- Language: MATLAB
- Homepage:
- Size: 5.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The paper "Analytic study of packet delay from 4G and 5G system ARQs using Signal Flow Graphs" is published at the VTC2020-Spring conference in Antwerp, Belgium.
In it, Signal Flow Graph are used to model 4G and 5G communication systems's Automatic Repeat Request (ARQ) processes, which are then analysed for the packet delay distribution.
In the `matlab/` directory you can find MATLAB code for the analytic study of the modeled systems' packet delays.
In the `simulation-model/` you can find simuLTE code for the simulations performed using the OMNeT++ simulator.