登录
首页 » matlab » matlab-KICA

matlab-KICA

于 2020-07-10 发布 文件大小:12217KB
0 250
下载积分: 1 下载次数: 102

代码说明:

  kica-故障监测 通过对自回归模型中测量矩阵引入时滞参数得到一个适用于动态系统的增广矩阵;然后,选择核函数,计算核矩阵,将增广矩阵映射到高维空间进行白化;最后,利用改进的快速ICA方法提取出独立成分实现对新的测试数据进行在线监测(kica-Fault monitoring )

文件列表:

matlab程序KICA
..............\fault06
..............\.......\1.fig,389327,2016-10-24
..............\.......\2.fig,384275,2016-10-24
..............\.......\3.fig,386853,2016-11-01
..............\.......\4.fig,385190,2016-11-01
..............\.......\dkica.m,2877,2016-11-22
..............\.......\ICA.m,1764,2014-05-02
..............\.......\independent.m,934,2014-04-27
..............\.......\kica.m,2683,2016-11-22
..............\.......\test.m,30,2016-10-21
..............\.......\updata.m,712,2014-07-01
..............\TE
..............\..\d00.dat,416052,2006-10-05
..............\..\d00.sta,222880,2006-10-05
..............\..\d00_te.dat,799680,2006-10-05
..............\..\d00_te.sta,408158,2006-10-05
..............\..\d01.dat,399840,2006-10-05
..............\..\d01_te.dat,799680,2006-10-05
..............\..\d01_te.sta,408158,2006-10-05
..............\..\d02.dat,399840,2006-10-05
..............\..\d02_te.dat,799680,2006-10-05
..............\..\d02_te.sta,408158,2006-10-05
..............\..\d03.dat,399840,2006-10-05
..............\..\d03_te.dat,799680,2006-10-05
..............\..\d04.dat,399840,2006-10-05
..............\..\d04_te.dat,799680,2006-10-05
..............\..\d05.dat,399840,2006-10-05
..............\..\d05_te.dat,799680,2006-10-05
..............\..\d06.dat,399840,2006-10-05
..............\..\d06_te.dat,799680,2006-10-05
..............\..\d07.dat,399840,2006-10-05
..............\..\d07_te.dat,799680,2006-10-05
..............\..\d08.dat,399840,2006-10-05
..............\..\d08_te.dat,799680,2006-10-05
..............\..\d09.dat,399840,2006-10-05
..............\..\d09_te.dat,799680,2006-10-05
..............\..\d10.dat,399840,2006-10-05
..............\..\d10_te.dat,799680,2006-10-05
..............\..\d11.dat,399840,2006-10-05
..............\..\d11_te.dat,799680,2006-10-05
..............\..\d12.dat,399840,2006-10-05
..............\..\d12_te.dat,799680,2006-10-05
..............\..\d13.dat,399840,2006-10-05
..............\..\d13_te.dat,799680,2006-10-05
..............\..\d14.dat,399840,2006-10-05
..............\..\d14_te.dat,799680,2006-10-05
..............\..\d15.dat,399840,2006-10-05
..............\..\d15_te.dat,799680,2006-10-05
..............\..\d16.dat,399840,2006-10-05
..............\..\d16_te.dat,799680,2006-10-05
..............\..\d17.dat,399840,2006-10-05
..............\..\d17_te.dat,799680,2006-10-05
..............\..\d18.dat,399840,2006-10-05
..............\..\d18_te.dat,799680,2006-10-05
..............\..\d19.dat,399840,2006-10-05
..............\..\d19_te.dat,799680,2006-10-05
..............\..\d20.dat,399840,2006-10-05
..............\..\d20_te.dat,799680,2006-10-05
..............\..\d21.dat,399840,2006-10-05
..............\..\d21_te.dat,799680,2006-10-05
..............\新建文件夹
..............\..........\新建文件夹.zip,6533862,2016-11-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BP
    说明:  用matlab实现的BP神经自校正系统模型(Using matlab to achieve self-tuning of the BP neural system model)
    2009-06-29 19:07:37下载
    积分:1
  • 2questionsfromuni_papersoutofsyllabusanswers(1)
    image registration code for different code.
    2015-01-30 16:43:18下载
    积分:1
  • GPU_FDTDfdtd
    一个GPU的FDTD程序,可以参考一下。(A GPU FDTD procedures, you can refer to.)
    2014-01-09 17:11:48下载
    积分:1
  • PSO_Garver6网架规划(交流)
    采用粒子群算法结合MATPOWER对GARVER-6配电网系统进行交流潮流计算并进行网架规划(AC power flow calculation and grid planning for GARVER-6 distribution system using particle swarm optimization and MATPOWER)
    2020-10-30 08:59:57下载
    积分:1
  • PSO
    梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
    2018-01-29 21:44:10下载
    积分:1
  • tfa
    本程序是自适应核分布时频分布的演示程序,可以对信号进行时频分析,主程序matlab开发,核心算法是c++语言的。(This procedure is the adaptive time-frequency distribution of nuclear distribution of the demo program can be time-frequency signal analysis, matlab main program development, the core algorithm is c++ Language.)
    2008-05-20 13:52:10下载
    积分:1
  • QPSKwithmatlabcode
    说明:  MATLAB仿真的QPSK系统,包括非常详细的系统结构图,系统分析,仿真分析,代码等等(MATLAB simulation of the QPSK system, including a very detailed system architecture diagram, system analysis, simulation analysis, code, etc.)
    2009-08-26 22:25:45下载
    积分:1
  • Imagesegmentationbyclustering
    Image segmentation by clustering (Image segmentation by clustering)
    2009-04-12 21:44:16下载
    积分:1
  • MATLAB-download
    matlab免费软件下载地址汇总。包含了R2010/R2009/R2008/2007/R2006各个版本。欢迎下载。(Free Software Download matlab summary. Each version contains R2010/R2009/R2008/2007/R2006. Welcome to download.)
    2010-10-28 22:49:26下载
    积分:1
  • moving_ball
    沿曲线运动的小球演示的matlab示例代码,例子为沿sinx曲线运动(matlab sample code of moving along the curve ball demo , the example is curved along the sinx )
    2010-05-13 11:24:15下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载