资源简介

5G 技术 NOMA 运用ZF SIC 可简单使用

资源截图

代码片段和文件信息

% =========================================================================
%                   Program of modulation.m                               %
%  File Name  :     modulation.m                                          %
%                   MATLAB 7.6.0.246 (R2008a)             2011-10         %
%  Programmed by  : MTRL - Inha University                                %
% =========================================================================

function [ichqch] = modulation(input_frame index);
% Input_modu: input bit stream (01)
% index:  modulation index
% 1---bpsk
% 2---qpsk
% 4---16qam
% 6---64qam
%  else is error
f_length = length(input_frame)/index;
ich = zeros(1f_length);
qch = zeros(1f_length);
% note: Matlab index starts from 1
switch index
cas

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1944  2020-10-02 16:44  modulation.m
     文件        1088  2020-10-02 16:44  qpsk_demodulation_soft.m
     文件        2939  2020-10-02 16:44  test2zf.m

评论

共有 条评论