-
tongjituiduan
统计推断实验程序,用模拟退火算法寻找大量数据的最佳函数拟合(Statistical inference test procedure, using simulated annealing algorithm to find the best function fitting large amounts of data)
- 2011-05-12 20:51:53下载
- 积分:1
-
canny
canny算子,matlab环境,分模块编程,解释详尽(canny operator matlab environment, sub-module programming, explain the detailed)
- 2013-04-11 13:20:24下载
- 积分:1
-
imgretrieval
Brodatz Album 库中任取10幅图像,每幅图分成四小块,得到40幅小图像,取其中一幅小图像,对大图中其余三幅小图进行检索(image retrieval)
- 2013-11-05 16:10:12下载
- 积分:1
-
XMLlToolbox2
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_format(project, off )
"<project>
<name>MyProject</name>
<id>1234</id>
<param>
<a>3.1415</a>
<b>42</b>
</param>
</project>"
On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
- 2007-11-27 00:35:05下载
- 积分:1
-
digital-filter
利用超大规模集成电路技术实现高精度的A/D转换器通常采用过采样技术,该技术包括调制器和数字滤波两部分。(The use of VLSI technology to achieve high-precision A/D converters typically using oversampling technique including modulator and digital filter in two parts.)
- 2013-07-20 15:15:16下载
- 积分:1
-
MATLAB
实现滤波,程序包含高通滤波,低通滤波和带通滤波。(Filtering, the program includes high pass filter, low pass filter and bandpass filter.)
- 2018-02-25 20:47:26下载
- 积分:1
-
yuyinzhengqiang
用减谱法进行语音增强,效果还不错。
读入语音,调整噪声水平即可。(Spectral method used by speech enhancement, the effect was not bad. Read into the voice, the noise level can be adjusted.)
- 2009-06-03 21:38:31下载
- 积分:1
-
data_fusion
数据融合,能实现多传感器数据融合,09年研究生数学建模C题程序(Data fusion.It can accomplish data fusion of difference datas from differerent sensor.)
- 2012-10-13 11:24:59下载
- 积分:1
-
pso
说明: 基本粒子群优化算法Matlab源程序 (Elementary particle swarm optimization algorithm Matlab source code)
- 2010-03-26 12:45:34下载
- 积分:1
-
ZEVEN
Matlab教程第7章,编程与数据分析、整理(Matlab Guide Chapter 7, programming and data analysis, sorting)
- 2013-07-20 10:08:35下载
- 积分:1