-
SystemIdentify
利用神经网络对输入的M序列进行线性离散系统辨识,及其改进算法(The use of neural network input M-sequence of linear discrete-time system identification, and its improved algorithm)
- 2009-11-13 19:24:06下载
- 积分:1
-
zzxymath_matlab_program
数学实验与Matlab程序zxymath_matlab_program
对于初学者,是一份不错的自学资料.
(Matlab mathematical and experimental procedures zxymath_matlab_program right in the beginners, is a good self-study information.)
- 2007-03-18 11:38:47下载
- 积分:1
-
cordic
Cordicc implementation using MATLAB to calculate sin cosine function also convert form polar to cartessia or cartessian to polar(this is a cordic implementation using matlab to compute sin cosine also transfer polar to cartessian vice versa)
- 2014-11-01 01:11:08下载
- 积分:1
-
Steinway-bright-1.2
STEINWAY GRAND PIANO V1.2 (082800)
LIGHT & BRIGHT VERSION
- 2014-12-27 14:47:53下载
- 积分:1
-
zidongkongzhi
单级移动倒立摆建模及串连滞后校正
自动控制课程设计(Single-stage mobile inverted pendulum model and serial lag correction curriculum design automation)
- 2009-01-07 20:42:28下载
- 积分:1
-
textmac
预测控制里面MAC算法的实现,简单明了,欢迎交流(programming for prediction control)
- 2012-08-23 15:24:48下载
- 积分:1
-
ceemd
说明: CEEMD算法文件,已经过测试,可完全能够使用!!!(CEEMD algorithm file)
- 2020-06-25 08:40:02下载
- 积分:1
-
svm
用MATLAB编写的分类回归程序,通用。并给出了实例对分类效果进行检验。(MATLAB prepared using classification and regression procedures, General. And give examples of the classification results from such a test.)
- 2009-02-24 22:47:49下载
- 积分:1
-
slidingmode
滑模变结构控制MATLAB仿真 经典书籍 刘金琨(a book of sliding mode Liu Jinkun)
- 2009-06-05 23:36:40下载
- 积分: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