-
turbo
Turbo码编码仿真程序,在Matlab环境下仿真,适用于初学者。(Turbo coding simulation program, in the Matlab simulation environment for beginners.)
- 2009-01-06 20:38:54下载
- 积分: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
-
mimo_channel
该程序实现了mimo的带有相关性的Rayleigh信道模型(Mimo implementation of the program associated with the Rayleigh channel model)
- 2009-03-28 21:03:01下载
- 积分:1
-
segyread
在MATLAB中将seg-y格式的读入,并可以进行SEG-Y与asc2的转换以及加地震道头等操作(Seg-y in the MATLAB format will be read, and can SEG-Y and asc2 the conversion and operation of additional seismic top)
- 2020-10-03 10:57:40下载
- 积分:1
-
matlab_fe_ex
matlab code for color_hist, number swap, computing statistics and others
- 2010-11-09 18:49:08下载
- 积分:1
-
xiangguanfa
运用MATlab软件,通过散斑相关法计算材料在力的作用下的变形和应变(The use of MATlab software, the speckle correlation method to calculate the deformation and strain effect of material in force under the)
- 2014-11-22 15:21:01下载
- 积分:1
-
dsp-codes
dsp means digital signal processing
it contain different codes like codec( coder+ decoder)
fft = fast fourer transform
- 2013-04-13 17:12:32下载
- 积分:1
-
svr
为支持向量机代码,源代码为matlab实现,可以做聚类问题(To support vector machine codes)
- 2021-05-14 10:30:02下载
- 积分:1
-
butterworthlowpass.rar
butterworth低通滤波器的原程序,可用MATLAB的FILTER函数测试.可得到低通滤波器数字系统函数的系数.(Butterworth low-pass filter the original procedure, MATLAB can be used to test the FILTER function. Available to low-pass filter function of the coefficient of digital systems.)
- 2007-12-03 11:14:19下载
- 积分:1
-
ANN_matlab
采用matlab进行数值的逼近,用神经网络实现的。
(Using matlab numerical approximation, using neural network realization.)
- 2008-06-09 22:01:08下载
- 积分:1