搜索资源列表
matlab
- 维特比算法,信道编码的最大似然译码方法之一.
802.11a_OFDM_MATLAB_simulation
- IEEE 802.11a标准,利用matlab进行仿真。包括信道,发射机,接收机,调制,解调,交织,维特比译码,导频
viterbi_hard_soft_unquant.维特比译码三种判决类型的误码率曲线
- 本程序比较了维特比译码三种判决类型的误码率曲线,This program compares the three kinds of sentence types of Viterbi decoding the bit error rate curve of
217
- (2,1,7)归零卷积码的维特比译码算法的matlab实现-(2,1,7) convolutional codeviterbi algorithm matlab implementation
yaoweijuanjima
- 基于matlab的咬尾卷积码,对数据进行编码,再利用维特比译码的方式进行解码,大学课程设计内容。-Based on matlab tail biting convolutional codes, to encode the data, and then use the Viterbi decoding the way to decode the University curriculum content.
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
2BViterbiDecoder
- 卷积码的维特比译码仿真,基于MATLAB的一种源代码,很实用的-Convolutional code Viterbi Decoder Simulation
viterbi
- 软判决译码方式,2PSK的维特比译码,MATLAB仿真-Soft-decision decoding methods, 2PSK Viterbi Decoding
viterbi_decoder
- 这是一个针对卷积码的维特比译码器.开发环境为MATLAB-This is a viterbi_decoder which can decode convolution codes.
Matlabviterbi2
- 应用MATLAB进行维特比译码,这对仿真很有用-Application of MATLAB to carry out Viterbi Decoder, which is useful in simulation
GMSK
- 完成GMSK的正交调制及解调,有完整的维特比译码算法 -Complete orthogonal modulation and demodulation of GMSK, a complete Viterbi decoding algorithm
sosi
- 描述了软输入,软输出的维特比译码算法的实现 siso-siso
viterbi
- 卷积码编码及其维特比译码matlab实现-Convolutional coding and Viterbi decoding matlab implementation
Hviterbi
- 实现卷积编码和相应的维特比译码(卷积码编码器为(2,1,3),维特比译码针对第1、3位模二加和第1、2位模二加)-Convolutional coding and the corresponding realization of Viterbi decoding (convolutional code encoder for the (2,1,3), Viterbi decoder bit mode for the first 1,3 and 1,2 position two plus two
viterbi
- 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
Convolutional_code_Viterbi_Decoder
- 卷积码的维特比译码程序,运用MATLAB语言-Viterbi convolutional code decoding program, the use of MATLAB language
viterbi
- matlab的维特比译码程序,加入汉明距离的提取-matlab Viterbi decoding process, from extraction Jiaruhanming
MATLAB
- 卷积码的编码与维特比译码matlab实现-Convolution Codes in coding and Viterbi decoding matlab
ViterbiDec
- 802.11协议中规定的卷积码,以及相应的维特比译码matlab仿真程序。-Conventional coder and its viterbi decoder, which defined in 802.11 protocol.
217 卷积编译码维特比软硬判决
- 内部含有维特比译码的软硬判决程序,可在vc中运行后将数据在matlab中进行处理。