From 6b0144777b32c6f952c9a19acd0fbd551d697773 Mon Sep 17 00:00:00 2001 From: FenghaoZhu <61408487+FenghaoZhu@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:51:21 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4889e3d..41a6d90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # WMMSE This is the MATLAB code implementation for the WMMSE algorithm. -[CLick here for the original paper link](http://ieeexplore.ieee.org/document/5756489/) -An Iteratively Weighted MMSE Approach to Distributed Sum-Utility Maximization for a MIMO Interfering Broadcast Channel +CLick here for the original paper link: [An Iteratively Weighted MMSE Approach to Distributed Sum-Utility Maximization for a MIMO Interfering Broadcast Channel](http://ieeexplore.ieee.org/document/5756489/) # Code Introduction WMMSE.m : The main function. find_U.m : The function for finding the U in each iteration of the WMMSE algorithm.