-
MATLAB-shixian-IIR
用matlab来实现IIR滤波器的设计实验,提供程序代码。(Matlab to achieve IIR filter design experiments to provide the program code.)
- 2012-10-10 20:13:50下载
- 积分:1
-
gvalue
彩色图像质量评价程序,用于评价彩色图片的清晰度(Color image quality assessment procedures for resolution of color images)
- 2010-10-08 10:13:40下载
- 积分:1
-
51622442snakedemo
snake 模型的MATLAB算法。可用于图形轮廓识别等图像处理方面的领域。(active contour model developed by others.It can be used in line detection and motion tracking.If someone wants to use it,please get in tough with the developer.)
- 2010-03-10 09:30:37下载
- 积分:1
-
dianti
simulink的一个仿真程序,希望对初学者有用,电梯模型(simulink)
- 2010-05-24 15:48:29下载
- 积分:1
-
askdjalskdjlkfjdf
蓝牙与wifi的干扰共存研究,很实用的一个MATLAB程序(bluetooth and IEEE802.11b)
- 2012-05-15 19:05:42下载
- 积分:1
-
Matlab
matlab的书籍,很不错的,包括matlab命令集,很有用的东西。(matlab books, very good, including the matlab command set, very useful things.)
- 2008-04-15 21:38:44下载
- 积分:1
-
MinMaxFilterFolder
Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码,
(Description The filter computes the minima and/or maxima of an array over sliding window with a given size.
Multidimensional array is fully supported: running filter in 1D, 2D filter for image processing applications (erosion/dilatation), 3D and more.
This package has been implemented with a special care on the running speed: the MEX engine uses an algorithms that requires no more than three (3) comparisons per element and per dimension in all configurations.
All numerical and logical class arrays are supported.
Contributor (beside author) is Vaclav Potesil
Acknowledgements
This submission has inspired the following:
Free-knot spline approximation
MATLAB release MATLAB 7.8 (R2009a)
Other requirements MEX correctly setup NO image processing is required Download a tiff file for
)
- 2010-03-04 17:05: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
-
Matlab
MATLAB的经典课件,包括矩阵运算,m文件,函数调用等等(MATLAB classic courseware, including matrix operations, m file, function calls, etc.)
- 2010-09-03 22:10:48下载
- 积分:1
-
3MFCC
自己用的一个求MFCC参数的程序,绝对好用,带原始数据,可直接运行(A program and MFCC parameters, absolutely easy to use, with the original data, and can be run directly)
- 2013-04-19 19:37:54下载
- 积分:1