-
lab2
This file contains a lab which is developed to implement a low pass filter using windowing technique. We study the way how to design FIR digital filters and how Matlab offers tools for the design.
- 2012-05-11 15:10:59下载
- 积分:1
-
ofdm_program
matlab实现OFDM算法的仿真代码,可以实现OFDM算法的功能模拟。(implement the simulation algorithm matlab code OFDM, OFDM algorithm can achieve functional simulation.)
- 2011-09-20 23:42:35下载
- 积分:1
-
Astar3
ASTAR2算法 很简单 学机器人的可以进(The most classic ASTAR algorithm very practical learning robot can enter)
- 2012-11-23 20:32:18下载
- 积分:1
-
harris
说明: harris角点检测的改进,高斯函数滤波,性能强筋。(Harris corner detection improvement,Gaussian function filtering, performance is strong muscle.)
- 2011-04-08 17:27:31下载
- 积分:1
-
VC-and-MATLAB-joint-programming
说明: matlab与VC的混合编程。这里介绍了几种混合编程的方法。感觉还不错(mixed with the VC matlab programming. Here are several hybrid programming approach. I feel pretty good)
- 2011-04-11 11:29:42下载
- 积分:1
-
HSV2
说明: 使用matlab语言编写的由彩色图像到轮廓提取(Matlab language used by the color image to the contour extraction)
- 2011-04-14 21:12:32下载
- 积分:1
-
productionplanningoptimization
Optimal Production Planning Formulation
- 2015-01-05 05:34:55下载
- 积分:1
-
8880短时傅里叶小波
说明: 对信号进行短时傅里叶变换和小波变换,观察其时频特性,压缩包中含有需要用到的测试信号文件,可以直接运行,供参考(Carry out short-time Fourier transform and wavelet transform on the signal, observe its time-frequency characteristics, and the compression package contains the test signal files needed, which can be directly operated for reference)
- 2020-04-24 15:00:46下载
- 积分:1
-
tspsa
用matlab实现模拟退火算法,是学习模拟退火算法的有用工具(it is a good programme for annealing simulation)
- 2009-02-08 11:05:17下载
- 积分: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