搜索资源列表
SOVA
- 这是log-map或者说是软输出维特比算法的一个实现。-This is the log-map or the soft output Viterbi Algorithm in a realization.
decSOVA
- 本程序是采用维特比算法的软输入软输出的仿真程序-this procedure is used Viterbi Algorithm soft-input soft-output of the simulation program
OFDM_viterbi
- OFDM相关的维特比算法、BPSK调制等-OFDM related to the Viterbi algorithm, such as BPSK modulation
viterbi1111
- 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
VITERBI_HARD
- 有关卷积编码的维特比算法,是硬判决的啊,希望大家
wanzhengchengxu
- 信号在信道进行传输时,经常会出现串扰,采用基于最大似然序列估计(MLSE)的电子色散均衡器的方法,克服光纤通信中的由各种色散引起的码间干扰。 研究基于最大似然序列估计(MLSE)的均衡器,采用维特比算法实现,用matlab仿真出采用MLSE后的性能指标(眼图和误码率)的提升。
matlab
- 维特比算法,信道编码的最大似然译码方法之一.
217
- (2,1,7)归零卷积码的维特比译码算法的matlab实现-(2,1,7) convolutional codeviterbi algorithm matlab implementation
viterbi
- verilog程序,实现了(2,1,4)卷积码编码,和基于回溯算法的维特比译码器-verilog program to achieve the (2,1,4) convolutional code encoding, and algorithm based on the back of the Viterbi decoder
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
Vitebi
- 这是一种用C实现的(2,1,7)卷积码维特比译码算法的软件实现.-This is an achievable with C (2,1,7) convolutional code Viterbi algorithm software.
Vitebi
- 本程序为Visual C++编写的维特比译码算法,效率较高-This procedure for the Visual C++ to prepare the Viterbi algorithm, more efficient
viterbi_ultmate
- 维特比译码算法,用 VC++编写的(3,1,2)码译码过程,-Viterbi algorithm, using VC++ to prepare the (3,1,2) code decoding process,
12
- 卷积码及其维特比译码算法的软件实现。论文。-Convolutional Code and Its Viterbi decoding algorithm for software implementation. Papers.
sosi
- 描述了软输入,软输出的维特比译码算法的实现 siso-siso
viterbi
- 使用MATLAB仿真软件实现维特比算法译码 降低误码率-MATLAB simulation software using the Viterbi algorithm decoding error rate reduction
002
- 天波超视距雷达多径维特比数据关联算法,很好地解决了检测率低重杂波的情况。(A Multipath Viterbi Data Association Algorithm for OTHR)
VA
- BPSK调制,卷积编码,硬判决,维特比译码,误比特率(BPSK modulation, convolutional coding, hard decision, Viterbi decoding, bit error rate)
维特比译码
- 维特比译码非常经典,每个通信从业人员对其译码算法都应该十分了解。本例程在具体实现事,充分考虑软件译码的时效性能,采用译码深度自适应的方式对传统VIT译码进行改进,译码效果提高非常明显。(Vitby decoding is very classic, each communication practitioners on their decoding algorithm should be very understanding. This routine in concrete implement
viterbi译码算法实现
- 代码实现了维特比译码,流程为:实验中先生成编码数据,再信道简单加噪,之后进行维特比译码。(The code implements the Vitby decoding process. The process is as follows: in the experiment, the code data is encoded, then the channel is simply added to the noise, and then the Vitby decoding is perform