资源简介
GFDM IN 5GIMAD IMAD WIRELESS
代码片段和文件信息
% Copyright (c) 2014 Technical University Dresden Vodafone Chair Mobile
% Communication Systems
% All rights reserved.
clear all;
K=128;%number of subcarriers
M=8;%number of subsymbols
Kindex = 1:K;
r=0;%length of the cyclic prefix (CP) in multiples of ‘subsymbols‘
CP=r*K;
a=1;%roll-off
% Symbol source
s = 1/sqrt(2)*(sign(randn(KM))+1i*sign(randn(KM)));%basic example
s(:1) = 0;%1st symbol null
if r>0 s(:M-r+1) = 0;end % M-r symbol null
s([(K/8:3*K/8)+K/2]:) = 0;%some null subcarriers
d=reshape(s[K*M 1]);
% Split into real and imag
di = real(d);
dq = imag(d);
% Meyer RRC (defined in time)
R=((0:(K-1))‘-K/2-eps)/(a*K)+1/2;R(R<0)=0;R(R>1)=1;F=1-R;% Ramp rise/fall
R=R.^4.*(35 - 84*R+70*R.^2-20*R
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4189 2016-04-04 22:17 GFDM.m
----------- --------- ---------- ----- ----
4189 1
相关资源
- MATLAB实现LTP和LBP算法
- bidirectional_dcdc2 双向DCDC的简单电流控
-
matlab中的分数阶simuli
nk模块 - elmd 在lmd中加入白噪声对信号进行分析
- EKF算法扩展卡尔曼滤波
- 四轴飞行器PID控制(QballController)
-
链路预测matlab程序(li
nkPredictionMa - matlab 代码实现的傅里叶描述子
- adaptive-sliding-mode-control 介绍自适应滑
-
UPFC_FACTS 基于Matlab/Simuli
nk建立的仿真 - 粒子群优化算(PSO-SVM)
- 光伏并网逆变器电压电流双闭环(P
- matlab实现滚动时域估计算法(MHE算法
- 含UI界面的三种降噪
- 水面船舶三自由度的MATLAB运动仿真(
- ARMA建模的风速预测
- 牛津大学开发的matconvnet工具包
-
matlab/simuli
nk电力系统建模与仿真 - polymax 频域内的模态参数识别方法之多
- 车辆路径优化问题(VRP)
- 前景检测程序(Foreground-detection-proc
- matlab生成高斯随机粗糙表面 (Fracta
- MATLAB电力系统仿真
- rough-set-codes 天津大学胡清华老师在粗
- 对Indian pines高光谱图像进行分类(K
- 美国UDDS工况matlab模型
- DOA-in-MIMO--radar 仿真实现了MIMO雷达空间
- 高压直流MMC
- HEV-model-for-Cruise 混合动力汽车仿真模
- 5G_FBMC_BER
评论
共有 条评论