-
OFDfcode
ofdf source code, use for hspa
- 2010-10-06 10:37:12下载
- 积分:1
-
matlab-learning
这是介绍matlab使用的资料,简单实用,可以提供快速学习,简单易懂,非常好的东西(This is to introduce the data used matlab, simple and practical, can provide fast learning, easy to understand, very good thing)
- 2011-05-02 19:55:33下载
- 积分:1
-
guistudyexample
一些比较经典的MATLAB gui界面的例子,对指导GUI编程很有意义 (数值分析)(Some of the more classic examples of MATLAB gui interface, it makes sense for GUI programming guide (Numerical Analysis))
- 2011-10-26 16:17:07下载
- 积分:1
-
PalmPrint
关于掌纹识别的matlab源代码,包括预处理、特征提取、匹配等(Palmprint recognition on the matlab source code, including preprocessing, feature extraction, matching, etc)
- 2016-04-07 18:36:12下载
- 积分:1
-
SAR_RD(matlab)
合成孔径雷达成像程序,使用RD算法,对点目标进行仿真,实现点目标的成像(Synthetic aperture radar imaging procedures, the use of CS algorithm, the point target simulation to achieve point target imaging)
- 2013-12-19 12:01:42下载
- 积分:1
-
sa_ex2_3
智能天线代码,适合于学习用matlab对天线进行建模仿真,matlab可以实现对天线结构的复杂设计,尤其结合hfss功能更强大(the matlab code for antenna design)
- 2014-02-14 04:55:20下载
- 积分:1
-
ga_matlab
matlab实现遗传算法程序,用于求解约束的优化问题(matlab genetic algorithm to achieve the procedure for solving constrained optimization problem)
- 2008-12-17 23:30:48下载
- 积分:1
-
1
说明: 《Matlab与通信仿真》--数字调制篇--分析R-QAM或G-QAM的性能(信道任选)(" Matlab simulation and communication" - Digital Modulation articles- Analysis of R-QAM or the performance of G-QAM (optional channel))
- 2009-05-14 14:19:18下载
- 积分:1
-
antenna
关于天线设计和电磁波分析程序,实现多项电磁波分析功能
(program about antenna and electromagnetic waves,analysis many electromagnetic )
- 2010-02-02 14:26:22下载
- 积分: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