登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • imageinpainting
    压缩包内是一个word文档,文档里边包含了许多各种各样的matlab对图像的处理子程序(Compression package is a word document, the document inside contains a variety matlab image processing subroutine)
    2012-04-21 18:08:12下载
    积分:1
  • akko_test
    Akkto_test This test is really unuseful akko test
    2015-10-21 19:30:20下载
    积分:1
  • coef_bessel
    this algorithm generates bessel coefficients for FSK modulation
    2010-09-16 10:37:52下载
    积分:1
  • 232
    车牌的定位算法 基于MATLAB开发 对图像处理的初学者很有帮助(a principal component analysis is performed on the random process defined by plate images, which will be the same images used in the database referred )
    2009-06-01 08:55:48下载
    积分:1
  • viterbi_decode
    MATLAB下使用viterbi算法进行卷积码的仿真范例。可以用任意配置的卷积码。testConv.m启动仿真,其中用了两种卷积码(一个1/2和一个2/3卷积码)。若要使用硬判决,需修改metric.m文件。其他就没有什么要改的了。解压即可使用。(Under viterbi algorithm using MATLAB simulation examples of convolution codes. Can be used in any configuration of the convolutional code. testConv.m start the simulation, which used two convolution code (a 1/2 and a 2/3 convolutional code). To use a hard decision, modify metric.m file. Nothing else would want to change it. Extract can be used.)
    2013-12-30 17:53:52下载
    积分:1
  • normalize
    说明:  进行数据的预处理,标准化和白化,便于数据的后续分析(Data preprocessing, standardization and whitening, facilitate the subsequent analysis of data)
    2019-02-28 14:07:56下载
    积分:1
  • mwavesave
    matlab中wave文件的信号生成功能源代码,欢迎使用(Matlab document which wave signals Health successful energy code, welcomed the use of)
    2007-07-01 16:34:40下载
    积分:1
  • fft
    说明:  用于计算任意波形fft结果的Matlab工具(A matlab tool for wave fft calculating)
    2009-08-27 09:23:24下载
    积分:1
  • iir
    Increases the resolution of an image by interpolation
    2012-05-03 15:18:33下载
    积分:1
  • motion_field_of_pedal
    二连杆机械臂末端运动域计算,需要给定质量、杆长(Two-linkage manipulator end of the sports domain, the needs of a given quality, long rod)
    2012-08-03 23:25:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载