登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

于 2011-05-21 发布 文件大小:1KB
0 144
下载积分: 1 下载次数: 63

代码说明:

   采样频率 fs=10000 轴承外环故障信号 fid=fopen( bearingout.dat , r ) 故障 N=1024 xdata=fread(fid,N, int16 ) fclose(fid) xdata=(xdata-mean(xdata))/std(xdata,1) 时域波形 figure(1) plot(1:N,xdata) xlabel( 时间 t/n ) ylabel( 电压 V/v ) db10小波进行4层分解 一维小波分解 [c,l] = wavedec(xdata,4, db10 ) 重构第1~4层细节信号 d4 = wrcoef( d ,c,l, db10 ,4) d3 = wrcoef( d ,c,l, db10 ,3) d2 = wrcoef( d ,c,l, db10 ,2) d1 = wrcoef( d ,c,l, db10 ,1) ( Sampling frequency fs = 10000 bearing outer ring fault signal fid = fopen (' bearingout.dat' , ' r' ) failure N = 1024 xdata = fread (fid, N, ' int16' ) fclose (fid ) xdata = (xdata-mean (xdata))/std (xdata, 1) time-domain waveform figure (1) plot (1: N, xdata) xlabel (' Time t/n' ) ylabel ( ' voltage V/v' ) db10 wavelet decomposition 4 layer one-dimensional wavelet decomposition [c, l] = wavedec (xdata, 4, ' db10' ) 1 ~ 4 reconstructed detail signal d4 = wrcoef (' d' , c, l, ' db10' , 4) d3 = wrcoef (' d' , c, l, ' db10' , 3) d2 = wrcoef (' d' , c, l, ' db10' , 2) d1 = wrcoef (' d' , c, l, ' db10' , 1) )

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

发表评论


0 个回复

  • fft-source
    快速傅立叶变换(时域抽取基二fft)的源码的分析(Fast Fourier Transform (time-domain extraction base 2 fft) analysis of the source code)
    2009-12-02 15:16:17下载
    积分:1
  • libsvm-mat-2.91-1
    SVM matlab 工具箱,可以进行SVM分类(SVM matlab toolbox, SVM classification can be)
    2010-12-07 09:31:18下载
    积分:1
  • guide-toisolationcircuits
    关于光耦应用的比较全面的介绍,很实用,找了很久才找到的(Optocoupler applications on a more comprehensive presentation, very practical, looking for a long time to find the)
    2011-02-16 16:26:48下载
    积分:1
  • LS-SVMLab-v1.7(R2006a-R2009a)
    matlab中的ls-svm工具包,是最小二乘支持向量机算法,可用于解决非线性的回归问题。(ls-svm tool in the Matlab package, least squares support vector machine algorithm can be used to solve nonlinear regression problems.)
    2012-05-13 12:56:12下载
    积分:1
  • voicebox
    Voicebox is a toolbox for speech analysis and widely used in this field.
    2015-03-04 19:24:23下载
    积分:1
  • cpgm
    基于混沌扰动算法来解决pso算法早熟问题,并用二者结合来训练灰色预测模型参数(Perturbation algorithm based on chaotic algorithms to solve the pso early-maturing issues, and to use a combination of both to train the gray prediction model parameters)
    2009-12-16 16:33:03下载
    积分:1
  • License-plate-positioning-system
    车牌定位系统,可选取图片,定位车牌图像,速度较快(Plate positioning system, you can select the picture, positioning plate image, faster)
    2014-02-12 13:11:29下载
    积分:1
  • sf1
    复杂网络中最经典的BA无标度网络模型matlab源程序并且有求解度的程序代码,非常的实用,是研究复杂网络必备的网络模型。(Complex network in the most classic of BA scale-free network model has to solve matlab source and degree of code, very useful, is to examine the complex network required network model.)
    2007-09-17 14:52:49下载
    积分:1
  • MIN
    使用matlab编写的PSO算法,求解函数最优值(using matlab to realize particle swarm optimization algorithm for optimization)
    2010-07-27 22:15:14下载
    积分:1
  • NEHsequence4
    利用经典NEH算法求解工件排序的一种有效算法
    2020-11-25 23:39:32下载
    积分:1
  • 696518资源总数
  • 104612会员总数
  • 24今日下载