-
Space-Time-Codes-and-MIMO-Systems
mimo通信系统中空时编码处理书中所附的matlab仿真代码,供大家学习(mimo communication system of hollow-coded handle the book accompanying Matlab simulation code, for your learning)
- 2012-04-04 17:47:24下载
- 积分: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
-
image_compression
Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called prefix-free codes , that is, the bit string representing some particular symbol is never a prefix of the bit string representing any other symbol). Huffman coding is such a widespread method for creating prefix codes that the term Huffman code is widely used as a synonym for prefix code even when such a code is not produced by Huffman s algorithm.
- 2015-03-31 04:25:52下载
- 积分:1
-
morphtool
has all operation included in morphology
- 2010-08-03 00:05:44下载
- 积分:1
-
Virtual-reality
helpful virtual rality document
- 2015-03-03 00:06:17下载
- 积分:1
-
Wavelet packet analysis
小波包分解提取信号动力特性 能量特性 供大家参考(Wavelet packet analysis to extract the characteristic frequency of the vibration signal, and the calculation of the energy spectrum analysis)
- 2017-06-26 16:15:47下载
- 积分:1
-
icd2_new
说明: MPLAB ICD2 固件源码
MPLAB ICD2 固件源码(MPLAB ICD2 DIY AND FIRMWARE)
- 2009-08-26 14:01:19下载
- 积分:1
-
cdma.rar
CDMA多用户检测的matlab方仿真程序,与传统的单用户检测进行比较。(Multi-user detection CDMA matlab simulation program side, with the traditional single user detection were compared.)
- 2011-05-28 20:49:48下载
- 积分:1
-
gaussverfahren
高斯法求解方程,在matlab中建立,求解方程并显示运算时间结果,用于对高斯法有一个更直观的认识。(Gauss method for solving equations, established in matlab, solving equations and displays the computation time results for the Gaussian method has a more intuitive understanding.)
- 2013-09-25 20:22:59下载
- 积分:1
-
模拟退火算法计算函数最小值以及SVM参数寻优
利用模拟退火算法求解已知函数的最小值,即模拟退火算法寻优问题,可以广泛推广。(Using simulated annealing algorithm to solve the minimum of the known function, that is, the simulated annealing algorithm optimization problem, can be widely promoted.)
- 2020-08-28 09:48:11下载
- 积分:1