-
ZHUANGTAI
说明: 状态空间模型 加强MATLAB学习 很有用的
(state-space model to strengthen MATLAB very useful learning)
- 2006-04-28 13:07:29下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
CS-for-spring-design
用matlab实现启发式算法布谷鸟算法在弹簧设计中的应用程序(Application of the heuristic algorithm the cuckoo algorithm in the spring design using matlab
)
- 2012-07-26 19:14:01下载
- 积分:1
-
Modeling-and-control-of-the-doubly-fed-induction-
Modeling and control of the doubly fed induction generator wind turbine
- 2013-12-24 18:19:16下载
- 积分:1
-
endemo
MATLAB与C语言的编程接口,在C语言里,使用MATLAB的函数(This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C++ program.
)
- 2010-08-25 08:18:03下载
- 积分:1
-
FuzzyEdgeDetection
on Neuro Fuzzy edge detection
- 2010-03-12 10:20:27下载
- 积分:1
-
code
matlab入门基础源代码,一共八个文件夹,上百个matlab源程序,对学习matlab可能会有帮助。(Getting the underlying source code matlab, might help)
- 2014-12-04 00:02:39下载
- 积分:1
-
fractional-delay-FIR-Filter-Matlab
分数延迟FIR滤波器的实现,分别使用了最小二乘法,拉格朗日插值法以及优化加权最小二乘法。(Fractional delay FIR filter implementation, using the least square method, the Lagrange interpolation method and optimization of weighted least squares.)
- 2015-09-22 22:08:28下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
goldxuliezu
Gold序列生成程序,用m序列模2相加生成平衡Gold序列(Gold sequence generation process, using mod 2 sum of m sequences generated balanced Gold sequences)
- 2010-05-13 11:36:02下载
- 积分:1