-
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
-
Reconstruct_on_of_oversampled_cosine_modulated_fil
本文首先推导出过采样滤波器组精确重构的条件, 由于此时所需的约束条件数比临界采
样时少, 因而可以设计出频域衰减特性更好的滤波器组(This paper is derived through sampling filters of exact reconstruction of conditions, due to time constraints required for critical extraction ratio
When a small sample, so you can design a better frequency filter attenuation characteristics)
- 2010-05-12 21:21:11下载
- 积分:1
-
DTPathPlan
基于距离转换的栅格地图路径规划方法,DT方法是从目标位置反向搜索路径。在栅格化环境中,从目标位置开始的距离传播视为一个波(wave front)沿空闲栅格传播。对于环境中任意给定的起始点,其到目标点的最短路径可通过使用最速下降法搜索而得到。(Raster map conversion path planning approach based on distance, DT reverse the search path from the target location. Distance from the target location in the grid environment, spread as a wave (wave front) along the idle grid dissemination. Starting point for any given environment, the shortest path to the target point by using the steepest descent method of searching.)
- 2012-07-16 21:50:10下载
- 积分:1
-
hw1_multimedia
this .m file describes how to use EAQUAL encoder and other encoders ..
- 2012-11-17 19:23:54下载
- 积分:1
-
Time_Delay_system_simulation
带有滞后环节的系统仿真,在matlab环境下对有滞后的系统进行仿真,模拟并分析(With lags system simulation in Matlab environment lag system simulation, simulation and analysis)
- 2021-02-27 14:39:36下载
- 积分:1
-
mvdr.rar-mvdr
this is the matlab algorithm for mvdr beam forming
- 2014-04-26 00:44:12下载
- 积分:1
-
LBP
Local binary pattern一个非常有用的代码,含一个自己写的例子。(Local binary pattern a very useful code, including a write your own example.)
- 2021-01-10 15:28:50下载
- 积分:1
-
Contourlet
非下采样轮廓波变换的应用,可以对该变换有一个很好的理解(Transform under the profile of non-sampling applications, the transformation can have a good understanding of)
- 2010-09-17 23:35:07下载
- 积分:1
-
PSO_MATLAB
基本PSO算法源代码,可以直接在matlab中运行。效果不错,适合初学者。(Basic PSO algorithm source code can be directly run in matlab. Good results, suitable for beginners.)
- 2013-11-19 14:19:05下载
- 积分:1
-
sin
matlab编程实现离散数字信号的有理数插值收取(the matlab programming discrete digital signal rationals interpolation charged)
- 2012-11-30 21:51:20下载
- 积分:1