资源简介

非正交多址接入技术 正交频分复用技术 系统调试完整

资源截图

代码片段和文件信息

  %% NOMA-OFDM
% SIC receiver for downlink NOMA based on OFDM scheme 
% 2016/06/28
% Copyright 
% By z.s.yin
%--------------------------------------------------------------------------
clc;
clear all

Fc       = 2*1e9;           % the Carrier Frequency of 4G system  :2G
Bw       = 8.192*1e6;       % the Bandwidth of 4G system   :4M
T        = 62.5  *1e-6;     % the useful symbol duration  62.5us
Tg       = 1.953*1e-6;      % the guard interval duration
detF     = 16*1e3;           % the interval of subcarriers 
Tsymbol  = T+Tg;            % the total symbol duration
nFFT        = 512;          % fft size
nDSC        = 512;          % number of data subcarriers
nBitPerSym  = nDSC ;        % number of bits per OFDM symbol 
nSym        = 1000;         % number of symbols
de

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

     文件       9652  2016-06-29 10:48  Noma_ofdm.m

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

                 9652                    1


评论

共有 条评论