-
25fuctionsMATLAB
这是PSO粒子群算法比较的常用25个函数的matlab源代码。(This is a comparison of particle swarm optimization PSO used 25 functions matlab source code.)
- 2010-07-01 22:09:25下载
- 积分:1
-
gauss_elimination
用Matlab实现gauss_elimination算法。(Gauss_elimination algorithm implementation using Matlab.)
- 2009-03-26 22:57:28下载
- 积分:1
-
kf_s
kalman filter with one input variable
- 2009-11-14 00:45:03下载
- 积分:1
-
downloadpaper
关于直接序列扩频通信的,介绍了其原理,给出了SIMULINK仿真模型,并对各个模块作了详细的描述。(On direct sequence spread spectrum communications, introduced its principle, given SIMULINK simulation model, and each module in detail description.)
- 2008-06-11 17:27:29下载
- 积分:1
-
lms-matlab
说明: 介绍如何编写自适应lms算法的matlab仿真程序,很适合初学者(How to write adaptive lms algorithm matlab simulation program, it is suitable for beginners)
- 2011-03-14 09:17:32下载
- 积分:1
-
hysthresh
matlab code-Function performs hysteresis thresholding of an image.
All pixels with values above threshold T1 are marked as edges
All pixels that are adjacent to points that have been marked as edges
and with values above threshold T2 are also marked as edges. Eight
connectivity is used.
- 2009-10-30 22:50:53下载
- 积分:1
-
HoughObject
Circles
We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of
fixed radius can be described fully by the location of its center (x, y).
Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these
places”. It turns out that the locus of these votes is itself a circle.
But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can
parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional
accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
- 2010-03-09 06:46:32下载
- 积分:1
-
bmbuc
感应双馈发电机系统的仿真,大学数值分析算法,实现典型相关分析,用于信号特征提取、信号消噪,包括AHP,因子分析,回归分析,聚类分析,包含位置式PID算法、积分分离式PID,时间序列数据分析中的梅林变换工具,使用混沌与分形分析的例程。( Simulation of doubly fed induction generator system, University of numerical analysis algorithms, Achieve canonical correlation analysis, For feature extraction, signal de-noising, Including AHP, factor analysis, regression analysis, cluster analysis, It contains positional PID algorithm, integral separate PID, Time series data analysis Mellin transform tool, Use Chaos and fractal analysis routines.)
- 2020-06-28 17:00:01下载
- 积分:1
-
mantiu_V7.2
小波包分析提取振动信号中的特征频率,模拟数据分析处理的过程,用于信号特征提取、信号消噪。( Wavelet packet analysis to extract vibration signal characteristic frequency, Analog data analysis processing, For feature extraction, signal de-noising.)
- 2016-10-12 20:21:44下载
- 积分:1
-
DistProbCoefsDesc
This is a simple matlab routine that calculates a simulated multiplicative cascade process for a time series, then compares it with a real time series you want to analyze, and plots them both in log-log coordinates to compare them. You should have your time series in a format of double column listing: the ordinal member in the first column, the corresponding data in the second one. Then you change the file name that appears in the program for the name of your own file, and proceed.
- 2009-10-17 03:59:02下载
- 积分:1