资源简介

noma Matlab code easy and brief.

资源截图

代码片段和文件信息

function [X_hat] = QPSK_slicer(XN)
%MIMO-OFDM Wireless Communications with MATLAB㈢   Yong Soo Cho Jaekwon Kim Won Young Yang and Chung G. Kang
%2010 John Wiley & Sons (Asia) Pte Ltd
b = 0; c = [-1 1];
[NrNc]=size(X);  M=Nr*Nc;
X_super = X(:);
complex_X = 0;
if norm(imag(X))>1e-5
  complex_X=1;  X_super=[real(X_super); imag(X_super)]; 
end
X_hat(find(X_super% X_hat(find(b(1)<=X_super&X_super% X_hat(find(b(2)<=X_super&X_superX_hat(find(b<=X_super)) = c(2);  
if complex_X==1  X_hat = X_hat(1:M)+j*X_hat(M+1:2*M);  end
X_hat = reshape(X_hatNrNc);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        621  2014-12-24 07:22  QPSK_slicer.m

     文件       5514  2015-12-15 14:16  SCMA.m

----------- ---------  ---------- -----  ----

                 6135                    2


评论

共有 条评论