搜索资源列表
213test
- (2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-(2,1,3) Convolutional Codes built a simple system for correcting display can be realized from coding, joined errors, decoding, the input and output code c
veitebi
- 强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行。
ctc-matlab
- 传统的卷积码和Turbo码直到今天仍有广泛的应用,但是在信息传输中都有一个明显的缺点,为了克服这个缺点,IEEE802.16d/e中引入了CTC(Convolutional Turbo Code)编码方案,该MATLAB代码完成了CTC码的编码与译码等过程,很有价值的^_^
cc-tailbiting
- tailbiting的卷积码的编码和译码,主要是在BWA中实现的。
SPA_log
- LDPC码的和积算法,码长可以任意,输出多项式即可,译码输出软信息-Sum-product algorithm for LDPC codes, code length can be arbitrary, the output polynomials can be, decoder outputs soft information
hammingcodedecoding
- (7,4)汉明码的硬判决译码算法、最大似然译码算法、和积译码算法性能比较(代码附在word后面,采用matlab实现)很好的学习资料-(7,4) Hamming code of hard decision decoding algorithm, maximum likelihood decoding algorithm, and decoding performance comparison plot (code word is attached to the back, using matla
DF
- 协作通信,一个最基本的decode and forward程序。用卷积码和viterbe译码。可以作为复杂程序的原型-Collaborative communications, a basic decode and forward procedures. With convolutional codes and decoding viterbe. Complicated procedures can be used as a prototype
John.Wiley.and.Sons.Essentials.of.Error.Control.Co
- 第1章 用于可靠数字传输和存储的编码 第2章 代数引论 第3章 线性分组码 第4章 重要的线性分组吗 第5章 循环码 第6章 二进制BCH码 第7章 非二进制BCH码、RS码及其译码算法 第8章 大数逻辑可译码有限几何码 第9章 线性分组码的网络 第10章 基于可靠性的线性分组码软判决译码算法 第11章 卷积码 第12章 卷积码的最优译码 第13章 卷积码的次优译码 第14章 基于网络的软判决译码算法 第15章 级联编码、码分解与多阶段译码
CRCandCovence
- crc和卷积码的实现,其中卷积码的译码采用维特比译码-crc and the realization of convolutional codes, in which decoding of convolutional codes using Viterbi
ConvolutionalPViterbi
- 卷积编码和维特比软判决译码,可以应用到OFDM系统中-Convolutional coding and Viterbi soft decision decoding can be applied to OFDM systems
class
- 卷积码编译码卷积码是一种性能优越的信道编码,它的编码器和解码器都比较易于实现,同时还具有较强的纠错能力-Convolutional code encoding and decoding
viberti
- 卷积码编码与解码技术,Viterbi译码算法,广泛的应用于现代通信中它的编码器和解码器都比较易于实现-Convolutional encoding and decoding technology, Viterbi decoding algorithm, widely used in modern communications it encoder and decoder are relatively easy to implement
witeby-decoder-fpga
- 维特比译码和卷积编码的fpga实现 维特比译码概念 卷积编码概念 论文-viteby decoder
sum-product-algorithm_SPA
- 用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
juanjima
- 卷积码和viterbi译码,主要包括卷积码和viterbi译码的matlab程序。-Convolutional code and viterbi decoding, including convolutional code and viterbi decoding matlab program.
viterbi
- 卷积码编码和viterbi译码的matlab 实现(A matlab implementation of a convolutional encoder and a Viterbi decoder)
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
ldpcBER_new
- 在高斯白噪声信道下的误码率性能和误帧率仿真译码程序。(BPSK debugging in Gauss white noise channel)
BPSK_AWGN_rayleigh_code_interleave
- 搭建 BPSK+编码+交织仿真通信链路,仿真分析在不同信道条件下的不同译 码算法的误比特率性能。基于 matlab,搭建 BPSK+卷积编码+交织通信收发链路, 仿真参数如下: 1) 信源比特速率: 100 b R kbps = 2) 卷积编码:码率为 1/2,生成多项式为(561,753) 3) 译码方式:维特比译码(硬判决译码、软判决译码(8 比特量化)) 4) 交织:行列交织,交织器深度为 100bit,宽度为 10; 5) 仿真点数:106 1. 在 AWGN 信道下,仿真并绘出该系统在
代码
- 用MATLAB实现QAM调制和软解调,同时实现卷积码编码和维特比译码。(Matlab is used to realize QAM modulation and soft demodulation, convolutional code coding and Viterbi decoding.)