登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

于 2011-05-21 发布 文件大小:1KB
0 219
下载积分: 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 个回复

  • skin_morpho
    Human skin detection using morphological operation...
    2013-08-14 18:09:16下载
    积分:1
  • RTC_Encode
    BTC compression code
    2012-03-27 21:14:50下载
    积分:1
  • ULA_FANGXIANGTU
    均匀直线阵列方向图ULA,适合初学自适应信号处理的朋友(for beginners about array signal processing)
    2012-04-21 20:30:05下载
    积分:1
  • MATLAB-智能算法30个案分析-终极版(带目录).pdf
    说明:  matlab智能算法20个案例分析,终极版,带目录(Intelligence Algorithms)
    2019-02-19 10:14:07下载
    积分:1
  • kanghundigitalfilter
    说明:  详细介绍了抗混跌滤波器的设计方法,阐述精辟(Details of anti-down filter design methods, the brilliant)
    2009-08-08 16:15:39下载
    积分:1
  • spline3
    数值计算方法 三段线性插值matlab程序,可以输出各段函数(Numerical methods linear interpolation matlab program three sections, each section can be output function)
    2013-08-12 14:29:44下载
    积分:1
  • AES-algorithms
    this is coding of dwt in matlab
    2011-10-14 02:57:47下载
    积分:1
  • matlab
    说明:  本文涵盖了matlab的全部内容,简单易学,是快速入门的最直接办法。(This article covers the entire contents of matlab, easy to learn, is the most direct way to quick start.)
    2011-02-22 09:58:23下载
    积分:1
  • RobustlyImplementationoftheAdaptiveInverseControl
    This paper addresses the issues relating to the enforcement of robust stability when implementing the Adaptive Inverse Control (AIC) scheme. In this scheme, an adaptive FIR filter is added to a closed-loop system in order to reduce the output error caused by external disturbances, enhancing the performance achieved by linear time-invariant controllers alone.(This paper addresses the issues relating to theenforcement of robust stability when implementing the AdaptiveInverse Control (AIC) scheme. In this scheme, an adaptiveFIR filter is added to a closed-loop system in order toreduce the output error caused by external disturbances, enhancing the performance achieved by linear time-invariantcontrollers alone.)
    2007-03-10 17:37:35下载
    积分:1
  • ROLL
    点击栏目导航右侧上下文字滚动翻屏效,Compact News Previewer with jQuery Demo(Compact News Previewer with jQuery Demo)
    2014-12-05 09:18:54下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载