登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • newfolder2
    说明:  分布傅里叶算法实现光纤传输中非线性薛定谔方程的求解(fourier method)
    2010-03-24 10:24:03下载
    积分:1
  • 2
    说明:  介绍了一种纯相位液晶空间光调制器进行波前实时变换的方法(Describes a pure phase liquid crystal spatial light modulator for wave-front method of real-time transformation)
    2011-03-12 20:01:33下载
    积分:1
  • heat-exchanger-optimization-design
    基于Matlab 换热器的最优化设计的matlab源程序。。(Matlab-based heat exchanger optimization design)
    2020-06-29 00:00:02下载
    积分:1
  • function-approximating
    函数逼近教学例子,可以选择不同训练算法。(Function approximation teaching example, you can choose different training algorithms.)
    2013-12-12 01:17:48下载
    积分:1
  • tsp
    说明:  一个旅行商优化免疫算法的MATLAB源代码.(A matlab platform for artificial immune algorithm .)
    2011-02-27 16:19:56下载
    积分:1
  • MDP-model-of-MPNP
    在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例(This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve the multi-period newsboy problem.)
    2021-01-12 21:48:49下载
    积分:1
  • GM
    说明:  MATLAB编写的灰色预测模型源代码 可以根据自己的实际进行修改 (Gray prediction model written in MATLAB source code can be modified according to their actual)
    2009-09-06 22:55:52下载
    积分:1
  • IntroMatlab_codepls
    PCA and PLS aims:to get some insight into the bilinear factor models Principal Component Analysis (PCA) and Partial Least Squares (PLS) regression, focusing on the mathematics and numerical aspects rather than how s and why s of data analysis practice. For the latter part it is assumed (but not absolutely necessary) that the reader is already familiar with these methods. It also assumes you have had some preliminary experience with linear/matrix algebra.
    2007-11-21 21:18:12下载
    积分:1
  • Chapter5
    说明:  matlab混合编程(书中程序) 这个为第五章(matlab mixed programming (program book) The fifth chapter)
    2008-09-04 17:53:16下载
    积分:1
  • zuixiaoercheng
    说明:  最小二乘法进行系统辨识,有学这方面的可以进行很好的参考(Least squares for system identification, a study in this area can be a good reference)
    2011-03-13 14:49:48下载
    积分:1
  • 696518资源总数
  • 104935会员总数
  • 2今日下载