-
bpmatlab
bp神经网路在地震预测中的应用,分别采用gd、gdx、lm训练方法,供大家参考~(bp neural network in the earthquake prediction, respectively, using gd, gdx, lm training methods for your reference ~)
- 2008-12-16 19:49:18下载
- 积分:1
-
InteractiveSmoothing
The file is used for Image smoothing.
- 2010-10-23 13:55:02下载
- 积分:1
-
slidefilter
Sliding Sum Averaging Filter
Smoothes data by sliding it past itself, one sample at a time, and summing.
The length of the output is the same as the length of the input. The output
will be normalized. Equivalent to a moving average (lowpass) filter, but
more efficient.
- 2010-01-29 16:57:32下载
- 积分:1
-
calcErrorTOA
使用TOA的方法來計算位置,相當好用的程式(Using the TOA method to calculate the location, very easy to use program)
- 2010-02-24 20:52:52下载
- 积分:1
-
emdqyj
经验模态分解,EMD代码,采用经验模态分解求取行波故障波形突变点(emd code)
- 2013-09-20 22:28:06下载
- 积分:1
-
stbc-correct
correct coding for running the stbc in matlab
- 2011-05-02 04:13:25下载
- 积分:1
-
xch11-xch14
数学建模第十三讲,matlab插值的相关代码(Mathematical modeling the newsboy model courseware, the code)
- 2012-10-14 16:03:51下载
- 积分:1
-
4
说明: 信号处理,进行信号检测与处理,通过设定threshold来进行信号检测的可信度调整(Credibility adjustment signal processing, signal detection and processing, by setting threshold for signal detection)
- 2013-12-02 04:18: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
-
4
说明: matlab科学计算继续上传,一共10个章节,由浅入深,几乎包括了绝大部分的科学计算方法以及仿真。本人把部分算法做了优化,更为完善(matlab scientific computing continue to upload a total of 10 chapters, easy-to-digest, almost, including most of the scientific method of calculation and simulation. I have done a part of algorithm optimization, a more perfect)
- 2008-12-25 16:29:03下载
- 积分:1