登录
首页 » matlab » SCMA_learn

SCMA_learn

于 2021-04-25 发布 文件大小:345KB
0 249
下载积分: 1 下载次数: 214

代码说明:

  SCMA译码仿真,做毕业设计的时候写的。可能效果不是最理想的(SCMA decoding simulation)

文件列表:

SCMA_learn
..........\BCJR.m,2625,2016-02-25
..........\BCJR_maxlog.m,2039,2016-02-25
..........\BCJR_maxlog_c.c,2912,2016-02-25
..........\BCJR_maxlog_c.mexw64,11264,2016-02-25
..........\BCJR_maxlog_c.mexw64.pdb,183296,2016-02-25
..........\BCJR_maxlog_check_c.c,2912,2016-02-29
..........\BCJR_maxlog_check_c.mexw64,11264,2016-02-29
..........\BCJR_maxlog_cheinter_c.c,2912,2016-02-29
..........\BCJR_maxlog_cheinter_c.mexw64,11264,2016-02-29
..........\BER_user.mat,198,2016-02-25
..........\convcorr.m,485,2015-12-23
..........\lte_turbocode_rsc.m,463,2015-12-29
..........\main.m,7667,2016-03-01
..........\maxlog_MPA_decode.m,4096,2016-02-25
..........\maxlog_MPA_decode_c.c,7986,2016-02-25
..........\maxlog_MPA_decode_c.mexw64,13312,2016-02-25
..........\maxlog_MPA_decode_c.mexw64.pdb,183296,2016-02-25
..........\MPA turbo 1000frames 1024bit.fig,15771,2015-12-31
..........\MPA&maxlogMPA 300_5.fig,22314,2016-02-25
..........\MPA&maxlog_MPA.fig,11476,2015-11-27
..........\MPA_decode.m,3377,2016-01-05
..........\MPA_decode_c.c,7671,2016-02-25
..........\MPA_decode_c.mexw64,15872,2016-02-25
..........\MPA_decode_c.mexw64.pdb,183296,2016-02-25
..........\MPA_turbo&maxlogMPA_maxlogturbo 100frame.fig,21717,2016-02-25
..........\MPA_turbo&maxlogMPA_maxlogturbo 500frame.fig,20603,2016-02-25
..........\QPSK_turbo.m,3963,2016-02-25
..........\SISO_dec_map.m,2781,2015-12-30
..........\turbo & maxlog_turbo.fig,16695,2015-12-31
..........\turbo 500frames 1024bits.fig,15539,2016-02-25
..........\turbo.fig,8198,2015-12-01
..........\turbo3 loop5 1024bits 10000frames.fig,15567,2016-02-25
..........\turbo3 loop5 1024bits 1000frame.fig,8446,2016-02-25
..........\turbo3 loop5 1024bits 1000frames FER.fig,9506,2016-02-25
..........\turbo3 loop5 1024bits 5000frame.fig,8456,2016-02-25
..........\turbo5 loop5 1024bits 5000frame.fig,9341,2016-02-29
..........\turbocode.m,1498,2016-02-29
..........\turbo_decode.m,4507,2016-03-01

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

发表评论

0 个回复

  • RKMeth
    matlab program numerical methods
    2014-08-09 22:23:47下载
    积分:1
  • classical_music_2
    MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of view, the signal processing can be decomposed observation space the signal subspace and the noise subspace, it is clear that the two spaces are orthogonal. Signal Subspace data received by the array covariance matrix and eigenvectors corresponding to the signal component, the noise subspace from the covariance matrix of all the smallest eigenvalue (noise variance) eigenvector components.)
    2013-09-15 20:26:53下载
    积分:1
  • 2400pointdelay
    瑞利信道下的多普勒时延的简单仿真。matlab源码。有图。(Simple simulation of the Rayleigh channel, the Doppler delay. matlab source code. There are Fig.)
    2021-04-21 15:18:49下载
    积分:1
  • Telecommunication-system-reference
    通信系统matlab仿真可能用到的程序,比如高斯噪声,功率算法,并联与直联系统的转换等(Telecommunication system may be used in matlab simulation , for instance gaussian noise, power algorithm, parallel and straight league system conversion etc)
    2012-05-06 11:01:21下载
    积分:1
  • qampsk
    QAM PSK 信号的调制星座图代码,实现调制信号的星座图显示和比较(the code of QAM&PSK Signal modulation constellation diagram )
    2013-12-09 16:39:55下载
    积分:1
  • pid_ldr
    The simulink model consist light control of room using LDR(light dependent resistance) with real time communication Humusoft-Mf622)
    2012-01-30 23:21:51下载
    积分:1
  • Insert-matlab-intotext
    在文本文件中嵌入MATLAB代码并运行返回结果 类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行! 主要作用以及价值: 在文本文件中嵌入matlab代码,并可以直接运行该文本文件 根据matlab变量的当前值,实时修改文件文件中相应的数据 目前具有如下功能: matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码 matlab代码可以放在文本的任意位置,你想放在什么地方都可以 matlab代码允许被文本分割而不连续书写,比如循环语句 fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦 有待改进的方面有: 在文本文件中增加对matlab function的支持 简化变量输出,目前只能fprintf(fid_target,...) 目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run! A major role as well as the value of: Matlab code embedded in the text file, and can be run directly on the text file Modify the data file file based on the current value of the matlab variables, real-time Currently has the following functions: matlab code uses the symbol in the middle of the parse matlab code must contain matlab code can be placed anywhere in the text, where you want to put matlab code allows text segmentation without the consecutive writing, such as loop statement fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble Areas for improvement: Increase support for matlab function in a text file Simplify variable output, can only the fprintf (fid_target ...) M script completed, late M function)
    2012-11-15 13:46:40下载
    积分:1
  • 主成分分析
    主成分分析,计算权重,特征值,以及相应的主成分(principal component analysis)
    2017-07-15 20:07:43下载
    积分:1
  • K-MeansClusteringusing
    K均值聚类的一个实例,附上.dat文件和程序以及运行结果,和大家一起讨论,呵呵(K means clustering of an example, attached. Dat files and programs, and operating results, and we can discuss, Oh)
    2010-10-15 16:58:09下载
    积分:1
  • 2fractal
    分形的mandelbrot和cantor,koch图形,使用matlab编写。(the Mandelbrot fractal and Cantor, koch graphics, the use of Matlab prepared.)
    2006-05-30 06:49:05下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载