搜索资源列表
-
0下载:
信道容量的迭代算法
用matlab实现-channel capacity using the iterative algorithm to achieve Matlab
-
-
0下载:
惟一可译码判决准则信道容量的迭代算法
进一步熟悉惟一可译码判决准则-The only decision criteria can decode the channel capacity of the iterative algorithm can decode more familiar with the sentencing guidelines only
-
-
0下载:
用MATLAB软件编程实现一般信道容量迭代算法。-Programming with MATLAB software, the channel capacity of a general iterative algorithm.
-
-
0下载:
信道容量的迭代算法:
(1)已知:信源符号个数 、信宿符号个数 、信道转移概率矩阵 ;
(2)输入:任意的一个信道转移概率矩阵。信源符号个数、信宿符号个数和每一个具体的转移概率在运行时从键盘输入;
(3)输出:最佳信源分布 ,信道容量 。-Channel capacity of the iterative algorithm: (1) is known: the number of source symbols, the letter places the number of sym
-
-
0下载:
分析了离散无记忆信道模型概率特征及一算法, 用十实现了可
控制精度的容量迭代计算。
-Analysis of the discrete memoryless channel model characteristics and the probability of an algorithm that can be controlled with a precision of 10 to achieve the capacity of iterative calculation.
-
-
0下载:
离散信道容量的迭代算法及其实现离散信道容量的迭代算法及其实现-Discrete iterative algorithm for the channel capacity and channel capacity for discrete iterative algorithm and its implementation
-
-
0下载:
matlab实现信息论实验,一般信道容量迭代算法实验,绘制二元熵函数曲线实验等。-matlab experimental realization of information theory, iterative algorithm for general channel capacity test, drawing binary entropy function curve experiments.
-
-
0下载:
求信道容量的迭代算法,首先输入信道矩阵,开始是等概率分布,用C编写-Demand channel capacity iterative algorithm, first enter the channel matrix, began probability distribution, written in C
-
-
0下载:
实现信道容量的迭代算法,并自设信道参数和停止迭代的容差限,求出信道容量-Channel capacity iterative algorithm, and channel capacity is obtained from the set of channel parameters and the tolerance limit stop iterating
-
-
0下载:
迭代算法求信道容量转移矩阵行数为N,列数为M,自行调整*-Iterative algorithm for channel capacity
-
-
0下载:
信息论计算信道容量的迭代算法,完全实现了信道容量的计算。- Information theory to calculate the channel capacity iterative algorithm, the full realization of the channel capacity calculation。
-
-
0下载:
本程序实现了信息论中设计的信道容量迭代算法。-This procedure is designed to achieve the information theory of channel capacity iterative algorithm.
-
-
0下载:
利用迭代算法计算信道编码的容量,是信息论与编码这门学科的基础。(Using iterative algorithm to calculate the capacity of channel coding is the basis of the discipline of information theory and coding.)
-
-
0下载:
vector.h中实现了类模板Vector,代码按照C++11标准编写,支持C++11诸多新特性。
* 构造:预定义规模构造、右值构造、使用初始化列表构造、迭代器复制构造、向量整体复制构造、
向量区间复制构造……
* 迭代:支持基于范围的迭代,提供类Javascr ipt迭代器的迭代方式。
* 运算符重载: = / [] / ==
* 基本操作:Size(), Capacity(), Empty(), Clear(), Reserve(), Resize(), Push
-