-
dc-motor-speed-control
it is about dc motor speed control using matlab
- 2009-07-13 17:34:15下载
- 积分:1
-
errordiffusion
error difusion in matlab
- 2012-04-23 13:39:33下载
- 积分:1
-
kalmanfilter
Matlab code for Kalman filter
- 2013-09-27 02:23:14下载
- 积分:1
-
7-DOF-RIDE-MODEL-test2_acc
七自由度动力学模型的加速度分析,加速度响应信号(Acceleration analysis of the dynamic model of the seven degrees of freedom, and acceleration response signal)
- 2021-03-16 19:49:21下载
- 积分:1
-
Set-based-stochastic-optimization-for-evolving-in
Set-based stochastic optimization for evolving instinct-learning balance
- 2012-10-24 18:50:15下载
- 积分:1
-
eeof
对数据做eeof处理,得到数据的空间模态和时间系数。(Matlab function of eeof)
- 2013-12-03 22:01:27下载
- 积分:1
-
zigzag
输入是一个矩阵,运行程序后得到z字扫描后的向量,输入时一个向量,运行程序后得到的是逆序向量(matrix performs zigzaging or inverse zigzaging)
- 2012-11-21 13:02:18下载
- 积分:1
-
grid-connected-inverter
Grid connected system
- 2014-10-29 19:02:37下载
- 积分:1
-
constructW
concttuc one matrix using matlab
- 2009-03-09 14:54:27下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1