-
matlab_colea
matlab音频处理工具箱colea,仅参考及学习。(matlab audio processing toolbox colea, only a reference and learning.)
- 2013-12-24 00:33:46下载
- 积分:1
-
lappses
A Matlab implementation of the JonkerVolgenant
- 2010-12-16 19:11:26下载
- 积分:1
-
mimo
MIMO系统的各种空时分组码仿真包括22alamouti编码,12速率的空时分组码(MIMOMulti-input multi-output (MIMO) system of space-time block codes 22alamouti coding, 12 simulation including rate of space-time block codes)
- 2010-05-14 17:11:22下载
- 积分:1
-
mean_pe2
平均误码率统计的的matlab程序,使用的时候还有一点注意事项,见程序内部说明(The average bit error rate statistics matlab program, when used, also Note, see the procedures for internal instructions)
- 2012-06-12 01:05:02下载
- 积分:1
-
ls
说明: 这是一个LS-SVM的预测实例,主要实现对击穿电压的预测出图形,希望能够给与帮助~(This is an instance of LS-SVM' s prediction, the main achievement of the predicted breakdown voltage graph, hoping to give help ~)
- 2011-09-27 18:25:40下载
- 积分:1
-
D
说明: 此程序是2013年全国研究生数学竞赛的D题的折射部分的程序,则会是一个很好地程序,本程序用matlab编写实现。(This program is the 2013 National Graduate Mathematical Contest Problem D refraction part of the process, then there is a good program, this program using matlab implementation.)
- 2013-09-25 19:10:38下载
- 积分:1
-
ijcv-08
一种求解基础矩阵的方法,matlab实现(Solving the fundamental matrix method, matlab achieve)
- 2013-10-22 11:13:56下载
- 积分:1
-
12
说明: matlab科学计算继续上传,一共10个章节,由浅入深,几乎包括了绝大部分的科学计算方法以及仿真。本人把部分算法做了优化,更为完善,一共十二个,其中11、12是本人与实验室搭档共同编写,感谢王美女(matlab scientific computing continue to upload a total of 10 chapters, easy-to-digest, almost including most of the scientific method of calculation and simulation. I have done some algorithm optimization, a more perfect, a total of 12, 11,12 which is my partner, prepared jointly with the laboratory, thanks to Wang Mei)
- 2008-12-25 16:34:26下载
- 积分:1
-
cengci_analysis
这是数模中有关层次分析的源码,相信有需要的人!(This is the model on several levels of analysis of the source code, I believe those who are in need!)
- 2007-05-07 19:47:52下载
- 积分: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