-
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
-
sinu_Max
永磁同步电机矢量控制开环Simulink模型(基于Park,Clark变换,即2/3变换)(Hardware-in-loop electrical motor FOC open loop Simulink model)
- 2012-04-16 22:27:49下载
- 积分:1
-
ABCoptimization_0.13.11_3
abc algorithm optimization program considered all the parameter....
- 2015-01-04 14:08:14下载
- 积分:1
-
qangbang_v16
能量谱分析计算,包括广义互相关函数GCC时延估计,是路径规划的实用方法。( Energy spectrum analysis and calculation, Including the generalized cross-correlation function GCC time delay estimation, Is a practical method of path planning.)
- 2016-05-10 15:37:42下载
- 积分:1
-
wavelett
小波变换的MATLAB变换程序
可以对信号进行降噪声处理(xiaobobianhuan.m)
- 2010-08-13 22:44:36下载
- 积分:1
-
EXP71
MATLAB PROGRAM FOR CONTROLLER DESIGN USING POLE PLACEMENT TECHNIQUE
- 2013-10-23 01:44:11下载
- 积分:1
-
opf
完全极坐标的内点法最优潮流程序,通用版,所有节点可用。(OPF program completely polar coordinates interior point method, the generic version, all nodes are available.)
- 2012-10-16 23:03:18下载
- 积分:1
-
1
matlab的简单小例子。。可以完成一下诶简单的。绘图(simlpe gui designed)
- 2013-12-22 17:31:09下载
- 积分:1
-
xiaobosjwl
说明: 这是小波神经网络的MATLAB6.5下的程序,不算完善,大家一起研究吧(WNN Matlab6.5 the procedure is not perfect, it all together)
- 2005-09-06 10:27:58下载
- 积分:1
-
ZigBeeIEEE
The implementation was built on Matlab/Simulink using
fundamental components in Simulink to demonstrate how
reliably complex modulation schemes can be built, cost
effectively and efficiently [5]. The design of ZigBee
transmitter using MSK modulation is shown in the Figure 1.
Here we map input data bits to 8-chip PN sequences to be
transmitted and results in a chip rate of two mega chips per
second. After that, resultant chip sequence is send to the serial
to parallel converter. It is used here to separate the odd and
even bit indexed chips. Following this bipolar data formatting
is performed and signal modulated with a 2.4 GHz carrier on
the In Phase and QuadraturePhase data stream and adds it to
get the required transmitter output signal.
- 2014-09-23 20:56:58下载
- 积分:1