登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • Newton-Raphson-power-flow
    通用的牛顿拉夫逊法潮流计算程序,可以自行输入支路参数矩阵,节点参数矩阵。(Universal Newton Raphson power flow )
    2014-01-02 19:20:32下载
    积分:1
  • SPIHT-algorithm
    天在维普下载了一篇SPIHT算法改进的论文,(耿兴云,《基于改进SPIHT的静态图像编码》,电脑知识与技术:学术交流-2007年5期),我根据该文提出的改进算法,用Matlab来实现,却发现改进算法的程序运行速度比原算法还要慢,希望有兴趣的朋友进来看看,评论一下原因。(Days in the VIP downloaded a SPIHT algorithm to improve the paper, (Gengxing Yun, " based on improved SPIHT still image coding," Computer Knowledge and Technology: 5-year academic exchange-2 007), in accordance with this paper the improved algorithm Matlab to achieve, but found that the improved algorithm runs faster than the original algorithm is also slow, hope to have interested friends come to see, comment on why.)
    2010-05-19 16:26:42下载
    积分:1
  • CRC_Attach
    CRC码的加入 LTE编码过程中验证码。。。。。。。(Join LTE encoding process in the CRC verification code)
    2013-12-12 07:38:50下载
    积分:1
  • p
    说明:  现代数字信号处理的经典功率谱估计方法例程,有详细备注解释(A classic of modern digital signal processing power spectrum estimation routines, contains a detailed explanation Remarks)
    2009-11-17 13:11:10下载
    积分:1
  • yerNBFcY
    matlab产品手册,详细介绍了Matlab的关键部分和组成,对了解产品的特性很有帮助(matlab product manuals, detailing a key part of Matlab and composition, very helpful in understanding the characteristics of the product)
    2009-11-25 13:06:37下载
    积分:1
  • spectrasubtractitera
    说明:  语音处理中谱相减MATLAB程序,可以作为函数或单独的程序使用(voice processing spectral subtraction MATLAB procedures, or can function as a separate procedure using)
    2006-02-11 15:55:33下载
    积分:1
  • Sect2_7figs
    此程序实现sinc函数的绘制,在自适应波束形成里可以视为波束图(This process of mapping implementation sinc function in adaptive beamforming can be regarded as a beam map)
    2009-03-23 19:14:58下载
    积分:1
  • kalmanfilter
    Matlab code for Kalman filter
    2013-09-27 02:23:14下载
    积分:1
  • chapter4c
    说明:  Rothman-Keller 多相流LBM(Multiphase Lattice Boltzmann Methods Theory and Application)
    2020-01-06 21:00:34下载
    积分:1
  • ex_1
    It shows the results for PD vs. SNR for energy detector based on different sample numbers.
    2012-01-25 15:33:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载