-
MATLAB5shouce
MATLAB5语言手册.rar pdf格式(MATLAB5 language manual. Rar pdf format)
- 2008-12-13 21:08:13下载
- 积分:1
-
watermarking
说明: 基于小波变换的数字图像水印算法研究的论文(Wavelet-based Digital Image Watermarking Algorithm papers)
- 2010-04-06 18:13:44下载
- 积分:1
-
Plainness
求峰值点的子程序,可用于信号的频率等参数估计(And the peak point of the subroutine, may be used to signal the frequency parameter estimation)
- 2011-12-12 11:38:40下载
- 积分:1
-
sol
canny edge detector implemented in matlab using as little loops as possible for maximum efficiency
- 2012-01-01 15:37:53下载
- 积分:1
-
PV_final
光伏发电模型,能实现光伏最大功率点跟踪,可以跑出仿真(Photovoltaic power generation model can realize maximum power point tracking of photovoltaic)
- 2020-06-20 18:40:02下载
- 积分: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
-
CENTER-GM(1-1)
中心逼近时的灰色预测,根据实际情况通过不断调整matlab程序中的m值,达到更高的精度。(Change the grey prediction of background value, through the continuous adjustment of the m value in the matlab program according to the actual situation, to achieve higher accuracy.)
- 2015-03-11 22:29:27下载
- 积分:1
-
matlab_trm.rar
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。(MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning of mathematics students, as well as other courses in numerical analysis of the students, the program clearly and learning to MATLAB is also a great help, but the procedure also There are a number of shortcomings, the reader himself to be corrected in accordance with the actual problem.)
- 2009-04-10 16:19:04下载
- 积分:1
-
113172237sarsi
关于sar原始数据压缩的算法分析 希望对大家有帮助(about sar row data)
- 2010-05-12 19:54:33下载
- 积分:1
-
New-folder
Numerous industrial applications have begun to require higher power apparatus in recent years. Some medium voltage motor drives
- 2014-11-18 17:19:01下载
- 积分:1