-
resonator
说明: Fox-Li模拟谐振腔,含有条形,矩形,圆形腔,并做成GUI可是界面(The Simulation of Mode Field in Resonator Based On Fox-Li Method)
- 2009-08-04 22:35:48下载
- 积分:1
-
savgol
s-g平滑非常详细的源代码,附有非常详细的注释,非常好用(sg smooth very detailed source code, with very detailed notes, very easy to use)
- 2014-01-20 14:35:55下载
- 积分:1
-
BPmatlab
BP神经网络算法是在BP神经网络现有算法的基础上提出的,是通过任意选定一组权值,将给定的目标输出直接作为线性方程的代数和来建立线性方程组,解得待求权,不存在传统方法的局部极小及收敛速度慢的问题,且更易理解。(Back Propagation artificial neural networks)
- 2016-03-17 21:49:31下载
- 积分:1
-
matlab-and-maple
用Maple和MATLAB解决科学计算问题,对于这两大数学工程软件的联合使用与学习有很大帮助(Scientific Computing with Maple and MATLAB to solve problems of great help for the joint use of these two mathematical engineering software and learning)
- 2012-05-22 10:34:35下载
- 积分:1
-
05_UsingAccelWare
This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a library of over fifty IP generators, available in the form of three toolkits that produce synthesizable MATLAB for common MATLAB built in and toolbox functions. Each generator offers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.(This lab exercise will introduce you to the AccelWare IP generators. AccelWare is a librar y of over fifty IP generators, available in the form of three toolkits that pro duce synthesizable MATLAB for common MATLAB negation ilt in and toolbox functions. Each generator of fers macro and micro-architecture selections that allow full customization of the generated model to the target application requirements.)
- 2007-04-18 12:57:05下载
- 积分:1
-
qinzhende
图像去噪 使用小波 curlet变换处理信号(The image denoising wavelet curlet transform)
- 2013-04-05 16:22:58下载
- 积分: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
-
ino.ent
read text,image,audio and calculate entropy and information
- 2011-10-19 01:46:20下载
- 积分:1
-
3rd-harmonic
在进行谐波抑制过程中,往往用指定次谐波算法来完成,该代码为3次谐波算法。(In process of harmonic suppression, often with a specified harmonic algorithm to complete, the code for three times harmonic algorithm.
)
- 2014-12-14 20:08:25下载
- 积分:1
-
statespace
相空间重构中两个重要参数,延迟时间和关联维数的matlab程序(state space)
- 2009-06-02 12:23:03下载
- 积分:1