-
Initial-alignment-of-INS
介绍关于惯性导航初始对准理论与应用经典书籍(Classic book aboutthe description on initial alignment of inertial navigation theory and the application )
- 2012-06-15 19:34:28下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
Analysis-of-sound-signals
分析声音信号的时域和频域特性,并且可以分析声卡输入的声音,自己产生信号(Analysis of the sound signal in time domain and frequency domain characteristics, and can analyze the sound of the sound card input, the generated signal)
- 2013-04-23 14:22:05下载
- 积分:1
-
Desktop
牛顿法进行二次曲面分析,计算各迭代点的局部值(Newton s method analysis of quadric surface, the local value of iterative point is calculated)
- 2013-12-28 11:15:51下载
- 积分:1
-
污垢处理界面含matlab程序节点
说明: 神经网络处理污垢数据的matlab程序的lavbview实现(The interface of fouling thermal resistance LabVIEW)
- 2019-05-11 23:46:35下载
- 积分:1
-
chuantongpca
传统的pca人脸识别中的matlab算法,人脸前期处理,希望对大家有用( I was born in Liaoning.Liaoning is a beautiful place.There are many places of interest in Liaoning.I was born on September,26th.I am a girl.I like traveling,reading and English.Speaking English is very important.It s very useful for us.We should do our best to learn English.I like making friends,too.I want to make more and more friends.Let s be friends.When I am free,I usually read books.Much of my life has lived with books.My favorite book is《Harry Potter》.Harry Potter is a brave,clever boy.I like him very much.Books are very interesting.I have great fun in reading books. )
- 2011-05-21 21:35:39下载
- 积分:1
-
Fuzzy-judging-Matlab-prog
综合评判是对多种属性的事物,或者说其总体优劣受多种因素影响的事物,做出一个能合理地综合这些属性或因素的总体评判(Comprehensive evaluation of DuoZhong attributes of the things is, or the overall quality DuoZhong factors by the things, make a can be reasonably comprehensive these attributes or the overall evaluation factors
)
- 2011-09-05 11:28:07下载
- 积分:1
-
func_panduan_fenbu
判断数据是否符合概率分布;内含多种概率分布(Determine whether the probability distribution of the data)
- 2013-08-26 17:35:07下载
- 积分:1
-
osccalc
OSC 源文件。from eigenvector(OSC source. from eigenvector)
- 2011-10-08 15:14:09下载
- 积分:1
-
Digital_Audio_FX
数字音频处理matlab程序,能生成多种声音特效,是学习数字音频处理的好资料。(Digital audio processing matlab program that can generate a variety of sound effects, digital audio processing is to learn good information.)
- 2014-02-17 00:31:07下载
- 积分:1