-
chaoslyapunov
chaoslyapunov指数程序是基于非线性三维系统所得,具体模型见东西部能源供需系统文章里,可以得到此系统混沌,因为李亚普诺夫指数有大于零的情形()
- 2007-07-30 09:05:10下载
- 积分:1
-
matlablanguageprogramming
matlab编程基础,介绍matlab编程语言的ppt,方便matlab学习(matlab Programming on the matlab programming language ppt, easy to learn matlab)
- 2009-04-27 12:57:35下载
- 积分:1
-
JPDA
基于JPDAF的多目标跟踪的仿真程序,以两个目标为例(JPDAF algorithm simulation program)
- 2009-12-16 21:52:55下载
- 积分:1
-
menfun
IMC-PID是利用内模控制原理来对PID参数进行计算,本程序的性能已经达到较高水平,部分实现了追踪测速迭代松弛算法。( The IMC- PID is using the internal model control principle for PID parameters is calculated, The performance of the program has reached a high level, Partially achieved tracking speed iterative relaxation algorithm.)
- 2021-04-07 18:09:01下载
- 积分:1
-
文献实现的kalman滤波器的设计
IDW距离反比加权方法,D-S证据理论数据融合,有小波分析的盲信号处理,使用高阶累积量对MPSK信号进行调制识别,包含优化类的几个简单示例程序,利用贝叶斯原理估计混合logit模型的参数。
- 2022-11-03 09:15:02下载
- 积分:1
-
ReadRangeGrid
read range grid format (like ply format) in matlab
- 2010-04-02 22:47:13下载
- 积分:1
-
yanzou
实现用MATLAB程序产生歌曲,包括卡农,小星星和加勒比海盗的代码。(Songs MATLAB program, including Canon, little star, and Pirates of the Caribbean code.)
- 2012-08-21 17:36:02下载
- 积分:1
-
Classification-MatLab-Toolbox
数据挖掘中用于分类的算法的MATLAB源程序代码。(Data mining algorithms for classification MATLAB source code.)
- 2010-11-23 15:27:06下载
- 积分:1
-
DSP-Matlab_Programs
说明: 数字信号处理(机械工业出版社)的源码,7章介绍IIR滤波器设计和matlab源码,8章介绍FIR滤波器设计和matlab源码,9章介绍自适应(LMS,NLMS,RLS,LMS的快速算法)滤波器设计和matlab源码,希望帮助有需要的朋友(digital signal processing (Machinery Industry Press), the source, Chapter 7 IIR filter design and Matlab source, Chapter 8 FIR filter design and Matlab source, adaptive Chapter 9 (LMS, NLMS, RLS, the fast algorithm LMS) filter design and Matlab source, in order to help a friend in need)
- 2006-05-09 01:47:35下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1