登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • circular_array
    圆形阵列的扫描方向图的matlab代码,可通过修改前面的参数得到不同的结果(Circular array scanning direction map matlab code, may be by modifying the parameters in front of different results)
    2008-04-13 20:10:29下载
    积分:1
  • quadrator
    quadrotor + adabtive
    2011-01-02 05:54:58下载
    积分:1
  • STBC
    STBC程序源文件,可以供初学者学习交流使用(STBC program for beginners to learn the exchange of)
    2010-03-07 14:16:45下载
    积分:1
  • yuanjiancechongzhi
    利用hough变换进行圆检测的程序,对于圆个数小于4的图像有比较好的效果。(Hough transform circle detection using the procedure, less than 4 for a round number of images have better results.)
    2011-04-27 12:02:27下载
    积分:1
  • youhuaLeach
    优化后的LEACH协议,可以更好的节省网络的能耗(The optimized LEACH agreement,can save the network energy consumption better )
    2012-05-23 15:53:53下载
    积分:1
  • digital-filter
    利用超大规模集成电路技术实现高精度的A/D转换器通常采用过采样技术,该技术包括调制器和数字滤波两部分。(The use of VLSI technology to achieve high-precision A/D converters typically using oversampling technique including modulator and digital filter in two parts.)
    2013-07-20 15:15:16下载
    积分:1
  • 双向全桥
    说明:  此模型为MATLAB仿真DAB三重移相的六种工作模态。(This model is matlab simulation DAB triple phase shifting .)
    2021-03-31 23:09:08下载
    积分:1
  • c10
    matlab 程序,WCDMA的程序,用MATLAB实现3G手机(SDR based MATLAB program aboutWCDMA. SDR in WCDMA)
    2010-05-28 22:01:07下载
    积分:1
  • Floyd
    floyd算法的matlab实现,最短路问题的一种解法(floyd algorithm of the Matlab implementation, the shortest path to a solution of the problem)
    2012-07-18 16:12:16下载
    积分:1
  • welding-stress
    焊接应力分析很好的代码 对于焊接专业很有帮助(Good welding stress analysis code for the welding professional helpful)
    2013-05-19 11:03:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载