登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • SR
    说明:  SOFC 重整器模型,包括参考文档,m.file,simulink模型(steam reformer for SOFC, include the world file,m file and simulink model)
    2014-09-24 10:17:34下载
    积分:1
  • weixingsudu
    利用matlab计算探月卫星速度的教程 清晰易懂~(Calculated using matlab tutorial lunar satellite speed lucid ~)
    2013-10-05 08:46:49下载
    积分:1
  • matlab-baibao
    matlab guide based ...........
    2013-03-14 00:15:47下载
    积分:1
  • HARTLEY-a-COLPITTS
    hartley and colpitts oscillator c program
    2014-01-18 01:54:50下载
    积分:1
  • ssmademo_2
    simulation for PN codes for CDMA
    2010-11-14 22:00:52下载
    积分:1
  • GMRES
    GMRES算法,求解大型稀疏线性方程的快速数值解法,方便实时求解(GMRES algorithm is prosed to solve Large- scale sparse linear equations)
    2020-12-10 20:29:19下载
    积分:1
  • lvbo
    一个带通滤波器,模拟Gelileo卫星中频滤波,显示频谱。(A band-pass filter, an analog IF filter Gelileo satellite.)
    2013-12-15 12:33:37下载
    积分:1
  • testcodex56rxd
    编写matlab的gui函数进行处理的代码,基本上包括处理里面的最基本处理,比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,hMdQaa,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;增强里面的加噪声,YUoocRN方法,锐化,伪彩色增强;分割里面的灰度阈值法,调试可以运行的。 (Write the gui matlab image processing function code, basically including the most basic image processing inside the process, such as reading the file, the geometric transformation of the vertical mirroring, translation, rotation, scaling orthogonal transformation DFT, FFT, hMdQaa , DWashT anti-gray color processing, histogram equalization, global linear transformation, piecewise linear transformation, a nonlinear transformation index, the number of non-linear transform image enhancement which increases the noise,YUoocRN method, sharpening, pseudo-color enhancement image segmentation inside the gray threshold, debugging can run. )
    2015-12-30 20:10:01下载
    积分:1
  • 希伯尔特变换的包络解调
    故障振动信号的频域分析的经典工具,运用于诊断机械设备零件损伤故障。(A classic tool for frequency domain analysis of fault vibration signals)
    2018-01-16 15:26:44下载
    积分:1
  • emd
    经验模式分解程序(matlab)可以对输入信号进行经验模式分解(Empirical mode decomposition process (matlab))
    2009-04-13 17:53:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载