-
2
说明: 采用抗积分饱和PID控制算法进行离散系统阶跃响应。可以避免控制量长时间停留在饱和区,防止系统产生超调。(PID Controler with intergration sturation)
- 2011-04-03 22:11:03下载
- 积分:1
-
MATLAB-optimization
《精通MATLAB最优化计算》一书中各章实例的源代码程序(" Mastering MATLAB optimization calculations," a book chapter example source code of the program)
- 2011-10-17 19:55:35下载
- 积分:1
-
montecarlo
Matlab上编写的一个Monte-Carlo算法的示例程序和PPT资料(The sample program prepared by a Monte-Carlo algorithm on Matlab)
- 2012-08-19 15:08:50下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
ARandWaveletclassifiy
Texture classifier using wavelet
- 2011-01-20 21:22:24下载
- 积分:1
-
White-noise-autocorrelation
利用x(n)=Asin(pi*n/16)+z(n),z(n)为mean=0,var=0.1高斯白噪声,x(n)的SNR为10dB,s(n)=Asin(pi*n/16-5*pi),得出了x(n)和s(n)互相关函数r(n),以及二者的卷积和.(The utilization for the mean of x (n) = Asin (pi* n/16)+ z (n), z (n) = 0, var = 0.1 Gaussian white noise, x (n) is the SNR as 10dB, s (n) =Asin (pi* n/16-5* pi), draw the x (n) and s (n) the cross-correlation function r (n), as well as the convolution of the two.)
- 2013-05-05 19:25:37下载
- 积分:1
-
一致性迭代学习
consensus multi-agent systems fuzzy control
- 2019-06-30 13:39:33下载
- 积分:1
-
Subtractionmethod
数字图像处理之差影法源程序(初学者必备)(Digital image processing of subtraction method source (beginners necessary))
- 2010-06-28 23:19:17下载
- 积分:1
-
nchoosecodem.m
return all combinations of the elements of a set
- 2010-12-16 20:43:11下载
- 积分:1
-
61111210
MATLAB是一种以数值计算和数据图示为主的计算机软件,并包含适应多个学科的专业软件包,以及完善程序开发功能。 本课程设计旨在要求学生熟悉Matlab的功能,掌握Matlab程序设计和GUI设计的方法,培养学生的应用开发能力,为以后的毕业设计奠定一定的基础。(MATLAB is a numerical calculation and data icon-based computer software, and includes a number of disciplines to adapt to the package, as well as improve the development function. This course is designed to require students to know the function of Matlab, master Matlab programming and GUI design methods, and foster the application of student development capacity, for future graduation project to lay a foundation.)
- 2008-12-16 21:25:47下载
- 积分:1