-
DBAIN
Decision based Impulse noise removal
- 2009-11-05 23:47:08下载
- 积分:1
-
cx4_3
振动信号预处理方法_____滑动平均法消除趋势项(_____ Vibration signal preprocessing method trend term moving average method to eliminate)
- 2011-05-06 16:13:40下载
- 积分:1
-
huweiwei_bia_retinex
这是对图像进行增强处理,可以用MATLAB运行,需要的可以拿去参考(This is the image enhancement process, you can run with MATLAB, you can take the required reference)
- 2015-01-06 12:53:02下载
- 积分:1
-
gptips1.0
a genetic programming toolbax for matlab
- 2014-02-15 02:51:01下载
- 积分:1
-
options
这是一个ficf飞洒积分发算好if奖撒的那个积分撒(okmodsdsolkdaldnhwiufnkjas)
- 2018-01-28 21:02:17下载
- 积分:1
-
1190
说明: 粒子滤波和卡尔曼的比较,希望给大家一些帮助(patical and kalman)
- 2010-03-27 11:01:51下载
- 积分:1
-
matlab-program-
matlab 学习实例
1-32是:图形应用篇
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇
(Example 1-32 is learning matlab: graphics articles 33-66 is: interface design articles 67-84 is: is the graphics chapter 85-100: Numerical Analysis Section)
- 2011-05-02 14:00:28下载
- 积分:1
-
gaosiruili01
高斯白噪声瑞利信道的分析,通过眼图来分析信道的衰落(Gaussian white noise channel Rayleigh's analysis, through eye diagram to analyze the decline of channel)
- 2007-05-13 11:23:03下载
- 积分:1
-
motorwifi
gsm location finder for the gsm modem accurately by AT commands..
- 2014-12-24 16:33:29下载
- 积分: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