Multi-source queueing model
![](https://ieee-dataport.org/sites/default/files/styles/3x2/public/tags/images/smart-home-3653452_1920.jpg?itok=YlBk8tU8)
The script "numericalExample.m" obtains per-source average AoI and per-source age violation probabilities for First Source First Serve (FSFS), Earliest Served First Serve (ESFS) and Single Buffer with Replacement (SBR) policies for N sources using analytical models based on Markov Fluid Queues (MFQ). It is also possible to obtain the exact per-source CDF using this script. To do so, only the input parameters of used functions, namely "FSFS.m", "ESFS.m" and "SBR.m", in this script should be modified accordingly.
- Categories: