资源简介
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
相关资源
- MATLAB_image_process_with_PDE 运用偏微分方
- MUSIC
- sicktoolbox 提供激光雷达点云数据的读
- seisrectime[1] 地震模型正演程序
- dsss-mdl 实现扩频通信
- OFDMwithRelay 4G协作中继系统中OFDM系统容
- DF[DF_with_Selection] 协作通信中采用DF协
- Image-Restoration-with-BPNN 基于BP神经网络
- ISAR-Imaging-With-MATLAB-Algorithms 这本书提
- Time-series-prediction-with-anfis
- paper-and-matlab-code 新发表论文Graph cut
- Motion_detect_with_RGBshadow_remove 利用背景
- Understanding-LTE-with-MATLAB wiley 2014 新书
- music 经典的MUSIC算法程序
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- Dehazing-with-Boundary-Constraint 最新图像去
- 2D_MUSIC
- basic-SVM_Indian_pines
- NOMA
-
NOMA_PDSCH_li
nk_test 在PDSCH信道下 - NOMA_shu 基于NOMA的功率分配
- power-allocatin 在非正交(NOMA)环境下
- gudinggonglv 在非正交(NOMA)环境下对用
- Noma_ofdm
- jghjhj
- Outage
- noma_test 一个非正交环境下的程序
- DOA_CRB_MUSIC 单基地MIMO雷达的DOA估计
- NOMA-OFDMA-SIM
- 两用户NOMA仿真
评论
共有 条评论