-
ex_nav
功率谱仿真,用于仿真信号功率谱,对于学习信号与导航功率谱的计算有一定帮助(Power spectrum emulation of signal power spectrum, for the calculation of the power spectrum of learning and navigation signals have some help)
- 2014-12-15 11:23:42下载
- 积分:1
-
superMatlab
Matlab入门,非常好的资料,对于初学者尽快熟悉运用是个不错的帮手(Matlab entry, very good information for beginners as familiar with the use is a good helper)
- 2006-06-01 11:02:15下载
- 积分:1
-
read_grd
采用matlab编程语言,主要功能用于读取grd文件。(read grd document)
- 2011-06-06 11:52:21下载
- 积分:1
-
projecaheadusingode45
it is useful and helpful for my research work
- 2013-12-21 13:58:29下载
- 积分:1
-
svpwm3
基于matlab的异步电动机仿真控制,控制方式为svpwm波,输出结果理想。(Based on simulation matlab induction motor control, control of svpwm wave output ideal.)
- 2013-11-25 10:09:55下载
- 积分: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
-
Inertial-Navigation-System-program
严恭敏老师编写的SINS的Matlab仿真程序,包括大方位误差角扩展卡尔曼(EKF),滤波初始对准仿真,静态惯导/星敏感器组合,大姿态误差角非线性状态模型,UKF滤波。(Yan Gong Min teacher preparation SINS of Matlab simulation program, including large azimuth error extended Kalman (EKF), filtering initial alignment simulation, static INS/Star Sensor, big attitude error angle nonlinear state model, UKF filter.)
- 2020-07-01 16:00:01下载
- 积分:1
-
ceshi
Kalman滤波器的MATLAB实现,一个Kalman滤波的应用实例(Lt RTI ID 0.0 & gt u5 & lt /RTI & gt & lt /RTI & gt & lt RTI ID 0.0 & gt u5 & lt /RTI & gt )
- 2017-04-24 15:47:40下载
- 积分:1
-
qr104
自己编写的程序包括
主要是天线的自适应算法仿真(I have written procedures, including all the major adaptive algorithm is the simulation of antenna)
- 2009-04-28 19:08:30下载
- 积分:1
-
matlab-6
数学建模基础教程,对于初学者可以参考,很好的基础建模资料(mathematical modeling basic course for beginners can reference, very good base modeling material
)
- 2011-12-03 12:42:52下载
- 积分:1