I have been trying to plot cdf vs capacity plot for my mimo-ofdm simulink model ,but not getting how to replace H matrix in the formula of cdf .as simulink model directly compute H matrix
I have got cdf formula as:
C(iter) = log2(real(det(I+SNR_linear/nT*H’*H)));
where H = sq2*(randn(nR,nT)+j*randn(nR,nT));
plz suggest me something and soon