capacitymm.m
来自「mimo信道模型、信道容量、编码等多方面的MATLAB仿真。是个不错的学习mim」· M 代码 · 共 7 行
M
7 行
function sum_inst_cap = capacityMM(nTx, nRx, H, e, V, Plinear, sigma_N_2);
% sum_inst_cap = capacity(nTx, nRx, H, e, s, V, Plinear, sigma_N_2)
%
% Computes the capacity of the channel from the EVD of the H matrix
% and the SVD of the correlation matrix R using Uniform power allocation
Le = min(nTx, nRx); % ominaisarvojen max-m滗r
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?