登录
首页 » matlab » NOMA-OFDMA-SIM

NOMA-OFDMA-SIM

于 2021-03-30 发布
0 195
下载积分: 1 下载次数: 2

代码说明:

说明:  noma,ofdm,sim,采样特性研究,性能比较(noma,ofdm,sim,Research on sampling characteristics and performance comparison)

文件列表:

NOMA-OFDMA-SIM\1.fig, 23830 , 2020-03-24
NOMA-OFDMA-SIM\1.jpg, 35523 , 2020-03-24
NOMA-OFDMA-SIM\2.fig, 24849 , 2020-03-24
NOMA-OFDMA-SIM\2.jpg, 39652 , 2020-03-24
NOMA-OFDMA-SIM\3.fig, 25257 , 2020-03-24
NOMA-OFDMA-SIM\3.jpg, 37875 , 2020-03-24
NOMA-OFDMA-SIM\ber.mat, 2457 , 2020-03-24
NOMA-OFDMA-SIM\data_gen.m, 566 , 2017-04-10
NOMA-OFDMA-SIM\main_v2_ber.m, 4838 , 2020-03-24
NOMA-OFDMA-SIM\NOMA-4PSK.fig, 25885 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-4PSK.png, 23152 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-8PSK.fig, 27000 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-8PSK.png, 22593 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-BPSK.fig, 25115 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-BPSK.png, 20745 , 2017-04-10
NOMA-OFDMA-SIM\NOMA-OFDMA-SIM.zip, 150236 , 2017-07-21
NOMA-OFDMA-SIM\noma_dec.m, 931 , 2017-04-10
NOMA-OFDMA-SIM\noma_enc.m, 232 , 2017-04-08
NOMA-OFDMA-SIM\ofdma_dec.m, 657 , 2020-03-24
NOMA-OFDMA-SIM\ofdma_enc.m, 668 , 2020-03-24
NOMA-OFDMA-SIM\ofdm_rx.m, 197 , 2017-04-10
NOMA-OFDMA-SIM\ofdm_tx.m, 515 , 2017-04-10
NOMA-OFDMA-SIM\plot_ber.m, 2031 , 2020-03-24
NOMA-OFDMA-SIM\turbo_dec.m, 349 , 2017-04-09
NOMA-OFDMA-SIM\turbo_enc.m, 333 , 2017-04-09
NOMA-OFDMA-SIM, 0 , 2020-08-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Periodogram-powe
    说明:  平均周期图法和平滑平均周期图法估计功率谱 从经典功率谱估计周期图法原理入手,从理论上分析了其存在的局限性,借助Welch算法对其进行修正。依靠Matlab强大的数值分析和信号处理能力进行实验!! 用周期图法和welch法分别估计了一下信号的功率谱密度。采样频率200Hz,时间序列长度2048,FFT数据点数2048。其中welch法使用hanning窗,窗口长度600.(Average periodogram and periodogram smoothing method to estimate the average power spectrum from the classical power spectrum estimation periodogram principle starting from the theoretical analysis of the limitations of its existence, with the Welch algorithm, amending them. Rely on the powerful Matlab numerical analysis and signal processing capabilities to experiment!! With periodogram and welch method were estimated signal power spectral density about. Sampling frequency of 200Hz, the time sequence length 2048, FFT data points 2048. Welch method which uses hanning window, the window length of 600.)
    2011-03-16 16:45:58下载
    积分:1
  • generateregularmatrix
    特殊随机矩阵的生成,包含两个程序,一个可以随机生成行和和列和均为K的0-1矩阵,另一个可以随机生成稀疏矩阵。(Matrix generation,concluding two program,one can generate the 0-1 matrix that have the same row sum and column sum,the other can generate sparce matrix.)
    2010-06-02 09:16:53下载
    积分:1
  • matlab
    matlab在大学物理关于衍射的模拟,用于方便学习(Matlab university physics experiment)
    2012-05-08 15:29:12下载
    积分:1
  • AMP
    APPROXIMATE MESSAGE PASSING ALGORITHM
    2020-11-09 14:49:46下载
    积分:1
  • QR-matlab
    qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了(qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the original matrix nonsingular matrix by the QR algorithm completely determine the sequence of its decomposition)
    2012-10-06 16:54:35下载
    积分:1
  • NeffAndLamdaB_a_n2_02Mode_test
    光纤Bragg光栅的1阶2次模(LP02)的有效折射率和谐振波长的计算测试程序,欢迎拍砖
    2010-01-02 12:02:21下载
    积分:1
  • rengongyu
    人工鱼群算法,好的算法借鉴,希望对大家有帮助(Artificial fish school algorithm)
    2011-10-07 18:38:51下载
    积分:1
  • GA-and-PSO
    GA遗传算法与PSO离子群组合算法matlab程序,以下是使用本程序的简单介绍与使用步骤 1)修改设计变量个数 NPar变量定义的是设计变量个数,本例为8,使用时需根据自己实际情况进行修改。 2)修改设计变量的上下限 VarLow 与VarHign定义的是设计变量的上下限,使用时需根据自己实际情况进行修改。记住,变量的维数,要与1)变量个数一致哦。 3)修改FunName 变量FunName定义的是优化目标函数值的计算函数,根据自己实际情况改成自己的函数名。 4)修改最大迭代次数MaxIterations 要根据自己的问题实际,通过试算找出合适的MaxIterations数。 如果,你对GA与PSO比较精通,还可以通过修改KeepPercent、CrossPercent来提高算法的效率,但是对于初学者来说,上述的步骤与操作已经足够,所以其它不再赘述。祝你好运! (GA genetic algorithm and PSO Ion combination algorithm matlab program, the following is a brief description of the use of this procedure with the use of step a) to modify the design variables are defined by the number of NPar variable number of design variables, in this case eight, when used according to need their actual situation changes. 2) modify the design variables on the lower limit is defined VarLow and VarHign upper and lower limits of design variables need to be modified when used according to their actual situation. Remember, dimensions variable, the number to be with a) variable consistency oh. 3) Modify FunName variable FunName definition is to optimize the objective function value calculation function, according to their actual situation into their own function name. 4) Modify the maximum number of iterations MaxIterations issue according to their actual, through spreadsheets to find the appropriate number MaxIterations. If you are more proficient GA and PSO, but also can)
    2020-10-15 21:07:33下载
    积分:1
  • work
    PN Codes Correlation Properties
    2009-06-12 00:56:54下载
    积分:1
  • simulinkADPCMmdl
    这个文件为用MATLAB simulink环境仿真的自适应增量脉冲编码调制模块(it s a simulink block of ADPCM)
    2020-06-26 19:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载