-
perception-training
感知机学习的源代码,希望能对大家有学习上的帮助!(Perception of the source code of machine learning, we hope to help learning!)
- 2012-08-28 17:46:33下载
- 积分:1
-
EM-matlab
这是用matalab实现的EM算法,简单易用,对于理解EM算法很有用,尤其是对于初学者。(This is the EM algorithm implemented with matalab, easy to use, useful for the understanding of the EM algorithm, especially for beginners.)
- 2014-11-19 08:56:03下载
- 积分:1
-
4.DWT
watermarking using dwt
- 2014-02-02 06:56:14下载
- 积分:1
-
chaos
综合的混沌分析的matlab源代码,供大家参考学习。(Chaos comprehensive analysis matlab source code for reference study.)
- 2021-03-24 09:19:15下载
- 积分:1
-
walsh-code-encoding
It includes coding for walsh code encoding in matlab.The Walsh functions can be generated (or computed) by many methods. We can construct the Walsh functions by:
• Using Hadamard matrices
• Exploiting the symmetry properties of Walsh functions themselves.
• The Hadamard matrix is a square array of plus and minus ones, {+1, -1}, whose rows and columns are mutually orthogonal
- 2015-03-23 16:38:35下载
- 积分:1
-
BP
说明: 用matlab编写,已知函数,通过真实训练熟练数据来模仿函数输入输出之间的关系(Written with matlab, known function, through training of skilled real input and output data to imitate the function of the relationship between)
- 2010-09-09 14:46:49下载
- 积分:1
-
chap11
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )(syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' ))
- 2011-07-27 18:12:56下载
- 积分:1
-
Untitled3
根据初始信号,求出信号的小波包能量,并计算出重构信号与原始信号的均方根误差(According to the initial signal, obtained wavelet packet energy signal and calculates the reconstructed signal and the original signal RMSE)
- 2014-09-07 15:49:37下载
- 积分:1
-
svpwm
逆变器使用的svpwm脉冲simulink仿真,脉冲和桥臂开关对应顺序已经注明。(Svpwm pulse inverter using simulink simulation, pulse, and bridge arm switches corresponding order has been noted.)
- 2013-11-27 21:53:15下载
- 积分:1
-
ComputationoftheFundamentalMatrix
Another matlab routine for calculating the Fundamental Matrix.
- 2010-01-09 07:26:23下载
- 积分:1