?? sample.m
字號:
clear;
M = 2;
N = 1;
K = 2;
P = 10;
%Choose channel for iteration
%UPLINK CHANNEL!!!!!!
%H(:,:,k) represents uplink channel of kth user
H = 1/sqrt(2) * (randn(M,N,K) + i * randn(M,N,K));
%calculate DPC sum rate with iterative waterfilling
[capacity Covar] = iterative_waterfill(H,P,50)
%compute downlink covariance matrices
Downlink = MAC_to_BC(H, Covar)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -