-
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
-
biomedical_data_analysis
北京大学出版社尚志刚写的《生物医学数据分析及其MATLAB实现》一书的源程序及课后习题课件等。(University Press Shang Zhigang book, " biomedical data analysis and MATLAB to achieve" a source book and software, and other after-school exercise.)
- 2010-05-15 16:52:54下载
- 积分:1
-
pml
计算同轴谐振腔的一个小软件,是基础学习的不错的例子(Coaxial Resonator calculation of a small software is the foundation of learning good example! !)
- 2007-05-08 20:00:15下载
- 积分:1
-
astro
说明: 球面天文学(岁差、章动)和天体力学(行星星历表)的原始计算公式、算法和程序。matlab编译通过。主要包括:公历/儒略历转换为儒略日,儒略日转换为公历/儒略历,球坐标转换为直角坐标,直角坐标转换为球坐标等38个matlab源代码。压缩文件中有说明。(Spherical Astronomy (precession, nutation) and celestial mechanics (line stars ephemeris) of the original formula, algorithms and procedures. matlab compiler through. Mainly include: Gregorian/Julian calendar converted to Julian day, Julian date is converted to the Gregorian calendar/Julian calendar, the ball coordinates converted to rectangular coordinates, rectangular coordinates is converted to spherical coordinates, such as 38 matlab source code. Compressed file is described.)
- 2021-04-23 09:28:47下载
- 积分:1
-
一个拟合预测的MATLAB源程序
说明: 一个相当好的拟合预测的MATLAB源程序(a very good fit forecast MATLAB source)
- 2006-02-14 21:06:27下载
- 积分:1
-
de-LDPC
该算法时LDPC码优化的好帮手。通过差分进化(DE)实现LDPC码度分布优化。给定码率,自动搜索最佳度分布。算法运算量较小,可以得到次优解。(The algorithm of LDPC code optimization is a good helper. Through differential evolution ( DE ) to realize LDPC code degree distribution optimization. Given rate, automatic search of optimal degree distribution. Algorithm can get smaller, suboptimal solution.
)
- 2020-07-08 11:18:57下载
- 积分:1
-
gmres-sample
matlab中广义最小残量法的m文件 包含arnoldi过程 和 gmres两部分 (matlab generalized minimum residual method m file contains arnoldi the process and gmres two parts)
- 2020-11-10 20:39:46下载
- 积分:1
-
BLDC
直流无刷电机控制仿真,狠好,很全的,在外国网站下的(Brushless DC motor control simulation, hard, and very wide, and in foreign countries under the site)
- 2009-04-19 17:39:22下载
- 积分:1
-
Gauss
求线性方程组的列主元Gauss消元法,基于MATLAB开发(Linear Equations of the column pivot Gauss elimination method, developed based on MATLAB)
- 2010-12-13 17:30:12下载
- 积分:1
-
Fyzzy logic controller
模糊逻辑控制器的谐波最小化。出现了给用户提供优质电能的问题。这是由于网络中非线性负载的增加,构成了电网的谐波污染源,产生了许多干扰,干扰了电气设备的优化运行。本文提出了消除非线性负载引入的谐波的解决方案。利用Matlab Simulink对有源电力滤波器(APF)在稳态和暂态过程中对非线性负载产生的谐波和无功功率进行了补偿和分析。仿真方法对有源电力滤波器的实用性得到了证明,利用MATLAB SIMULINK具有更好的电能质量洞察力,以开发基于有源电力滤波器的新型模糊逻辑控制器(This is due to the increasing presence in network of nonlinear loads.They constitute a harmonic pollution source of the network, which generate many disturbances, and disturb the optimal operation of electrical equipments. This work, proposed a solution to eliminate the harmonics introduced by the nonlinear loads. It presents the analysis and simulation using Matlab Simulink of a active power filter (APF) compensating the harmonics and reactive power created by nonlinear loads in steady and in transients. The usefulness of the simulation approach to APF is demonstrated , have a better power quality insight using Matlab Simulink in order to develop new fuzzy logic controller based active power filte)
- 2018-06-29 11:39:28下载
- 积分:1