-
PID_Control_Made_Easy
PID Controller Design and Tuning with MATLAB and Simulink(This demo file shows new capabilities for PID Controller design and tuning in MATLAB and Simullink)
- 2010-01-09 16:42:36下载
- 积分:1
-
eliminationmethod
说明: 线性方程组的数值解法高斯消元法包括列主元消元法和高斯简顿消元法MATLAB环境编程实现线性方程组的解(Numerical Solution of Linear Equations Gaussian elimination method,including the mainelement elimination method and Gauss Jane Dunxiao element method.MATLAB environment,programming solution of linear equations)
- 2010-04-15 10:51:15下载
- 积分:1
-
Matlab-my-best-love
Matlab中Simulink建模与仿真,大家可以用来参考,希望对大家有用(Matlab Simulink modeling and simulation, can be used to reference the hope that useful)
- 2012-06-02 11:05:19下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1
-
Analysis_K-SVD_package
一种经典的K-SVD的分析工具包,有需要的可以一起下载下来研究下(A classic K-SVD analysis toolkit can be downloaded along with the need to study down under)
- 2014-12-15 11:14:27下载
- 积分:1
-
dijkstra-(2)
计算最小生成树,求解最短距离问题,matlab程序代码(注:不是只是两点之间最短路径,不是遍历问题)。(solve the problem of the shortest path.)
- 2012-05-13 10:40:37下载
- 积分:1
-
Frame-Extraction
The matlab code is used to take the videos and extract all the frames from the video.
- 2014-01-29 14:40:53下载
- 积分:1
-
simmg1k
Simulation of m/m/1/k type queuing process
- 2009-10-31 13:47:29下载
- 积分:1
-
huidugongsheng
这个程序代码的作用是提取图像的纹理特征,用一个滑动窗口求取共生矩阵(The role of this code is to extract texture features of the image, with a sliding window to strike a co-occurrence matrix)
- 2014-11-24 10:56:29下载
- 积分:1
-
GUASS-RAILY-POSSION
高斯分布,瑞利分布,泊松分布,产生符合这三个分布的随机序列(Gaussian distribution, Rayleigh distribution, Poisson distribution, that meets these three distributed random sequence)
- 2013-12-09 22:23:20下载
- 积分:1