-
3_image_coding
Image Restoration using matlab
- 2010-02-15 10:50:20下载
- 积分:1
-
calcCircle
已知空间里面的的的三个空间点来计算计算三角形外接圆(Three calculation known triangle circumcircle)
- 2013-11-07 11:11:55下载
- 积分:1
-
pole-placement
极点配置(Pole Placement)设计是控制系统设计中的一种常用设计方法,它能适应逆不稳系统和开环不稳定系统的情况,并且有设计方法直观、动态性能好、系统稳定的特点。((Pole Placement) pole placement design is a common design approach in the design of the control system can adapt to the inverse unstable system and open-loop unstable system, and intuitive design methods, dynamic performance, system stability characteristics.)
- 2012-11-05 17:21:26下载
- 积分:1
-
gui_corner
css角点检测基于matlabgui的gui程序(css corner detection procedures based on matlabgui the gui)
- 2011-04-24 15:43:46下载
- 积分:1
-
CHAP4_3
基于MATLAB中M文件编写的BP神经网络控制一阶惯性环节加大时滞系统程序(Written in MATLAB M-file based on BP neural network control to increase the delay part of the first-order inertial system program)
- 2011-09-15 10:21:43下载
- 积分:1
-
arampro
finite element using matlab
- 2012-10-10 22:36:53下载
- 积分:1
-
Grid_side1
基于电网电压定向的三电平并网逆变器的研究(And the three-level inverter grid voltage oriented network based on)
- 2015-12-11 16:49:24下载
- 积分:1
-
LeastSquare
this is matlab code for estimating the static linear system with Least Squre that is written by matlab 7.0.
Here we want to estimate the below function:
1 - u^2 + 2*u^3 +u^5 +3*u^7
these are 2 files : without noise and with noise
finally,there are plots for showing results.
- 2010-08-26 23:08:09下载
- 积分:1
-
mm
说明: 用于最小二乘法进行曲线拟合的MATLAB源代码(Curve fitting)
- 2010-09-28 11:36:41下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1