搜索资源列表
viterbi
- 用matlab软件仿真了从卷积码编码,QPSK调制,AWGN信道,QPSK解调,以及Viterbi译码。-Using Matlab Simulate from the coding of convolutional code,Qpsk modulation ,AWGN channel ,Qpsk demodulation and Viterbi decoding。
Convolutional-Encoder-Viterbi
- 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
ViterbiDecoder
- 维特比译码,来自现代通信系统matlab-Viterbi Decoder, from modern communications systems matlab
Viterbi
- viterby algotitm with soft input . a good simulation in mathlab
viterb
- 实现了卷积编码和维特比译码,也有简单的BPSK调制解调过程。-Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modulation and demodulation process.
MSKdecode
- 自己做的链路,MSK解调,采用的viterbi解调算法。与MATLAB的自带模块进行了对比。-Make their own links, MSK demodulation, using the viterbi demodulation algorithm. With MATLAB' s own modules for comparison.
8aryQAM
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used. -scr ipt for computing BER with Binary Conv
cx
- 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序-Convolutional codes of MATLAB simulation and performance testing, including the convolutional code encoding and decoding procedures VITERBI
viterbi
- 引入(2,1,7)卷积码对信道输出信号的影响,并作出信噪比等图像。-The introduction of (2,1,7) convolutional code on the output signal of the channel and make the image SNR.
ConvolutionalEncodingandViterbiDecoding.m
- 转载:卷积编码+维特比译码的matlab程序-Reprinted: convolutional code+ matlab Viterbi decoding process
mlse
- 用viterbi算法实现MLSE的matlab源程序,非常有用。-MLSE viterbi algorithm using the matlab source code, very useful.
Convolutional-code-matlab
- 卷积码编码, 维比特译码matlab仿真源程序-Convolution coding, Viterbi decoding matlab source
Viterbi213
- (2,1,3)卷积码Viterbi译码的matlab-Viterbi decoding algorithm matlab code
BPSK-matlab
- 卷积码的编码,卷积码的维特比译码,运用bpsk编码实现的-Coding convolutional codes, Viterbi decoding convolutional codes, the use of coding to achieve bpsk
viterbi
- 维特比译码算法,采用matlab语言进行编写,与自带的一致,可验证-Viterbi decoding algorithm, using matlab language writing, consistent with the built-in, verifiable
viterbi-matlab
- 卷积编码器g1=111,g2=101 x为输入的待译码序列 x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1] x=[1,1,0,1,0,1,1,0,0,1] x=[1,1,1,0,0,0,1,0,1,1] a=size(x) 输入序列的长度 s=a(2)/2 译码后的m序列长度为x的一半 m=zeros(1,s) 最终结果存放 ma=zeros(1,s+1) 存放Fa路径的 mb=zeros(1,s+1) 存放Fb路径的 mc=ze
viterbi
- i am uploading the code for viterbi algorithm in matlab
217viterbi(matlab)
- matlab实现217 viterbi译码(硬判决,可直接运行,得到BER曲线)-matlab codes achieve 217 viterbi decoding (hard decision,can be run directly to obtain BER curve)
viterbi
- 实现通信原理中的维比特译码,通过维比特算法在matlab中实现-The bit decoding principle of communication
Viterbi
- Viterbi (MLSE) algorithm for signal detection in ISI channel by Matlab Code