搜索资源列表
GSMcoder
- GSM信道中卷积码编码以及相应的维特比译码的全部Matlab代码。-GSM channel convolution encoder and the corresponding Viterbi decoding all the Matlab code.
juanjimadefangzhenchengxu--matlab
- 信道编码中的卷积码的编译码Matlab仿真程序。有资源大家共享才是真的好-channel coding of the coding and decoding Convolutional Codes Matlab simulation program. Have the resources to share is really good
viterbi1111
- 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
viterbi
- 卷积码的维特比译码,约束长度为9,分别采用硬判决和软判决实现
43680498viterbidecode
- 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序
viterbimatlab
- 一个对(2,1,2)卷积码进行译码的维特比译码程序,它以最大似然译码为思想,根据译码网格,遍寻网格上所有可能的路径,选择最大可能的路径作为幸存路径进行译码。在本程序中,它依次在不同时刻,对网格中的相应列的点按照最大似然准则比较所有以它为终点的路径,即为幸存路径,而把其他路径堵死,弃之不用。故到下一时刻只要对幸存路径延伸出来的路径继续比较即可。由于假设了已知输入,且为有限短序列,所以没有考虑长序列译码时的截短。如果考虑长序列译码,则需要用截短译码器,考虑译码深度。-viterbi
414viterbi
- 2. 该程序可以将随机生成的0,1序列经过卷积编码器产生(4,1,4)卷积码,然后将卷积码经过4*8的删余矩阵,有三种速率(1/3,2/3,1/2)可供选择, 3. 在编码端利用维特比译码方法进行译码 -viterbi
Matlabviterbilenwu
- 本课程设计主要解决对一个卷积码序列进行维特比(Viterbi)译码输出,并通过Matlab软件进行设计与仿真,并进行误码率分析。在课程设计中,系统开发平台为Windows Vista Ultimate,程序设计与仿真均采用Matlab R2007a(7.4),最后仿真详单与理论分析一致。-viterbi
1
- 卷积码维特比译码器设计输出完整电路进行误码率分析-Convolutional code Viterbi decoder integrated circuit design of the output bit error rate analysis
vvv
- 卷积码的编码、维特比译码,已调试成功,可直接使用-Convolutional code encoding, Viterbi decoding, has been debugged, can be used directly
aaa
- 卷积码的编译码,程序通俗易懂,可直接调试使用-Convolutional codes decoding, the program user-friendly, can be used directly to debug
fec_convcode
- 卷积码的C语言代码实现,其中包括(2,1,2)卷积码编码器和维特比译码的实现。-Convolutional code C code implementation, including the (2,1,2) convolutional code encoder and Viterbi decoding.
convolutional-codes
- 基于MATLAB的卷积码的编译码实现。采用串行编码原理实现编码,Viterbi硬判决实现译码。-Encoding and decoding of convolutional codes based on MATLAB. Coding theory serial code, the Viterbi hard decision to achieve decoding.