-
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
-
watermark
this program about image processing
- 2010-12-02 15:04:20下载
- 积分:1
-
zuoye
说明: 关于信号输入均匀量化器的信号幅度,用MATLAB实现量化过程(Uniform quantizer on the input signal amplitude, using MATLAB to quantify the process of achieving)
- 2011-04-14 19:41:40下载
- 积分:1
-
fdc14_beta3
matlab的FDC工具箱,对飞控系统很有帮助。(matlab the FDC toolbox of helpful flight control system.)
- 2008-12-17 16:36:49下载
- 积分:1
-
LDPC
LDPC码的C语言编译码,包含校验矩阵,备注等等(LDPC codes codec C language, including parity check matrix, notes, etc.)
- 2015-02-26 08:12:55下载
- 积分:1
-
addddd
一个add文件,里面有matlab和vc接口实例。
用vc打开使用(Add a file, there are instances of matlab and vc interfaces. Open to use with vc)
- 2010-05-12 15:24:13下载
- 积分:1
-
13
说明: 基于MATLAB的程序..利用蚂蚁算法求解TSP问题
(MATLAB-based procedures .. use ant algorithm to solve TSP problems)
- 2008-08-11 17:05:06下载
- 积分:1
-
shijianjisuanqi
matlab程序,计算时间差,爱好matlab编程的可以下载(matlab program to calculate the time difference, love can download matlab programming)
- 2011-09-27 19:51:05下载
- 积分:1
-
cs
说明: 基于压缩感知思想的图像分块压缩与重构方法
考虑到大多数图像信号信息分布有差异, 编码端, 在对图像分块的基础上, 融合熵估计
和边缘检测方法计算各图像块的信息含量, 再从两个不同的角度进行分类采样: 依据信息量多少将图像块分为平滑、过渡和纹理3 类, 使用不同的采样率采样 依据信息量的分布特征, 采用不同的采样率分配策略进行采样. 在解码端, 根据不同类型的图像块构造不同的线性算子进行重构, 再运用改
进的迭代阈值算法去除块效应和噪声. 实验证明, 算法在提升图像重构质量的同时缩短了重构时间,并且对纹理边缘多的图像的重构效果较其他方法理想.(Considering that most information of the image signal difference distribution, the encoding side, in the right image sub-blocks based on the integration entropy estimation
And edge detection method for calculating the information content of each image block, and two different angles classification sampling: The number of image blocks based on the amount of information into a smooth, transition and texture three classes, using different sampling rates based on the amount of information distribution characteristics, using different sampling sampling rate allocation strategy. in the decoding side, depending on the type of image blocks to construct different linear operator reconstructed, re-use change
Iterative thresholding algorithm into blockiness and noise removal experiments show image reconstruction algorithm to enhance the quality while reducing reconfiguration time, and much of the texture edge image reconstruction results are satisfactory compared to other methods.)
- 2014-12-01 09:12:38下载
- 积分:1
-
COS_cic
一种数字滤波器的matlab模型,该数字滤波器是改进的CIC滤波器,在CIC的基础上加了余弦补偿滤波器,改进其幅频特性(A matlab model of digital filter, the digital filter is improved CIC filter, added cosine compensation on the basis of CIC filter, the amplitude frequency characteristics improvement)
- 2015-04-05 20:47:50下载
- 积分:1