-
MATLAB
matlab讲义,非常好的MATLAB入门资料 (matlab notes, very good introductory information on MATLAB)
- 2009-04-17 11:24:50下载
- 积分:1
-
MATLABzuishuxiajiang
说明: 这个程序是一本美国的数值方法教材上提供的,程序清单如下(the procedure is a numerical method for the United States to provide the materials, procedures following list)
- 2006-04-12 22:47:00下载
- 积分:1
-
S-plit-matlab
通过直接在matlab软件环境下,运行split.m程序,生成结果(图像)(By matlab software environment directly in the running split.m program to generate the results (images)
)
- 2011-12-27 00:35:09下载
- 积分:1
-
RBF3
RBF神经网络样例,供大家学习分享一下,希望对大家学习神经网络有帮助(RBF neural network sample, for everyone to learn to share, we want to help learning neural network)
- 2010-05-26 09:11:29下载
- 积分:1
-
LDPC-MATLAB
上面都是最新的LDPC编码技术,希望对大家都有用哈,我觉得十分的有用(The above are the latest LDPC coding techniques, I hope everyone Ha, I think is very useful)
- 2012-04-21 20:02:14下载
- 积分:1
-
aline_CBF
通过16个接收水听器组成线列阵,分别给出各个阵元接收信号,可实现 时域、频域等信号到达角判别(A linear array composed of 16 receiving hydrophones can be used to distinguish the angle of arrival of signals.)
- 2021-01-30 17:28:40下载
- 积分:1
-
DVCA1
EEG Signal Data DVCA Process
- 2015-04-10 19:08:15下载
- 积分:1
-
Face_and_Face_exsipression_Recognition
One of Biometrics fields is face recognition & face expression recognition ...
1- In face recognition .. we need to design authentication program by training a neural network ,there are two source codes..one of them is based on Discrete Wavelet Transform with Perceptron Neural Network.. and the other based on Discrete Cosine Transform with Perceptron Neural Network ...
2- In face expression recognition .. we defined the condition of the person (nature,happiness,disgust or anger)
this source code is based on Principle component analysis(PCA) ..
* we need to now about digital image processing
,neural network and PCA...
- 2010-06-30 06:05:37下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
runkalmanfilter
对卡尔曼移动火车速度的仿真和经典卡尔曼仿真(The speed of moving trains on the Kalman simulation and simulation of the classic Kalman)
- 2011-01-10 10:50:15下载
- 积分:1