-
interpolate
两种interpolate图像的算法, 一种是OptimalRecovery, 另一种不知。(two algorithms to interpolate images, one is optimalRecovery, another one unknown.)
- 2010-11-14 16:07:16下载
- 积分:1
-
changdu
利用龙格库塔法解光波导激光器的重叠因子的传输方程,从而得到输出功率(Runge-Kutta method using optical waveguide laser solutions overlap factor of the transfer equation, thus the output power)
- 2009-05-25 21:42:12下载
- 积分:1
-
chap8_2
干扰信号的灰色估计仿真程序及分析,属于灰色估计理论基础(Gray estimated interference signal simulation program and the analysis, estimation theory is the basis of gray)
- 2009-05-27 16:17:46下载
- 积分:1
-
googleranking
google ranking para matlab
- 2011-04-28 02:59:36下载
- 积分:1
-
imreconstruct
此函数是用C语言编写的MEX文件,与MATLAB中imreconstruct函数功能相同,效果一样,运行速率更快。(This function is written in C MEX file, the same function with in MATLAB imreconstruct function, the same effect faster run rate.)
- 2012-08-01 16:49:21下载
- 积分: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
-
tongxinyewuliang
通信网中,经过对分析的编程仿真,对爱尔兰B公式以及爱尔兰C公式有了更深的认识,也对通信业务分析的方法也加深了理解,并且利用Matlab GUI 编程验证了算法的正确性。(Communication network, through simulation analysis on programming, Ireland Ireland B formula and the formula C a deeper understanding of methods for the analysis of communication services also deepened the understanding and use of Matlab GUI programming to verify the correctness of the algorithm.)
- 2013-12-29 23:56:45下载
- 积分:1
-
schrod6.tar
Schrodinger and Poisson solver
- 2012-04-30 13:50:29下载
- 积分:1
-
ANN
神经网络代码,用于区分种类,里面有详细例子(Neural network code)
- 2014-12-01 15:40:50下载
- 积分:1
-
tls_esprit.m
空间谱估计算法,子空间旋转不变法,tls-esprit算法。(Spatial spectrum estimation algorithm, subspace rotation invariant method, tls-esprit algorithm.)
- 2012-09-18 16:17:46下载
- 积分:1