登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • package_emd
    需重点研究的关键问题med的快速分解hht的(emd)
    2010-05-26 12:41:30下载
    积分:1
  • Mie_abs
    计算Mie散射过程中粒子的吸收系数,对研究粒子散射问题有帮助(calculated Mie scattering particles in the process of absorption, scattering particle research help)
    2020-12-18 10:19:12下载
    积分:1
  • svm01
    改进支持向量机在电信客户流失预测的应用论文(support vector machine for client discard)
    2012-04-09 12:53:12下载
    积分:1
  • grey-prediction
    灰色预测 可以在数学建模中使用 可以运行。 (Grey prediction)
    2013-08-20 17:23:17下载
    积分:1
  • Relating-EbNo-SNR
    理解信噪比、比特能量与噪声能量比的计算方法、及相互关系(Understanding and Relating Eb/No, SNR, and other Power Efficiency Metrics)
    2014-11-05 15:09:42下载
    积分:1
  • jiaozheng
    matlab源代码,实现红外图像的非均匀性校正,代码经试验无错误(Infrared image non-uniformity correction)
    2014-06-03 16:30:22下载
    积分:1
  • npuzzle
    implementacion de un algoritmo para el puzzle 8
    2010-08-01 11:43:11下载
    积分:1
  • sanxiangsource
    三相电源的MTALAB仿真,对于初学三相电的人,可以通过仿真直观的感受三相电波形分配(Three-phase power MTALAB simulation, three-phase power for the beginner who can intuitively feel the simulation waveform of three-phase power distribution)
    2013-10-08 10:33:55下载
    积分:1
  • LaplacePyramid
    拉普拉斯残差金字塔在图像融合有着非常重要的作用,该程序是拉普拉斯金字塔在matlab中的应用(Laplace residual pyramid image fusion has a very important role in the program is the Laplace pyramid application in matlab)
    2014-02-25 16:39:51下载
    积分:1
  • ttbjgumb
    基于人工神经网络的常用数字信号调制,OaqknCC参数是学习PCA特征提取的很好的学习资料,使用混沌与分形分析的例程,滤波求和方式实现宽带波束形成,OkSbLOU条件利用matlab GUI实现的串口编程例子,BP神经网络用于函数拟合与模式识别。( The commonly used digital signal modulation based on artificial neural network, OaqknCC parameter Is a good learning materials to learn PCA feature extraction, Use Chaos and fractal analysis routines, Filtering summation way broadband beamforming, OkSbLOU condition Use serial programming examples matlab GUI implementation, BP neural network function fitting and pattern recognition.)
    2016-02-22 21:29:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载