Summary of the week In the third week of our project, we made critical modifications to our code, focusing primarily on traffic calculations and user count estimation. Initially, we used multiplication in these calculations, but after reviewing our approach, we realized that this method was not only prone to confusion but also differed from the channel calculation approach. To improve the clarity of our code and ensure consistency with the channel estimation method, we decided to switch to division. This adjustment not only enhanced the accuracy of our calculations but also made the overall code structure more intuitive and easier to understand. As a result, we updated the relevant equations to ensure a more accurate representation of network traffic distribution and user load. Additionally, we introduced a new input parameter: cell radius range, which plays a key role in our graph generation. By incorporating this input, we could analyze how network performance varies with differ...
Comments
Post a Comment