-
MATLAB
Matlab命令大全,可以找到几乎全部的Matlab命令,是新手学习Matlab不可缺少的材料(Matlab command Daquan, can be found in almost all of the Matlab command, a novice to learn the material indispensable for Matlab)
- 2009-12-19 12:10:39下载
- 积分:1
-
SGWUND
将小波相邻系数相关性的降噪思想引入到冗余第2代小波中,提出了基于邻域相关性的冗余第2代小波降噪方法,该方法克服了传统阈值降噪没有考虑小波系数之间相关性的不足。(Aiming at fault feature extraction in the background of strong noise, a wavelet denoising idea by incorporating neighboring coefficients is introduced into redundant second generation wavelet case. A denoising method of redundant second generation wavelet using neighbor dependency is presented. It overcomes the deficiency of traditional thresholding approaches. In this method, an original signal is decomposed by redundant second generation wavelet, and the detail and approximation signals have the same length as the original signal. The detail signals at each scale are then processed by neighbor dependency. Finally, the approximation signal and processed detail signals are reconstructed by inverse transform of redundant second generation wavelet to realize the signal denoising. )
- 2012-03-26 09:27:08下载
- 积分:1
-
xihuasuanfa
将一般图片转换为二值化图片后实行细化算法(The general picture is converted to binary image thinning algorithm implemented after)
- 2010-05-18 17:53:50下载
- 积分:1
-
special
MATLAB有关谱聚类方面的资料,这是网上下载的资料,有需要的可以下载参考一下(MATLAB神经网络原理与实例精解,这是网上下载的资料,有需要的可以下载参考一下 Google 翻译微软翻译Click2TranslateCross LanguageSYSTRANReverso TranslationExcite MATLAB related spectral clustering information, this is a download information, reference can be downloaded in need )
- 2014-08-31 16:58:45下载
- 积分:1
-
gedcdf
PURPOSE: Evaluates the Probabiliy a vector of observations x(Nx1)
- 2012-04-11 21:16:58下载
- 积分:1
-
Simple-harmonic-motion
弹性振子简谐运动:此程序反映了在理想中弹簧振子的简谐运动轨迹(Simple harmonic motion)
- 2011-11-14 14:17:31下载
- 积分:1
-
hzaboshengcheng
按照一定的要求和参数生成一级海杂波,主要用于雷达海杂波仿真。(Sea clutter level is generated in accordance with certain requirements and parameters, and generate graphics with matlab.)
- 2021-03-15 17:09:23下载
- 积分:1
-
相空间重构方法用于混沌时间序列预测的方法源代码Phase-space-reconstruction-method
相空间重构方法用于混沌时间序列预测的方法源代码(Phase space reconstruction method for chaotic time series prediction method source code)
- 2020-11-27 16:39:29下载
- 积分: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
-
slidingmodecontrolmatlabsource
滑模变结构控制MATLAB仿真书籍的源码,非常实用,详尽;可以方便用来做自己的研究应用(Sliding Mode Variable Structure Control MATLAB simulation of the source books, very practical, detailed can be easily used to do their own research and application)
- 2008-06-26 19:25:52下载
- 积分:1