Welcome![Sign In][Sign Up]
Location:
Search - Parity

Search list

[Crypt_Decrypt algrithmsLDPC-2006-02-08.tar.gz

Description: Software for Low Density Parity Check Codes Radford M. Neal Version of 2006-02-08. This collection of programs and modules, written in C, is intended to support research and education concerning Low Density Parity Check (LDPC) codes. (Note, however, that the copyright notice no longer restricts use to these purposes). These codes were invented by Robert Gallager in the early 1960's, and re-invented and shown to have very good performance by David MacKay and myself in the mid-1990's. The decoding algorithm for LDPC codes is related to that used for Turbo codes, and to probabilistic inference methods used in other fields. Variations on LDPC and Turbo codes are currently the best practical codes known, in terms of their ability to transmit data at rates approaching channel capacity with very low error probability.
Platform: | Size: 405064 | Author: netor4you@yahoo.com | Hits:

[VHDL-FPGA-Verilog16-bit数的偶数奇偶校验

Description: 16-bit数的偶数奇偶校验及阶乘运算,用verilog写-16-bit number of even parity and factorial computation, written using Verilog
Platform: | Size: 1024 | Author: 杨艳 | Hits:

[Communicationldpc_distr

Description: LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its H matrix. The matrix has many zeros and few ones. which called "low density". An H matrix has a parameter as (N,i,j) express that it is the matrix which has i s 1 in each column ,j s one in each row, the size of the matrix is N*K,the N is the code word length ,k is the number of the checks.
Platform: | Size: 624640 | Author: 姚中华 | Hits:

[VHDL-FPGA-Verilogparity2258

Description: 奇偶校验码的VERILOG源码,为MODELSIM下的一个工程。有测试文件。-parity VERILOG source code for MODELSIM of a project. A test document.
Platform: | Size: 25600 | Author: 刘仪 | Hits:

[Software Engineeringldpcgenerate_ber

Description: 关于低密度奇偶校验码的生成,采用matlab编写,主要是校验矩阵的产生 -on low-density parity-check code generation, prepared using Matlab, mainly for the selection of calibration matrix
Platform: | Size: 33792 | Author: 若冰 | Hits:

[GPS developparitycheck

Description: the c languge is used for the GPS field.The pogram is the PARITY CHECK ,which is one kind data of the GPS data .and it is used for correcting one bit error-the c languge is used for the GPS field.The p ogram is the PARITY CHECK. which is one kind data of the GPS data. and it is us ed for correcting one bit error
Platform: | Size: 5120 | Author: | Hits:

[Windows MobileMatlabprogrammsforencodinganddecodingofLDPCcodesov

Description: There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代码-There is an example of how to use the LDPC enc ode/decode with AWGN channel model in files. \ l dpc_decode.m and. \ GFq \ ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest check ing out matrices in Alist format available on Da vid MacKay's web site.You will need to have acces MEX's to a compiler to be able to use a few function 's written in C. Simulation LDPC code
Platform: | Size: 593920 | Author: 王文 | Hits:

[Post-TeleCom sofeware systemsPARITY

Description: 实现串口通信中的奇偶校验功能,c语言实现,PowerPC处理器-Realize the serial communication parity function, c language, PowerPC processor
Platform: | Size: 216064 | Author: 李涛 | Hits:

[Communication-Mobilegen_H_bit

Description: binary image expansion of parity check matrix for RS codes
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaParity

Description: 基于netlogo仿真平台的,运用java语言编写的模拟二进制奇偶校验过程的程序。-Netlogo based simulation platform, using java language binary parity process simulation procedures.
Platform: | Size: 5120 | Author: 王刚 | Hits:

[Linux-Unixserial

Description: linux 串口的配置,波特率,数据位,校验位,停止位,等等,以及串口的接收程序-linux serial port configuration, the baud rate, data bits, parity bit, stop bits, etc., as well as the serial port reception procedures
Platform: | Size: 2048 | Author: huliangchun | Hits:

[Communication-MobileDECODE

Description: 低密度奇偶校验码即LDPC码的译码C程序,码长为16位-Low-density parity-check code that is decoding LDPC codes C procedures, code length of 16
Platform: | Size: 1024 | Author: 赵天婵 | Hits:

[SCMldpcber

Description: This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder). -This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal s programs collection, which can be found in [1]. While Neal s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
Platform: | Size: 7168 | Author: 武博 | Hits:

[matlabLDPC_BSN

Description: This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder). -This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal s programs collection, which can be found in [1]. While Neal s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
Platform: | Size: 118784 | Author: 张强 | Hits:

[Communicationldpc_encode

Description: 本程序是对低密度奇偶校验码的校验矩阵的源程序,相信会对研究ldpc码的人会很有帮助的-This procedure is a low-density parity check matrix of code source, I believe that research on LDPC codes will be very useful
Platform: | Size: 1024 | Author: 李林 | Hits:

[Otherparity

Description: 奇偶校验算法生成,提取及验证的程序源代码功能函数。-Parity algorithm, extraction and validation of the function source code.
Platform: | Size: 1024 | Author: hh | Hits:

[Otherrisk parity methods.R

Description: Risk Parity模型,整体方法框架,包括牛顿和power法(Risk Parity methods including newton and power methods.)
Platform: | Size: 2048 | Author: charlielyx | Hits:

[Windows Developrisk parity

Description: risk parity的matlab编程文件(matlab code for risk parity model)
Platform: | Size: 1024 | Author: jiangjiang2017 | Hits:

[JSP/Javaparity

Description: 对二进制序列进行编码一位纠错,基于一位错误,java实现(Write a Java program that takes in as argument a String representing a 7-bit pattern and an integer indicating the required type of parity (0 = even, 1 = odd) and outputs the new 8-bit binary number (i.e. consisting of parity bit + 7-bit number) as a String.)
Platform: | Size: 1024 | Author: sone07 | Hits:

[OtherRisk Parity code

Description: 金融工程risk parity,非常牛逼的一段代码。可以用于计算portfolio(Financial engineering risk parity, a very powerful piece of code. It can be used to calculate portfolio)
Platform: | Size: 1024 | Author: hutou2014 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net