-
MCM-matlab
说明: 基本的蒙特卡洛方法入门程序,简单易懂,适用于初学者!(a easy MCM program ,suit to the students.)
- 2011-03-24 16:12:40下载
- 积分:1
-
PSO
基于粒子群的神经网络优化算法的应用,在土壤水分特征曲线中的应用。(Neural network based on particle swarm optimization algorithm applied in the soil moisture characteristic curve application.)
- 2013-10-18 13:44:10下载
- 积分:1
-
58673
discrete fourier transform low high pass filter. in matlab
The following Matlab project contains the source code and Matlab examples used for discrete fourier transform low high pass filter.. function [g] = FFTPF1D (X,binsize, f, P) Discrete Fourier Transform Low/High Pass Filter.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
- 2015-01-20 16:25:08下载
- 积分: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
-
bcc2
细菌群趋药性算法的程序,网上到处找也没有,我就自己编了个,如果有bug请跟我联系。(The program of Bacterial Colony Chemotaxis algorithm ,I cant find anyone online,so I program it myself, please contact me f there are any bugs.)
- 2021-03-03 11:29:33下载
- 积分:1
-
electronic_crossover
calculates the simulink labs and implemented in simulink matlab environment
- 2009-06-03 17:33:43下载
- 积分:1
-
feature
应用MATLAB编写的关于lbp与hog特征的提取代码,可直接应用(Applications written in MATLAB and hog on lbp feature extraction code, can be applied directly)
- 2014-08-21 10:11:49下载
- 积分:1
-
trendMK
用于进行M-K分析代码,用于趋势和突变点寻找检验;编的比较全面,只需要把其中的例子数据换成你所需要分析的数据就行(MK code used for analysis, looking for trends and point mutation test compiled a more comprehensive, just put the data into one of the examples you need to analyze the data on line)
- 2011-09-27 12:16:21下载
- 积分:1
-
Optim_ilustrate
MATHLAB CODE FOR OPTIMAL SOLUTION
- 2013-10-25 16:10:39下载
- 积分:1
-
PPM_THt
仿真了超宽带的PPM调制的发射链路,包含完整源码(Simulation of the PPM modulated UWB transmitter link, contains the full source code)
- 2010-11-15 00:01:01下载
- 积分:1