登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • ofdmchannel
    OFDM信道仿真 包含OFDM编码调制全过程(OFDM channel simulation includes the entire process of OFDM-Coded Modulation)
    2009-06-03 16:49:58下载
    积分:1
  • Karlman-LMS-RLS
    RLS均衡器 matlba 代码,对研究现代书记信号处理的朋友有很大帮助(rls)
    2010-05-22 22:44:48下载
    积分:1
  • Arnold
    阿诺德变换用于水印算法中,得到了很好的效果,希望大家看看(arnold use in watermarking)
    2011-05-25 10:57:39下载
    积分:1
  • yalmipR20140605
    添加到matlab的toolbox中,用来解决整数线性规划的yalmip工具箱,2014年6月最新版(Add to the toolbox in matlab for solving integer linear programming yalmip toolbox, in June 2014 the latest version)
    2014-10-14 22:03:08下载
    积分:1
  • xtlv
    形态滤波器用到的一些相关源程序,可以用于电能质量检测扰动信号定位中。(Morphological filter is used in some related source code, can be used for positioning in the detection of power quality disturbance signal.)
    2013-04-10 15:48:36下载
    积分:1
  • inv_pend
    control of inverted pendulum
    2013-05-01 21:44:31下载
    积分:1
  • LS
    说明:  模式识别,线性分类器,经调试可用。希望能帮到需要的人。(Pattern recognition, linear classifier, debugging is available. I hope to help people in need.)
    2013-05-26 12:01:42下载
    积分:1
  • matrix-power
    利用乘幂法求解矩阵A=[6,-11,6 1,0,0 0,1,0]的特征根(1,2,3)(solve the characteristic roots of array: A = [6,-11,6 1,0,0 0,1,0] by using matrix power method the root=(1,2,3))
    2011-05-24 17:19:52下载
    积分:1
  • RF-Design-and-Analysis(4)
    射频方面的资料,里面有详细的M文件,希望对大家有用。(共5个文件)(Radio frequency information, there are detailed paper M, in the hope that useful to everyone. (A total of 5 files))
    2007-11-11 12:16:24下载
    积分:1
  • moxing
    车辆传动模型,可进行换以及离合器分离结合挡仿真。(Vehicle transmission model, the shift can be simulated.)
    2013-07-26 21:44:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载