-
lorenzlyapunov
一个求解李雅普诺夫指数的matlab程序,程序已经测试通过,适合matlab的初学者(Solving a Lyapunov exponent of the matlab program, the program has been tested for matlab beginner)
- 2009-10-23 11:13:26下载
- 积分:1
-
symmeig
Eigenvalues and eigenvectors of a symmetric matrix.
- 2010-03-06 17:31:24下载
- 积分:1
-
Ch20
这是一个仿真单摆非线性振动的程序,可以计算单摆的分岔图。相图。是基于MATLAB开发(this is a program for slove the nonlinear vbration of pendulum.)
- 2014-09-08 16:01:23下载
- 积分:1
-
2DPOCHA
日本教授Ozaki所编写的二维相关光谱的计算可执行程序,国际上比较流行适用。(2dcos software to implement the nir spectroscopy analysis.)
- 2013-12-15 20:08:58下载
- 积分:1
-
PowerFlow_Gyn4
Article of Algorithm to Power Flow: Load Flow Solution of Radial Distribution.
- 2010-07-04 22:14:38下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
main
主成分分析法,包含说明文档和5个MATLAB文件(Principal component analysis, including documentation and 5 MATLAB files)
- 2009-11-18 18:43:01下载
- 积分:1
-
SplitLab1.0.5
横波分裂,matlab一个图形用户界面,方便的远震剪切波分裂观测处理(Graphical User Interface to facilitate the processing of teleseismic shear-wave splitting observations)
- 2015-01-20 10:35:12下载
- 积分:1
-
FermInterp
用梯形求积法、自适应Simpson求积(低阶)法和自适应Lobatto求积(高阶)法进行数值积分(With trapezoidal quadrature method, adaptive Simpson quadrature (low) and adaptive Lobatto quadrature (high-order) numerical integration method)
- 2009-04-10 20:44:23下载
- 积分:1
-
Correlation
Correlation.m
a good code for our learn matlab .
- 2011-12-12 19:50:14下载
- 积分:1