-
convolution_codes
说明: 通信系统的仿真,卷积码是纠错码的一种,可以用于数字电视,手机等通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!(communications system simulation, convolutional codes is an error-correcting code that can be used in digital TVs, mobile phones and other communications, this example is based on the Matlab program can be used for actual simulation!)
- 2006-05-06 16:44:03下载
- 积分:1
-
AVO-PP-Class
AVO PP摸模拟及分类程序,其中包括了模拟计算程序,分类数据等(AVO PP touch simulation and classification procedures, including the simulation calculation program, data classification etc.)
- 2014-01-07 09:30:20下载
- 积分:1
-
F_Cluster
依据不同模糊距离公式建立模糊相似矩阵,采用matlab编程实现的模糊聚类分析的源程序代码(Fuzzy similar matrix matlab fuzzy clustering analysis of the source code programming depending on fuzzy distance formula)
- 2013-12-24 18:51:15下载
- 积分:1
-
1
说明: matlab程序 半参数模型两阶段估计的参考程序(Two stage estimation of MATLAB program semi parametric model)
- 2018-06-04 02:06:17下载
- 积分:1
-
马尔科夫链法预测股票
说明: 这是马尔科夫链预测的一个非常好的例子,值得大家学习与借鉴。(This is a very good example of Markov chain prediction, which is worth learning and using for reference.)
- 2020-12-06 09:39:24下载
- 积分:1
-
fisherclassify
本程序主要是实现fisher线性分类器的功能,主要应用于隐写分析中的分类情形。(fisher linear classifier)
- 2011-09-09 00:17:20下载
- 积分:1
-
calculate
用Matlab对自适应0 阶算术编码、解码方法程序代码(Adaptive zero order arithmetic coding and decoding method with MATLAB)
- 2012-09-12 18:19:25下载
- 积分:1
-
rake-simulation
CDMA系统Rake接收误比特率模拟程序,链路级各个模块均包括,有详细的程序注释。(Rake receiver CDMA system BER simulation program, each module includes link-level, detailed program notes.)
- 2013-11-29 19:54:19下载
- 积分: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
-
MATLAB_Simulink_tutorial
matlab simulink tutorial.
- 2012-04-26 23:27:13下载
- 积分:1