登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • delphi
    DELPHI环境下MATLAB和数据库之间的数据通讯(DELPHI environment MATLAB and data communication between the database)
    2011-02-06 21:51:37下载
    积分:1
  • 1
    说明:  salam man hamid hastam in file matlab
    2012-04-09 12:24:22下载
    积分:1
  • MFCC
    MFCC参数提取的所有程序,已接近人耳听觉的特点在语音识别领域得到广泛应用(MFCC parameter getting)
    2014-11-17 14:51:46下载
    积分:1
  • PID_Rand
    基于随机搜索的PID参数优化程序,用于参数优化(PID parameter optimization program based on random search)
    2016-09-08 09:11:32下载
    积分:1
  • lyaprosen
    计算给定时间序列的最大Lyapunov指数(compute the maximal Lyapunov exponent of a time series)
    2010-03-15 09:45:47下载
    积分:1
  • 基于PSO的PID参数自整定
    说明:  利用PSO算法对PID参数进行整定并画图,matlab程序,测试过可以使用(Using PSO to adjust and draw the parameters of PID)
    2020-08-07 16:48:30下载
    积分:1
  • ou
    说明:  为了处理快速变化的动态环境,在微粒速度更新公式中增加了一项变化项,从而无需检测环境的变化就可以跟踪环境。尽管该方面的研究成果至今较少,但不容质疑这是一项重要的研究内容(To deal with the rapidly changing dynamic environment, update the formula in the particle velocity increased by a change in key, so no need to detect changes in the environment can track the environment. Although the results of research so far less, but no question this is an important research)
    2010-09-03 23:24:02下载
    积分:1
  • 16QAM_simulink_using_matlab
    说明:  16QAM通信系统的Matlab仿真实现(16QAM Matlab Simulation)
    2010-04-10 22:59:08下载
    积分:1
  • ABSE
    本源程序可用于语音识别的端点检测算法,双门限端点检测算法+基于谱熵端点检测。。。(Double threshold endpoint detection algorithm+ endpoint detection based on spectral entropy)
    2014-10-16 20:53:16下载
    积分:1
  • estimate-CDF-a-PDF
    估计随机信号的概率密度分布和累计密度分布(Estimate the probability density of random signal distribution and density distributio)
    2016-12-13 12:10:34下载
    积分:1
  • 696518资源总数
  • 104509会员总数
  • 10今日下载