-
EBMA_Half_Pixel.m
说明: matlab实现EBMA, 通过HALF PIXEL的算法来实现对图像的压缩.(matlab implementation EBMA, by HALF PIXEL algorithm to achieve image compression.)
- 2010-04-30 12:23:21下载
- 积分:1
-
ex2
仿真比较OFDM系统的IDFT/DFT的实现与模拟调制实现(The simulation comparison OFDM the IDFT/DFT Implementation and analog modulation)
- 2013-05-03 23:13:50下载
- 积分:1
-
自动多阈值分割
说明: 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像(prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing)
- 2006-01-09 10:36:59下载
- 积分:1
-
cycle_detect_SNR
基于循环平稳特性的频谱感知研究 PLC信道 MATLAB程序(Perception of the spectrum based on Cyclostationarity)
- 2014-05-29 15:55:35下载
- 积分:1
-
PSO-SVM
粒子群优化算法优化支持向量机(PSO-SVM)(Particle swarm optimization algorithm optimize the SVM)
- 2016-05-02 09:52:05下载
- 积分:1
-
FastICA
快速独立元分析,matlab程序 (fast ICA)
- 2010-06-14 04:17:47下载
- 积分:1
-
iris
it is used to find the hamming distance between the two iris templates.The shift bits file will taken into the rotational inconsistency
- 2010-01-20 14:15:11下载
- 积分:1
-
Fourier-matlab
主要介绍几种函数的傅里叶变换,及傅里叶函数变换的matlab实现(Several functions introduced Fourier transform, and the Fourier transform matlab realization function)
- 2013-11-07 20:16:21下载
- 积分:1
-
nibianqi
光伏并网发电系统中逆变器的研究与设计,比较有用的资料,逆变器设计可以参考(Grid-connected PV system inverter design, useful information, inverter design can refer)
- 2013-01-08 19:32:20下载
- 积分: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