登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • proj03-02
    考虑两个参数的一维三角概率模型,用贝叶斯方法对其进行估计,了解贝叶斯估计方法.(Consider the two parameters of one-dimensional triangular probability model, using Bayesian methods to estimate their understand Bayesian methods.)
    2010-08-28 19:54:13下载
    积分:1
  • If-Statement-Part2
    An if statement for C++
    2014-10-23 01:27:13下载
    积分:1
  • SNV
    近红外光谱标准正态变量变换处理方法,主要是消除固体颗粒大小,表面散射以及光程变化对漫反射光谱的影响。(Near infrared spectrum standard normal variable transform processing method, mainly eliminate the solid particle size, surface scattering and the change of optical path of diffuse reflection spectra. )
    2021-04-23 10:48:48下载
    积分:1
  • LMS_adpative
    基于LMS算法的无线信道自适应均衡器,相当有用,如假包换()
    2007-09-06 11:21:32下载
    积分:1
  • demodula
    BPSK解调的matlab仿真程序,里面包括匹配滤波器,同步,解调,误码计算等(BPSK demodulation of Matlab simulation program, which includes matching filter, synchronous demodulation, BER calculation)
    2006-10-18 15:30:28下载
    积分:1
  • xiao
    matlaba仿真移相全桥的零电压开通和软关断(dcac-acdc zvs)
    2013-07-03 10:00:11下载
    积分:1
  • LDAjiaocheng
    LDA 算法入门 黄晟2010-04-03 重庆大学行业信息化工程中心(LDA algorithm Started Huang Sheng 2010-04-03 Chongqing University Engineering industry information center)
    2013-11-19 12:30:04下载
    积分:1
  • kriging_f77
    克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。本网站上也有些人上传了代码,但是往往都不全,我从本网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。(Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction center CV Deutsch wrote. Some people on this site have uploaded the code, but often not the whole, I am from this site down after no one can normally use This is what I downloaded from the website of the original program and compile written statement SHELL statement. I uploaded this program to ensure that you can compile and run, the result. Compile to compile the first run in a folder and then run exe execution.)
    2014-03-11 15:13:49下载
    积分:1
  • ldpc_toolkit_1_1
    LDPC bpsk encode decode
    2012-12-29 21:55:59下载
    积分:1
  • aodv
    Matlab code implementing aodv
    2011-11-25 18:30:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载