-
Taflove_FDTD
taflov所写的关于FDTD书中的完整程序,包含有1D,2D,3D的完整例子,对初学者非常的有用。(taflov written the book on the FDTD complete procedures, includes 1D, 2D, 3D complete examples, very useful for beginners.)
- 2007-12-23 12:00:03下载
- 积分:1
-
biancheng
用Capon法和MUSIC法对七单元线形天线阵在四信号输入情况下的编程仿真(Using Capon and MUSIC method of seven units in the four linear antenna array signal input in case of simulation programming)
- 2008-04-24 15:49:30下载
- 积分:1
-
ask
说明: 可以实现2ask的调制,在信噪比SNR为0,10,20。如有需要者可下载。(it is a good matlab program! it can produce a 2ask signal at SNR=0,10,20.)
- 2010-04-02 09:45:02下载
- 积分:1
-
a1
说明: book related to electronic 1(korea version)
- 2012-03-30 23:38:59下载
- 积分:1
-
PN_reasearch
CMMB中PN序列的生成和强自相关特性在各种条件下的保持(The reasearch of PN sequences in CMMB, about its autocorrelation)
- 2011-11-02 14:39:04下载
- 积分:1
-
LDPC
LDPC编译码算法,主要研究编码效率、帧长与吞吐量的三维关系。文件ldpcBER.m为运行文件,其他文件为函数文件。(LDPC encoding and decoding algorithms, the main research coding efficiency, frame size and throughput 3D. The file ldpcBER.m run the file, other files as a function of the file.)
- 2013-05-17 20:36:44下载
- 积分:1
-
icekey
IceKey Licance Control System
- 2014-02-04 13:10:51下载
- 积分:1
-
function1
关于电磁兼容性方向的封闭腔体开口对电磁屏蔽效能的影响以及在水平衰减极化方向暗室内天线因子的解析法求解(Analytical Formulation for the Shielding
Effectiveness of Enclosures with Apertures)
- 2017-04-23 11:08:23下载
- 积分:1
-
wavecut
在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之三(In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function series of three)
- 2009-04-27 15:26:00下载
- 积分: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