-
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
-
GMM-learning
包括对于高斯混合模型GMM的三个PDF文档,有GMM的发展历史,学习笔记,以及相关中文文献(Including the three PDF documents Gauss mixture model of GMM, development history, the GMM study notes, and related Chinese literature)
- 2014-10-03 22:50:04下载
- 积分:1
-
histogram
this program calculates the histogram of an inage
- 2010-05-15 17:49:07下载
- 积分:1
-
turbo
matlab turbo的实现,转载于某人的书(matlab turbo)
- 2011-09-03 11:51:52下载
- 积分:1
-
Segmentation-of-Images_2
Image processing ..
this is most important application in image processing and communication engineering and have a lot of steps towards MATLAB controlling functions
- 2015-02-26 18:57:32下载
- 积分:1
-
meitiandizhe
一篇有关煤田与地震相关性的文章,希望对大家有帮助(One relating to coal and seismic correlation article, I hope to help everyone)
- 2015-03-26 10:01:37下载
- 积分:1
-
MATLABviterbi
基于matlab的卷积积分 有具体的程序和分析说明 对大家很有用(Based on the convolution integral matlab there are specific procedures and analysis for all of us very useful)
- 2008-12-12 22:42:37下载
- 积分:1
-
matlab-source-code
matlab多种控制算法的源代码,包括时域响应的性能指标,由特征多项式构造胡尔维茨矩阵,根轨迹几何法设计串联超前控制器等(matlab variety of control algorithm source code, including the performance of the time domain response by the characteristic polynomial constructed Hurwitz matrix, root locus the geometric method designed series lead controller)
- 2013-03-16 15:28:05下载
- 积分:1
-
SANFENLIANG
用于准确得到图像中某一颜色的RGB分量,便于处理(Used to accurately get the RGB components of a color image, easy to handle)
- 2013-04-26 18:10:43下载
- 积分:1
-
wavelet-transform
matlab编写的小波变换。可以用来去除噪声(Matlab prepared by wavelet transform. Can be used to remove noise)
- 2020-07-01 00:20:01下载
- 积分:1