登录
首页 » matlab » pca 轴承故障诊断程序

pca 轴承故障诊断程序

于 2021-03-01 发布 文件大小:2426KB
0 223
下载积分: 1 下载次数: 13

代码说明:

  最小均方算法,借助于最速下降算法发展起来的,通过维纳滤波所求维纳解,已知输入信号与期望信号的先验统计信息,以及再对输入信号的自相关矩阵进行求逆运算的情况下才能得以确定,计算复杂程度低,收敛性好(Least mean square algorithm, with the help of the steepest descent algorithm is developed, using wiener filtering for wiener solution of known prior statistical information input signal and the desired signal, and then the input signal under the condition of inversion of the autocorrelation matrix can be determined, low computing complexity and good convergence)

文件列表:

pca 轴承故障诊断程序\pca\144SPE.jpg, 80176 , 2018-03-20
pca 轴承故障诊断程序\pca\144T2.jpg, 74568 , 2018-03-20
pca 轴承故障诊断程序\pca\db5_PCA1.m, 3276 , 2012-07-05
pca 轴承故障诊断程序\pca\gz.xls, 950272 , 2018-03-20
pca 轴承故障诊断程序\pca\pca_shujv.m, 552 , 2018-03-20
pca 轴承故障诊断程序\pca\zc.xls, 949248 , 2018-03-20
pca 轴承故障诊断程序\pca\正常1.mat, 3903344 , 2011-11-17
pca 轴承故障诊断程序\pca\滚珠1.mat, 3916160 , 2011-11-17
pca 轴承故障诊断程序\pca, 0 , 2018-03-20
pca 轴承故障诊断程序, 0 , 2018-03-20

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

发表评论

0 个回复

  • planning how to succeed in life, and planning how to succeed in life planning ho...
    规划如何在生活中成功,规划如何在生活中成功规划如何在生活中成功。
    2022-11-22 12:50:03下载
    积分:1
  • XLPDMMI
    AgoodC++programlistsahighreferencevalue()
    2017-09-27 23:36:44下载
    积分:1
  • JDY-08模块(JDY-V3.3
    蓝牙模块说明 Android iOS sdk(The bluetooth module specification)
    2021-04-04 22:39:04下载
    积分:1
  • vemy
    一个由VC实现科学计算器程序,功能简单,程序也很浅显易懂(A VC realize scientific calculator program, function is simple and application is also very simple)
    2017-06-21 06:09:42下载
    积分:1
  • matlab dianyunjianmo
    说明:  使用matlab实现三维点云建模源码,快速方便。可运行。(Matlab is used to realize the source code of 3D point cloud modeling, which is fast and convenient. Operational.)
    2020-08-17 16:32:41下载
    积分:1
  • myself prepared by the String class, can achieve some simple functions, such as...
    我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
    2022-01-28 14:24:46下载
    积分:1
  • Splashy是基于Linux系统的下一代的Boot Splash。它不需要打补丁而且就象正常的包一样安装。用Splashy能使你的启动过程变得赏心悦目。...
    Splashy是基于Linux系统的下一代的Boot Splash。它不需要打补丁而且就象正常的包一样安装。用Splashy能使你的启动过程变得赏心悦目。-Splashy is based on the Linux system, the next generation of the Boot Splash. It does not need patching and package the same as a normal installation. Splashy will enable you to use the boot process has become a pleasure.
    2022-01-21 20:39:41下载
    积分:1
  • 客户端打开office
    说明:  在研究如何嵌入打开office的doc和ppt等文件格式时,编制的一个demo,有参考价值(When researching how to embed and open document formats such as Doc and PPT of office, a demo is compiled, which has reference value.)
    2020-06-17 13:20:01下载
    积分:1
  • icePubDll
    获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
    2017-12-28 11:45:08下载
    积分:1
  • JSP小型文件管理系统
    JSP 文件浏览器,JSP小型文件管理系统,使用方法:    测试环境:JDK1.5+Tomcat6.0+WindowsXP    1.将本文件夹下的文件放入你当前的工程文件夹下,并修改以下面的:webRoot处。    2.将 jspsmart.jar包引入工程的lib下即可使用。    3.需要更改conf.jsp里面的webRoot项,将中间的FileExplorer改为你自己重新命名的文件夹即可。   注:如果编辑文件的时候出现乱码,请修改edit.jsp文件中的字符集为你现有工程的字符集.
    2022-03-29 13:48:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载