-
Main_Duffing
这是一个产生混沌时间序列Duffing吸引子的程序(Duffing)
- 2010-05-20 16:23:29下载
- 积分: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
-
bearingFaultDiagnosisa
包含轴承故障数据,来源于MFPT(Machinery Failure Prevent Technology)论坛,分四组训练数据和测试数据;
数据可直接做频谱分析,效果很好(contain bearing faults data sets, 4 train datas and 4 test datas,
can be used for FFT/envespectrum analysis, and you will get perfect effects.)
- 2020-07-28 17:28:40下载
- 积分:1
-
gardner
-Gardner同步算法仿真,结合代码进行算法学习研究(-Gardner Synchronization Algorithm Simulation. This m file to Gardner algorithm to generate a signal to send, receive and be given simultaneously.)
- 2016-10-19 17:16:23下载
- 积分:1
-
kalman
说明: kalman滤波,比较当过程噪声协方差Q和测量噪声协方差R取不用值时对卡尔曼滤波效果的影响(primary kalman filter.it shows how different R and Q aspect the reslut of kalman filter)
- 2011-03-23 21:23:42下载
- 积分:1
-
bin
matlab代码,语音信号处理总程序,调用其他子程序实现语音识别。(matlab code, speech signal processing of the total program, call other subroutines speech recognition.)
- 2013-04-18 20:30:25下载
- 积分:1
-
nihe
该代码由Matlab开发,主要对给定的一些列点进行拟合,找出函数关系(The code from Matlab to develop, mainly on a given number of points in fitting out and find a function)
- 2008-07-27 18:57:18下载
- 积分:1
-
GS_CH_PSO1.1_discrete1.0_2007830
基于粒子群优化与灰色系统理论的多目标优化程序,很好用(Based on Particle Swarm Optimization and gray system theory of multi-objective optimization process, a very good use)
- 2008-12-21 10:00:12下载
- 积分:1
-
Data
MATLABdaima用于小波分析 滤波算法 MATLABdaima用于小波分析 滤波算法
- 2009-05-13 17:31:56下载
- 积分:1
-
Lowpassfilterdesign
Low-pass filter design
- 2009-12-30 23:50:40下载
- 积分:1