请教各路大神!利用SystemVue设计MIMO系统,在设计的使用Alamou
ti算法的单用户MIMO系统中,要使用MathLang器件编写
matlab程序,完成后如下:
SNR=2;
#matlabregion
H=zeros(1,2);
S_inf=zeros(1,2);
Ri=eye(2);
X=randn(2,1)/sqrt(2)+j*randn(2,1)/sqrt(2);
H=reshape(Ri'*X,1,2);
sig=sqrt(1/(10^(SNR/10)))
addtional_gaussian_noise=sig*(randn(1,2,10)+1j*randn(1,2,10))/sqrt(2)
Y=[input1 -conj(input2); input2 conj(input1)];
R=H*Y + addtional_gaussian_noise(:,:,k);
#endregion
output1=R(1);
output2=R(2);
设置好
仿真参数后,run后提示MathLang : could not find the critical file,midebugserver.jar,这是什么情况?
一周热门 更多>