-
KalmanFilter
KalmanFilter 递归程序,非常经典(KalmanFilter recursive procedures, very classic)
- 2007-07-27 20:39:00下载
- 积分:1
-
rels
说明: 这是黑龙江大学自控理论杨易朋同学在最优估计课程当中用matlab编写的递推增广最小二乘算法!(This is the theory of Heilongjiang University, Yang Yi-controlled peer students in courses optimal estimate prepared by using Matlab recursive least squares algorithm to broaden!)
- 2006-03-29 14:50:09下载
- 积分:1
-
LFM_5filter
对海底杂波进行滤波,滤除其混响部分,原信号为LFM信号(The seabed clutter filtering, filtering part of its reverberation, the original signal is LFM signal)
- 2013-06-18 17:25:37下载
- 积分:1
-
ICA_Simulation_Audio
This source code simulates the separating the mixed audio to two source audio by Independent Component Analysis (ICA) algorithm. This program has GUI to display the mixed audio signal spectrum and the two source audio spectrums.
- 2010-05-26 00:15:16下载
- 积分:1
-
Arithmetic
matlab程序,包括kruskal算法和kijkstra算法的程序
()
- 2007-09-04 09:25:18下载
- 积分: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
-
C-C
非线性动力学系统中,基于改进的C-C方法的相空间重构参数选择(Nonlinear dynamical systems, based on the phase space reconstruction method to improve the CC parameter selection)
- 2013-12-07 18:36:09下载
- 积分:1
-
DFTmatlab
孤立波的 matlab 的数值计算和模拟(Solitary waves and numerical simulation matlab)
- 2020-07-02 22:00:01下载
- 积分:1
-
GA
说明: implementation of an example in genetic algorithms
- 2011-01-10 00:33:09下载
- 积分:1
-
matlab
book guide begin learn matlab
- 2010-05-07 00:08:22下载
- 积分:1