搜索资源列表
wanzhengchengxu
- 信号在信道进行传输时,经常会出现串扰,采用基于最大似然序列估计(MLSE)的电子色散均衡器的方法,克服光纤通信中的由各种色散引起的码间干扰。 研究基于最大似然序列估计(MLSE)的均衡器,采用维特比算法实现,用matlab仿真出采用MLSE后的性能指标(眼图和误码率)的提升。
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
debcch
- matlab 仿真GSM的广播控制信道接收,包括匹配滤波,维特比解调,解卷积,解交织等-matlab simulation of GSM broadcast control channel reception, including the matched filter, Viterbi demodulation, deconvolution, and other deinterleave
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
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
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
TCM_vit
- 通信传输过程中使用TCM 维特比编译码的源程序 包括编码和解码两个子程序,可以绘出误码率曲线-Communication transmission TCM Viterbi decoding using the source code, including encoding and decoding of two subroutines, you can draw the curve of bit error rate
MATLAB
- 卷积码的编码与维特比译码matlab实现-Convolution Codes in coding and Viterbi decoding matlab
217 卷积编译码维特比软硬判决
- 内部含有维特比译码的软硬判决程序,可在vc中运行后将数据在matlab中进行处理。