当前位置:
首页 资源下载
搜索资源 - maximum likelihood decoding
搜索资源列表
-
0下载:
卷积码的译码方法主要有两种:代数译码和概率译码。代数译码是根据卷积码的本身编码结构进行译码,译码时不考虑信道的统计特性。概率译码在计算时要考虑信道的统计特性。典型的算法如:最大似然译码、Viterbi译码、-Convolutional Decoding by two major ways : Decoding algebra, probability and decoding. Decoding is based on algebraic Convolutional Codes itself c
-
-
0下载:
这是一个无线通信空时码仿真程序,编码数据形成流进行同步传输,采用的是最大似然译码。-This is a wireless communications space-time simulation codes, encoding data flow synchronization formed transmission, using the maximum - likelihood decoding.
-
-
0下载:
LDPC码译码相关文献
Bounds on the maximum likelihood decoding error probability of low density parity check codes
-
-
0下载:
Viterbi decoder, maximum likelihood decoding. For a
// rate-1/n convolutional code. Correlation metric.
-
-
2下载:
word文档对球形译码的理论原理和仿真结果进行了分析
1.sphereandML是主程序,性能接近最大似然ML检测,调用了spheredecode和spheredecodeinf两个子程序;
2.main_spheretoML是主程序,性能达到最大似然NL检测,调用了spheredecodetoML和spheredecodeinftoML两个子程序。-word document on the theory of spherical decoding theory and simulati
-
-
0下载:
最大似然译码的程序,用MATLAB编写的,很实用的例子-Maximum likelihood decoding process, using MATLAB written a very practical example of
-
-
1下载:
(7,4)汉明码,硬判决译码,最大似然译码、和积算法(SPA)matlab仿真程序
三种译码方法的原理、matlab程序附在word附件中!
供大家学习参考-(7,4) Hamming codes, hard decision decoding, maximum likelihood decoding, and product algorithm (SPA) matlab simulation program the principles of the three decoding me
-
-
2下载:
(7,4)汉明码的硬判决译码算法、最大似然译码算法、和积译码算法性能比较(代码附在word后面,采用matlab实现)很好的学习资料-(7,4) Hamming code of hard decision decoding algorithm, maximum likelihood decoding algorithm, and decoding performance comparison plot (code word is attached to the back, using matla
-
-
0下载:
对码率为1/n的递归卷积码(系统码!)的最大似然译码,采用相关度量,截断长度为1024,最大状态数为1024
-On the bit rate for the 1/n recursive convolutional codes (system code!) Of the maximum-likelihood decoding, using the relevant measure to cut off a length of 1024, the largest number of state
-
-
0下载:
最大似然译码
最大似然译码
最大似然译码-Maximum likelihood decoding of maximum likelihood decoding of maximum likelihood decoding
-
-
0下载:
信号空间分集ssd的误码率分析,m语言实现,最大似然译码。-Ssd signal space diversity analysis of bit error rate, m language, maximum-likelihood decoding.
-
-
0下载:
HELP: coherent_ML_receiver
function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator)
Perform Maximum Likelihood Space Time Decoding. The function can be
computionnaly expensive if the modulation
-
-
0下载:
硬判决和和积译码的性能相差不大,而最大似然译码的性能较好。因为最大似然译码的方法是找出所有发送码字中可能性最大的发送码字作为译码估值,是一种通过经验与归纳,由接收值推测发送码字的方法。-Hard decisions and the performance of the sum-product decoding little difference, the maximum likelihood decoding performance is better. Because the maximum
-
-
0下载:
urbo码是1993年法国人Berrou提出的一种新型编码方法。它巧妙的将卷积码和随机交织器结合在一起;同时,采用软输出迭代译码来逼近最大似然译码-urbo code is 1993 French Berrou proposed a new encoding method. It is clever to convolutional codes and random interleaver together the same time, the use of soft-output itera
-
-
0下载:
卷积码的实现,c比matlab快很多。scr ipt for computing the BER for BPSK modulation in AWGN with
Hard and Soft decision Viterbi decoding with traceback-discuss a simple binary convolutional
coding scheme at the transmitter and the associated Viterbi (maximum li
-
-
0下载:
Sphere decoding program. This is the sphere decoding algorithm to achieve maximum likelihood detection. It applies to OFDM and SC-FDE systems.
-
-
0下载:
在多输入多输出系统中的鲁棒球形译码的实现-We present a maximum-likelihood decoding algorithm for an
arbitrary lattice code when used over an independent fading channel with
perfect channel state information at the receiver. The decoder is based on
a bounded distanc
-
-
1下载:
最大似然译码的matalb仿真程序,皆为小程序浅显易懂-Maximum likelihood decoding matalb emulator
-
-
0下载:
2发2收,最大似然译码,bpsk调制方式,在不同信噪比下的空时编码传输效率-2 admission, maximum likelihood decoding, bpsk modulation, space-time coding transmission efficiency under different signal-to-noise ratio
-
-
0下载:
实现(2,1,3)卷积码的编译码的源程序
采用了最大似然算法
译码采用了维比特译码-Achieve (2,1,3) of the source of the encoding and decoding of the convolutional code using a maximum likelihood decoding algorithm Viterbi decoding
-