登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • test_quality
    test voice quality with errors
    2012-04-13 23:21:24下载
    积分:1
  • ENCODE
    对比LDPC Hamming 循环卷积码三种编码方式的误码率(Contrast BER LDPC Hamming codes are three circular convolution encoding)
    2013-12-04 11:50:13下载
    积分:1
  • samples_emg(10sec)
    it is sample for noise reducing signal
    2015-04-08 14:13:18下载
    积分:1
  • fem2d_50line
    一个50行的Matlab有限元程序(二维线弹性问题),执行fem2d.m即可。(A 50-line Matlab finite element program (two-dimensional linear elastic problem), Executive fem2d.m .)
    2010-06-08 14:29:48下载
    积分:1
  • ship-tracking-control
    matlab编写的航迹控制程序,对于初学者能够起到重要启发作用(The matlab track written control procedures, can play an important inspiration for beginners)
    2012-06-25 20:38:03下载
    积分:1
  • source
    输入信号为方波信号+高斯白噪声,方波信号基 频为1kHz,幅值为1,高斯白噪声方差为0.2, 均值为0,采样频率为20kHz。试用最大熵估计 法估计此信号的AR模型及其功率谱,并分析结 果(The input signal is a square wave signal+ Gaussian white noise, square wave signal fundamental frequency 1kHz, amplitude is a Gaussian white noise variance is 0.2, the mean is 0, the sampling frequency is 20kHz. Try maximum entropy estimation method to estimate the AR model of this signal and its power spectrum, and analyze the results)
    2013-10-29 17:50:45下载
    积分:1
  • rbf_pid__plot_sinmulink
    RBF神经网络pid控制,sinmulink模型仿真(RBF neural network PID control, sinmulink model simulation)
    2021-04-12 20:58:58下载
    积分:1
  • PairsTrading_FEX
    协整套利是现在非常流行的一种不同品种之间进行的套利的方法,此种套利方法的matlab代码(The Association full set of Lee is now a very popular one among the different varieties arbitrage, such arbitrage method matlab code)
    2013-01-27 22:05:34下载
    积分:1
  • fractal-image-compression-using-Quadtree-decompos
    MAtlab code for fractal image compression
    2014-12-20 21:25:46下载
    积分:1
  • 遗传算法优化pid
    使用遗传算法对pid进行优化,m文件调用模型文件,直接出结果(Using genetic algorithm to optimize PID, m file calls model files, directly results.)
    2021-04-28 11:48:44下载
    积分:1
  • 696518资源总数
  • 105622会员总数
  • 12今日下载