登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • kMean
    matlab code (kMean.m) used kMean, clusturing. for Speech Recognition
    2013-07-15 09:08:43下载
    积分:1
  • beam-to-change-the-phase-shifter
    天线方向图,通过设计移相器改变波束指向,相控阵(beam to change the phase shifter)
    2020-07-13 15:58:52下载
    积分:1
  • MIMOCapacity
    基于注水定律和平均分配功率条件下的mimo信道容量的仿真。(Based on the average distribution of water law and the power condition of simulation mimo channel capacity。)
    2011-04-26 20:44:54下载
    积分:1
  • matlab
    利用matlab画出系统在一定参数下的分叉图,并观察得到的分叉图了解系统可能发生的变化(Using matlab draw system under certain parameter bifurcation diagram and observe the changes resulting bifurcation diagrams for the system may occur)
    2015-03-13 17:03:26下载
    积分:1
  • bdpca
    bdpca face recgnition...............
    2010-08-24 10:28:25下载
    积分:1
  • NonlinerUtroGUI
    计算任意时域信号的非线性超声系数GUI,原创程序,学习GUI和非线性超声的一个参考例程,欢迎指教(Nonlinear ultrasonic coefficient GUI, any original program to calculate the time-domain signal, and nonlinear ultrasound study GUI a reference routines, welcome to enlighten)
    2014-01-05 09:48:07下载
    积分:1
  • FNRCGH
    利用菲涅尔衍射计算给定图片的全息图案,程序里包含详细注解方便根据实际情况调整参数。(Computer generated holography using Fresnel diffraction)
    2015-03-26 09:49:28下载
    积分:1
  • guangfushuju_chuli
    本程序内涵部分光伏数据,里面还包含几个简单的小程序,求光伏波动的,希望对大家有用(This program connotation section PV data, which also includes a few simple little program, find the PV fluctuations, hope to be useful)
    2015-07-03 17:13:04下载
    积分:1
  • main
    振动信号的预处理消除趋势项(滑动法消除多项式趋势)(Pre-oscillation signal, slide method to eliminate the polynomial trend)
    2010-10-22 16:26:34下载
    积分:1
  • HS
    说明:  改进的HS算法,使用3*3加权平均模板,可以提高光流计算精度。(Improved HS arithmetic )
    2012-05-08 17:45:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载