-
SPIHT_WAVELET
本文介绍的是一种改进的SPIHT算法,是基于图像编码的小波系数块的,它主要是把四个系数分成一个块,与阈值比较,分出重要与非重要,在进行编码。(This article is a modified SPIHT algorithm is based on the wavelet coefficients of image coding block, it is mainly divided into the four coefficients of a block, compared with the threshold value, separate the important and non important, during the encoding.)
- 2010-11-16 21:50:10下载
- 积分:1
-
weixingdingwei
本程序实现的是卫星观测定位中移动的卫星对飞行器的有效定位,为了画出飞行器的轨迹图,对原坐标进行插值处理(This program is the satellite observations mobile satellite positioning effective positioning of the aircraft, in order to draw the aircraft trajectory, the original coordinates interpolated)
- 2013-05-29 09:21:19下载
- 积分:1
-
Matlab7.0foffile
MATLB7.0文件处理,经典,辛苦整理(MATLB7.0 document processing, classic, hard-finishing)
- 2011-04-30 11:19:37下载
- 积分:1
-
path_planning-master
新型扫地机器人的一种路径规划算法A path planning algorithm for sweeping robot(A path planning algorithm for sweeping robot)
- 2020-07-08 23:38:59下载
- 积分:1
-
shibie
应用matlab程序,实现了对手写数字的识别,准确率非常高。(Matlab application procedures, to achieve the hand-written digit recognition, the accuracy rate is very high.)
- 2009-06-10 12:10:09下载
- 积分:1
-
Waterfilling.Algorithm
Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute:
pi = (mu*ai - bi)^+
sum(pi) = Pt
By Daniel Perez Palomar (last revision: May 10, 2004).(Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute:
pi = (mu*ai- bi)^+
sum(pi) = Pt
By Daniel Perez Palomar (last revision: May 10, 2004).)
- 2008-03-04 20:54:55下载
- 积分:1
-
voice
设计了fir语音频段的低通、带通、高通滤波器。
可以用于语音信号处理。(A pile of fir filters are designed in this file, including lpf,bpf and hpf.)
- 2010-05-23 10:53:48下载
- 积分:1
-
ls_esprit
最小二乘算法来实现esprit算法,该代码已经在matlab中运行过绝对可以放心使用(Least squares algorithm to achieve esprit algorithm, the code has been run in matlab absolutely safe to use)
- 2011-11-15 09:55:42下载
- 积分:1
-
work
说明: 用MATLAB将excel数据形成图形,针对大量数据的处理很有效(Formed using MATLAB graphics will excel data for processing large amounts of data very effectively)
- 2010-04-06 16:10:58下载
- 积分: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