登录
首页 » matlab » LDPC_matlab

LDPC_matlab

于 2021-03-17 发布
0 218
下载积分: 1 下载次数: 32

代码说明:

说明:  关于LDPC的完整的编解码程序,涉及到几种不同的方法,值得学习。(Complete procedures)

文件列表:

LDPC, 0 , 2015-11-10
LDPC\BER.png, 10410 , 2015-11-10
LDPC\doc, 0 , 2015-11-10
LDPC\doc\131x1o2e2s.pdf, 1535627 , 2015-11-10
LDPC\doc\CCSDC131x1o1s.pdf, 1792483 , 2015-11-10
LDPC\src, 0 , 2015-11-10
LDPC\src\LDPC_Simulation.m, 4594 , 2015-11-10
LDPC\src\ccsdscheckmatrix.m, 1741 , 2015-11-10
LDPC\src\ccsdscheckmatrix2.m, 1246 , 2015-11-10
LDPC\src\ccsdsgeneratematrix.m, 860 , 2015-11-10
LDPC\src\ccsdsgeneratematrix2.m, 801 , 2015-11-10
LDPC\src\checkmatrixconstant.mat, 1418 , 2015-11-10
LDPC\src\inv_bin.m, 1178 , 2015-11-10
LDPC\src\ldpcdecoderbp.m, 2724 , 2015-11-10
LDPC\src\ldpcdecoderllr.m, 2229 , 2015-11-10
LDPC\src\ldpcdecoderminsum.m, 2143 , 2015-11-10
LDPC\doc\LDPC码译码算法的FPGA设计与实现.pdf, 2579664 , 2018-04-20

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

发表评论

0 个回复

  • bodaocW5
    用于研究硅基波导或者光纤中的非线性效应,非常有用,(it is used for the research abobt nonlinearity effect based on silicon waveguide)
    2017-11-14 09:25:14下载
    积分:1
  • 一个简单的五子棋程序,通过此程序,您可以了解到一些Windows下的游戏的编程方法。...
    一个简单的五子棋程序,通过此程序,您可以了解到一些Windows下的游戏的编程方法。-Gobang a simple procedure, through this procedure, you can understand that some of the game under Windows programming method.
    2022-07-24 19:03:41下载
    积分:1
  • hypomh
    基于hypomh原理的地震走时正演和震源定位程序,采用fortran编辑(seismic forward simulation and location code, based on hypomh method.)
    2018-12-06 08:51:48下载
    积分:1
  • 这一段的程序主要描述了RLS滤波器的应用
    这一段的程序主要描述了RLS滤波器的应用-This paragraph describes the procedures for the main application of RLS filter
    2022-11-18 05:50:03下载
    积分:1
  • LabView_EXE_SETUP
    LabView在写完程序后需要打包封装,本文就是介绍如何实现的,在写完程序后如果要在其它没有装LabView软件的电脑上,可以参考本文。(LabView procedures need to be packed in the finished package, is how to achieve this, the finish procedure is not installed if you want to LabView software on other computers, you can refer to this article.)
    2010-12-22 22:16:44下载
    积分:1
  • dic.c
    说明:  英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。 一种简单的英文单词排版系统实现 一、功能 英文单词排版及查询系统基本功能(大小写敏感):录入单词和释义、修改单词、修改释义、文件录入、输出到屏幕和输出到文件、输入单词查询已有释义。 二、实现约定 1、单词结构 typedef struct dictWord { char word[101]; char meaning[201]; } DictWord; 2、录入单词和释义 录入规则: A) 一行只能录入一个单词或词组和释义, B) 可以只录入单词 C) 每一次录入得单词总长度包含空格不超过100字符 D) 不能只录入释义 E) 单词和释义之间必须有空格 F) 单词是连续的或有空格的字母,不能有其他字符 G) 录入异常打印对应的错误信息。 H) 录入时单词已经存在且释义不同,则视为修改释义,增加修改计数 I) 释义应只包含汉字、阿拉伯数字和汉字标点符号且长度不超过100字 3、修改单词 修改(Basic functions of English word layout and query system (case sensitive): enter words and interpretations, modify words, modify interpretation, file entry, output to screen and output to documents, input word query has been interpreted.)
    2020-04-05 22:51:51下载
    积分:1
  • 20.7.20_32内部三角波(可用幅度0—3.3V)
    说明:  stm 32 F407内部输出0-3.3V的电压可控的三角波,(Realization of triangle wave by STM 32)
    2020-07-29 15:55:21下载
    积分:1
  • 拉格朗日松弛法的机组组合
    说明:  用拉格朗日松弛法编写的matlab电力系统机组组合程序(Matlab power system unit commitment program written by Lagrange relaxation method)
    2021-01-23 20:15:56下载
    积分:1
  • icePubDll
    获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
    2017-12-28 11:45:08下载
    积分:1
  • 这是一个简单的小游戏,电脑随机产生一个数字,玩家猜这个数是几,电脑会给出“大一点”或“小一点”的提示...
    这是一个简单的小游戏,电脑随机产生一个数字,玩家猜这个数是几,电脑会给出“大一点”或“小一点”的提示-This is a simple little game, a computer generated random numbers, players guess the number is few, the computer would give "little" or "small" tips
    2022-03-14 20:34:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载