-
Classification_toolbox
《模式分类》第二版配套Matlab源代码(" Pattern Classification," the second edition of Matlab source code package)
- 2009-09-07 12:40:45下载
- 积分:1
-
Identification_of_parameters_of_models_sequential
Wykorzystufec kowariancyjnq equations form a sequential least-squares estimation metodq, determine the updated values sequentially wspotczynnikow discrete approximation of the object model (1) for successive k-those moments in time.
- 2010-12-05 00:55:53下载
- 积分:1
-
HDB3
说明: HDB3码的编码,图形,功率谱密度。用于通信原理教学等(Code HDB3 coding, graphics, power spectral density. Communication Theory for teaching)
- 2008-11-19 09:15:48下载
- 积分:1
-
Matlab2008a
matlab软件,MATLAB是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。(The matlab software MATLAB MathWorks Inc. Business mathematics software for algorithm development, data visualization, data analysis, and numeric computation senior technical computing language and interactive environment, including MATLAB and Simulink two parts.)
- 2012-12-30 11:31:26下载
- 积分:1
-
VMD
这是关于vmd变分模态分解的matlab代码,主要应用于信号的分解,数据的处理等。(This is the matlab code for VMD variational mode decomposition, which is mainly applied to signal decomposition, data processing and so on.)
- 2020-12-06 21:09:22下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
MMSE-MUD
改算法描述了基于最小均方误差的多用户信号检测(MMSE,MUD,CDMA)
- 2009-06-06 12:38:03下载
- 积分:1
-
LF_NR
3 triangular connected buses system, solving the load flow using Newton Raphson.
- 2009-11-02 08:11:48下载
- 积分:1
-
ch1problem3
动态方式观察物体坠落的过程,从而达到动态的仿真效果。(The dynamic way observation object crashes process, thus achieves the dynamic simulation effect. )
- 2010-10-20 10:28:34下载
- 积分:1
-
ImageCompressionBasedOnWavelet
说明: 基于matlab和小波的图像压缩实践文档,每一步操作都有完整代码和必要说明,并有运行效果图,便于初学者快速学习小波图像压缩(Matlab and wavelet based image compression practice document, every step of the operation code and the necessary instructions are complete and have run effect picture, easy for beginners to learn fast wavelet image compression)
- 2010-04-05 00:09:53下载
- 积分:1