搜索资源列表
LDPC_BP_decode
- LDPC码是目前通信中性能最好的纠错编码之上,这是我在Matlab下编写的LDPC基本解码算法,已经通过调试,大家共同学习
ldpcdecoderandencoder
- 这是国标数字电视地面传输标准里信道编解码器的MATLAB程序,用的是LLR-BP的解码算法,请大家指正。另有根据国标生成的生成矩阵和校验矩阵稍后传上来
TurboCode
- 信道编解码中的turbo编解码程序,采用了多种解码算法,进行了性能比较,信道模拟高斯白噪声信道
CTC 解码算法
- This platform simulates the classical turbo encoding-decoding system, including Log-MAP algorithm and max-log-MAP algorithm.
自动球形译码
- 广义常规球形解码算法能处理多输入多输出系统(Multiple-Input Multiple-Out-put,MIMO)中发送天线多于 接收天线的情况,但是对于非等符号能量的星座图,如正交幅度调制(Quadrature Amplitude Modulation,QAM)运 算量大。为了进一步降低算法复杂度,提出一种改进的快速算法,该算法采用了预处理排序策略和广义球形解码 与迫零检测结合的搜索策略,从而避免了高复杂度。仿真结果表明该快速广义球形解码算法以较小的性能损失换 取明显的复杂度减少。
MAP. Matlab程序实现了MAP算法-最大后验概率算法
- 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。,The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution deco
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
SDCode
- sd 球形解码算法的实现与仿真分析,与最大释然检测算法的对比仿真-sd ml
BLAST_MTNR
- 程序是MIMO-OFDM系统下,对BLAST码的编译码,信道估计及解码算法的仿真程序-Procedure is MIMO-OFDM system, the codec code to BLAST, channel estimation and decoding algorithm of the simulation program
2008101523144260
- 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
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
GA
- 通过多目标优化算法计算了多决策的全局最优值。而且包含解码程序。-Through multi-objective optimization algorithm for calculating a number of global optimal values of decision-making. And decoding procedures contain.
BD
- 基于分块对角化的预编码算法,包含计算误码率,编码,似然解码程序.-Block Diagonalization Based on pre-coding algorithm, including the calculation of error rate, coding, likelihood decoder.
bitflip
- 迭代解码算法Bit Flipping Algorithm,使用时先载入校验矩阵-Iterative decoding algorithm Bit Flipping Algorithm, using the check matrix when the first load
WBF
- 迭代解码算法Weighted Bit-Flipping Algorithm,可对比数据计算误码率-Iterative decoding algorithm for Weighted Bit-Flipping Algorithm, error rate can be calculated comparing the data
SPA
- SIHO的置信传播迭代解码算法SPA,可以比较数据误码率-SIHO the belief propagation iterative decoding algorithm SPA, can compare the data error rate
lpc
- 详尽的LPC编码解码算法,基于matlab,适合学习LPC算法。-Detailed LPC codec algorithm, based on matlab, LPC algorithm for learning.
suanshu_code
- 已新测执行,可以实现算法编、解码算法,使用Matlab编写-The new test execution algorithm for encoding and decoding algorithm, using Matlab to write
LDPC message-passing解码算法
- LDPC message-passing解码算法,matlab代码,欢迎大家下载使用
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u