搜索资源列表
Convolutional--algorithms
- 卷积码编译码matlab实现,译码采用viterbi译码,并且右边验证误码率的程序,本人毕业论文,高分通过,因为网上不少程序有误,特此上传,供大家参考学习。-Convolutional code encoding and decoding matlab implementation, decoding using viterbi decoding and bit error rate of the right of verification procedures, I thesis, score
viterbi
- 该MATLAB程序评估了viterbi算法在衰落信道下的卷积译码的性能,包含卷积编解码,衰落信道,维特比算法等.m程序-The MATLAB program to assess the viterbi algorithm in fading channels the performance of convolutional decoding, including the convolution coding and decoding, fading channels, Viterbi algor
2008_4
- 试说明卷积编解码的工作原理。 请用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编解码全部自己编写代码(S-Function方式),在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。 -Descr iption Convolutional codec test works. Please use Simulink simulation of convolutional coding and Viterbi decoding method used to
juanji
- 用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编解码全部自己编写代码(S-Function方式)-Simulink simulation using convolutional coding and Viterbi decoding method used to decode, which codec to prepare all their own code (S-Function mode)
conv
- 卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码-Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel
gsm_hs
- 用matlab实现的HS信道外编译码、凿孔卷积码的程序 -HS implemented with the matlab-channel encoding and decoding, gouges convolutional codes program
conv
- 卷积码的编解码,译码采用维特比译码。编码包括zero-biting和tailing-biting两种方式。-Decoding convolutional codes, Viterbi decoding used. Code, including zero-biting and tailing-biting two ways.
IS95
- main_IS95_forward.m 此函数用于IS-95前向链路系统的仿真,包括卷积编译码、扩频调制,匹配滤波,RAKE接收等相关通信模块。 仿真环境: 加性高斯白噪声信道. 数据速率 = 9600 KBps -main_IS95_forward.m This function is used to forward link IS-95 system simulation, including the convolution encoding and decodi
juanji
- matab实现卷积编译码,包括典型的(7,15)卷积码,通过画图体现误码率和信噪比的关系-matab achieve convolution encoding and decoding, including typical (7, 15) convolutional code, by drawing reflects the relationship between BER and SNR
4
- 4. 试说明卷积编解码的工作原理。请用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码,其中的编码、译码全部是自己编写代码(S-Function方式),不是调用Simulink的已有编码、译码函数。请在加性白高斯噪声信道中,画出比特信噪比与误码率的关系曲线。-4 Explain the working principle of convolutional encoding and decoding. Please use the Simulink simulation conv
Convolutional-codec-works
- 说明卷积编解码的工作原理,用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码-Understand the convolutional codec works with Simulink simulation convolutional coding and Viterbi decoding method to decode
Convolutional-code
- 卷积码编译码算法信道传输过程仿真此文件只提供程序源代码-Convolutional code encoding and decoding algorithms channel transmission process simulation This document only provides source code
code
- 通过MATLAB平台对通信仿真,研究讨论Turbo码的编译码结构,四种Turbo码译码算法,讨论Turbo码中几种常见的交织器,利用MATLAB软件平台进行并行级联Turbo卷积码的性能仿真,仿真评估了不同设计参数对Turbo码性能的影响。-Through MATLAB simulation platform for communications, research and discussion Turbo code decoding structure, four kinds of Turbo
juanjicode
- 卷积码编译码的快速实现算法,非常适合初学者迅速上手-Fast convolution code encoding and decoding algorithm is very suitable for beginners to get started quickly
217 卷积编译码维特比软硬判决
- 内部含有维特比译码的软硬判决程序,可在vc中运行后将数据在matlab中进行处理。