From 890141f86573759986fd71f7275f1fb086fbb10a Mon Sep 17 00:00:00 2001 From: FenghaoZhu <61408487+FenghaoZhu@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:33:40 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 945a858..cb92073 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,19 @@ find_X.m : The function for finding the X in each iteration of the R-WMMSE algor sumrate.m : The function for computing the sum rate in the R-WMMSE algorithm. Test_WMMSE.m : This is a function used to test WMMSE performance, enter the required parameters and the function would return the number of iterations, running time and sum rate information -Test.m : This script is used to access the performance gap between the two algorithms WMMSE and R-WMMSE. The indicators include running time, number of iterations and final sum rate. Currently this script only supports the simulation scenario of a single base station. +Test.m : This script is used to access the performance gap between the two algorithms WMMSE and R-WMMSE. The indicators include running time, number of iterations and final sum rate. Currently this script only supports the simulation scenario of a single base station. +figs : The folder that stores the results in different scenario configurations. # Result Run Test.m in matlab and get the following figures, one for running time and the other for sum rate: ![Running time comparison](/figs/result1.png) ![Sum rate comparison](/figs/result2.png) + +# Computer specs: +CPU : 13600K (5.3 GHz, 6 Performance-cores, 8 Efficient-cores) +Motherboard : ASUS PRIME Z790-P +DRAM : 64G DDR5 6000MHz (KINGBANK) +Disk : 2T (SHPP41-2000GM) +GPU : NVIDIA Geforce RTX 4070 +OS : Windows 11 Pro (23H2) +MATLAB Version : R2023a +