資源簡介
5G 技術(shù) NOMA 運(yùn)用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
評論
共有 條評論