-
cordic_sqrt_atan
利用cordic实现开方和atan运算的matlab源码。
本人原创,标准cordic算法。(calculate aquare root and atan by cordic.
Matlab m language.)
- 2009-12-25 14:38: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
-
AttSytem
Attend System it s on online attend system used to maintain attendence.
- 2015-01-10 19:03:05下载
- 积分:1
-
StereoVision_FunMatrix
本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。
main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.m 是数据规格化后的8 点法求解基础矩阵。(The algorithm is implemented in Matlab2008b environment based stereo vision camera matrix calculations. Including the main, sevenPoint, eightpoint and eightpoint_norm three functions.
main.m is the entry, including the generation and reading test data were calling sevenPoint, eightpoint and eightpoint_norm three fundamental matrix function evaluation, and finally draw the final result. sevenPoint.m 7 method is based on matrix. eightpoint.m 8-point method is based on matrix, eightpoint_norm.m the data after the 8-bit normalized fundamental matrix method.
)
- 2011-01-25 19:33:55下载
- 积分:1
-
mianyi
免疫算法的matlab代码,应该比较好用,谢谢支持!(immune algorithm Matlab code, it should be more convenient, thank you support!)
- 2007-03-20 12:20:00下载
- 积分:1
-
CrankNicolson_DiffusionProblem
CankNicolson scheme to solve the diffusion equation for different initial conditions
- 2010-12-01 03:04:53下载
- 积分:1
-
erzhiyasuo
能够利用游程编码和四叉树编码完成图像二值压缩。(Can use run-length coding and quadtree coding of image binary compression.)
- 2010-05-17 19:37:18下载
- 积分:1
-
power_Transfo3phCoreType_BH
power_Transfo3phCoreType_BH.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_Transfo3phCoreType_BH.rar,
Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
- 2013-08-26 22:02:34下载
- 积分:1
-
zhendongxinhaobianjipu
该程序功能为对所输入的振动信号进行希尔伯特黄变换,得到其边际谱(The program features the vibration input signal Hilbert Huang transform and its marginal spectrum of)
- 2012-08-08 09:39:24下载
- 积分:1
-
GAMatlab
本系统实现电力系统遗传算法的应用,能够很好的解决在电力系统中一般问题的求解(Realize the system of genetic algorithm for power system applications, can be a good solution in the power system to solve the general problem)
- 2008-04-15 14:38:27下载
- 积分:1