-
Knut---Art-of-programming
Knut - Art of programming
- 2015-02-08 02:43:02下载
- 积分:1
-
shannon
香农编码源程序
如:p=[0.4 0.3 0.2 0.1]
shannon(p)(shannon source code)
- 2010-11-13 21:19:03下载
- 积分:1
-
traingdx
将采用训练函数 traingdx 和“提前停止”相结合的方法来训练 BP 网络,以提高 BP 网络的推广能力(Will use the training function traingdx and " stop ahead" a combination of methods to train BP network to improve the generalization ability of BP network)
- 2011-01-16 20:21:22下载
- 积分:1
-
a
说明: 一个matlab函数,源程序,M文件。。。。(a function)
- 2011-12-14 14:38:18下载
- 积分:1
-
MATLAB
matlab入门级别的电子书,主要是基本的操作运算和一些matlab的常用函数汇总(matlab entry-level e-books, the basic operation of arithmetic and some of the commonly used matlab function summary)
- 2012-11-27 12:40:52下载
- 积分:1
-
Sppiirari
对雷达系统仿真和雷达显示出来器进行了简要综述,,详细介绍了雷达显示出来器仿真思想及其实现方法。
(Details out is a brief overview of the radar system simulation and radar display, radar display out Simulation thought and its implementation method.)
- 2012-09-10 00:26:17下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
1
说明: 文档中有3个程序。h.264灰度处理程序,DCT变换程序,DCT系数量化程序。(There are three programs in the document. The h.264 gray handler, and DCT transform process, the DCT coefficient quantization process.)
- 2012-05-22 06:59:09下载
- 积分:1
-
Desktop
this file contains psk and qpsk modulation and de modulation part
- 2017-03-30 18:19:44下载
- 积分:1
-
hsgldmoxing
4种灰色关联度,包括邓氏关联度,绝对关联度等4种关联度模型联度模型。(Four kinds of grey correlation degree, including representing the correlation degree, absolute correlation degree and so on four kind of relational model coupling degree model)
- 2015-04-08 21:33:55下载
- 积分:1