-
Discrete_Cosine_code
用matlab实现的离散余弦编码,主要通过离散余弦编码的原理,用matlab实现的源代码。(Using matlab realize the discrete cosine coding, discrete cosine, mainly through the principle of encoding, using matlab realize the source code.)
- 2008-05-14 12:41:57下载
- 积分:1
-
MATLAB
pmsm电机矢量控制仿真,包含双环控制系统调试,以及其最小二乘辨识程序(pmsm motor control simulink,FOC,)
- 2014-03-19 14:38:24下载
- 积分:1
-
string-base64
Convert data (an array of integers) to a Base64 string.
- 2014-02-13 21:35:08下载
- 积分:1
-
MATLAB-GUI-serial-
可以实现通过matlab GUI界面做串口通信助手的软件(Can be implemented by matlab GUI interface to do serial communication software assistant)
- 2013-08-06 16:32:43下载
- 积分:1
-
Lasso_code
统计学中lasso模型的实现,并且应用于l0模型的求解。里面包含数值实验(Lasso achieve statistical model and the model used to solve l0. Which contains numerical experiments)
- 2014-12-05 13:10:33下载
- 积分: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
-
Ada_Boost
adaboost算法,用matlab编写的源程序,希望对大家有帮助(AdaBoost algorithm, prepared by matlab source, in the hope that we have to help)
- 2008-12-22 22:13:13下载
- 积分:1
-
fdtd2D
2D FDTD Codes with: standar formulation, flux density formulation, Mur ABC 1st and 2nd order, for TM mode
- 2010-12-27 09:12:46下载
- 积分:1
-
transfer
说明: 各种数码之间的相互转换,比如2进制转10进制(Base Conversion Algorithm)
- 2010-03-19 10:55:40下载
- 积分:1
-
CircularCapacitance
说明: 在matlab下,运用矩量法计算圆环形细导线电容及电荷分布,并分析电容随导线半径和圆环半径的变化(In matlab, compution of the annular thin wire capacitance and charge distributionwith MOM, and analysis of capacitor with the conductor radius and the radius of the circle)
- 2011-04-03 18:13:16下载
- 积分:1