登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • 语音处理工具箱
    一个非常好的基于MATLAB的语音处理工具箱,对学习语音处理的读者非常有用(a very good MATLAB-based voice processing toolbox for studying voice processing readers very useful)
    2005-06-29 09:47:48下载
    积分:1
  • contour
    This code enables to make contours.
    2013-02-08 15:01:39下载
    积分:1
  • gl
    RTDX资料汇总,DSP与matlab的实时交互通信相关文档和例程(RTDX data aggregation, real-time DSP with Matlab interactive communication with documentation and examples)
    2013-05-13 19:35:47下载
    积分:1
  • low_pass_filter
    an ideal lowpass filter
    2020-11-10 22:29:45下载
    积分:1
  • function-y
    在matlab中用到的函数,用来方便构造小波和尺度函数(The function of the matlab in use, easy to construct wavelet and scale functions)
    2011-06-12 21:39:00下载
    积分:1
  • Digitalimageprocessing
    may be helpful to fresh man
    2010-11-02 22:40:27下载
    积分:1
  • tss
    transient stability model
    2011-09-12 13:08:42下载
    积分:1
  • sanjiaobo0108
    自己毕设做的基于三角载波的有源电力滤波器(APF)仿真,可供(apf和pwm整流器设计参考使用)(Do your own complete set of triangular carrier-based Active Power Filter (APF) emulation available (apf and pwm rectifier design reference))
    2013-08-16 15:38:54下载
    积分:1
  • Fuzzocess
    模糊专家控制在制浆中段废水好氧处理过程中的应用Fuzzy expert control aerobic treatment of wastewater in the Pulping Process(Fuzzy expert control aerobic treatment of wastewater in the Pulping Process)
    2011-02-15 20:43:42下载
    积分:1
  • 4psksong
    详细给出了4psk的 调制解调程序,并给出个电波形,最后仿真4psk的误码性能,并给出了误码曲线(4psk detail given to the modulation and demodulation process and given electrical waveform, Simulation of the final four psk the BER, and gives the error curve)
    2007-05-17 22:22:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载