搜索资源列表
omp-belong-to-greedy-algorithm
- 属于贪婪算法中正交匹配追踪算法,用于信道估计预编码中,利用稀疏性,减小信道估计和反馈的开销,此算法的输出为所需要的系数矩阵,压缩包中还有一些说明-Belonging greedy algorithm orthogonal matching pursuit algorithm, used for channel estimation pre-encoding, the use of sparsity, channel estimation and feedback to reduce the ov
turbo
- 基于matlab的turbo编码。Turbo码是Claude.Berrou等人在1993年首次提出的一种级联码。基本原理是编码器通过交织器把两个分量编码器进行并行级联,两个分量编码器分别输出相应的校验位比特;译码器在两个分量译码器之间进行迭代译码,分量译码器之间传递去掉正反馈的外信息,这样整个译码过程类似涡轮(Turbo)工作。因此,这个编码方法又被形象地称为Turbo码。Turbo码具有卓越的纠错性能,性能接近香农限,而且编译码的复杂度不高。-turbo code based on matla