搜索资源列表
信道编译码的Matlab源代码
- ofdm信道编码和译码的源代码,用matlab实现-OFDM channel coding and decoding of the source code, using Matlab to achieve
FLC
- DPCM编码的联合信源信道译码,这是一个很重要的benchmark程序-DPCM coding joint source channel decoder, which is a very important benchmark procedures
conv_codec.tar
- 通信中常用的卷积码信道译码源码程序,matlab 与 c 相结合的方式。-Communication common Convolutional Codes channel decoder source programs, Matlab and c combined approach.
viterbi1111
- 维特比算法用于扩频信道译码,与Turboo码,卷积码,级联码构成编码系统-Viterbi Algorithm for spread spectrum channel decoding, and Turboo code, convolutional codes, concatenated coding system code constitute
GSMsim
- GSM 物理层信道编码, 调制, 信道模拟, 同步搜索, 信道估计, 均衡解调, 信道译码
Hfmtree编译码器
- 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
LDPC编码译码MATLAB代码
- 基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率
信道编译码
- 信道编译码,采用74汉明编解码
最最优编码译码——DOS控制台
- 、利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站写一个哈夫曼码的编/译码系统。
几种编码误码率性能的测试程序
- 生成多项式为(561,753)的(2,1,8)卷积码的编码、译码、AWGN信道下的误码率性能的测试程序,Q matrix to solve the problem, according to input parameters can be calculated as a Q band random matrices, satisfy the following conditions, each row of the matrix, each row, each diagonal are a nu
awgnllrn.rar
- 有关ldpc llr bp译码算法,在awgn信道下的仿真比较,ldcp decoding llr bp in awgn channer
2i2oand2i1o
- 2发1收 与 2发1收的比较 实验次数 2000次,采用LS进行信道估计,ML进行译码,导频符号长度为10 -2 receive and 2 send a send a receive 2,000 times the number of comparative experiments, using LS channel estimation, ML decoding, pilot symbol length of 10
BLAST_MTNR
- 程序是MIMO-OFDM系统下,对BLAST码的编译码,信道估计及解码算法的仿真程序-Procedure is MIMO-OFDM system, the codec code to BLAST, channel estimation and decoding algorithm of the simulation program
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_dec
- GSM信道译码 测试条件:上行DSP时钟@169MHz--->(STM #0xC007,CLKMD) SDCCH---->抽取比特固定为1bit需要时间1.2ms(viterbi解码算法)||1.06ms(非viterbi译码算法) 抽取比特如果为4bit需要时间2.8ms(viterbi解码算法)||2.72ms(非viterbi-GSM channel decoder test conditions: upstream DSP clock @
RESEARCH_ON_TURBO_EQULIZATION
- 传统均衡器无法有效地同时对抗这两种信道衰落,而Turbo均衡技术作为一种联合信道均衡和信道译码的方法,能有效地对抗符号间干扰(ISI),提供迭代增益,提高接收机的整体性能。因此,本文根据下一代无线通信系统的设计要求,分别对单载波和OFDM系统的Turbo均衡算法进行了研究。 -Conventional equalizer can not effectively fight both at the same time fading, while the Turbo equalization a
信道编码与解码
- 对通信数据进行二分之一卷积编码,添加噪声,对接收数据进行维特比译码。(1/2 convolutional encoding of communication data, adding noise to carry out Viterbi decoding of received data.)
ISI编译码
- 维特比编译码过程,通过ISI信道,有QPSK,16QAM,64QAM等,计算了误码率。
卷积码的编码和VB译码
- 在MATLAB上设计一个(2,1,3)卷积编码器和对应的采用维特比译码算法的译码器。编码器的生成多项式为:[1 0 1;1 1 1]。将编码器的输出经过一个高斯白噪声信道的结果作为译码器的输入,观察比较译码器输出和编码器输入,了解卷积码的容错性,并计算译码结果的误比特率.(A convolutional coder (2, 1, 3) and corresponding decoder using Vitby decoding algorithm are designed on MATLAB.
信道估计+编译码
- 搭建仿真环境,先进行信道编码,再进行信道通讯,最后对收到的数据进行信道译码。(A simulation environment is built. First, channel coding is performed, then channel communication is performed. Finally, the received data is decoded by channel.)