登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • how_place_matlab_graph
    it shows a method on how to place an image in matlab and use it
    2010-06-11 22:49:25下载
    积分:1
  • FastICA_23
    独立成分分析算法,定点独立成分分析。可以用于图像特征提取(fastica algorithm)
    2009-04-03 11:25:36下载
    积分:1
  • sanyuan-matlab-book
    三院电子教学中心的matlab教程,学习matlab编程不错的教程(Hospitals matlab tutorial e-learning center, learning good programming tutorial matlab)
    2010-12-21 22:54:26下载
    积分:1
  • bcjr_decoder
    This is a simulation matlab for simulating the process of BCJR decoder that decodes input data s from channel.
    2011-07-08 18:03:26下载
    积分:1
  • return
    matlab编写的遍历收益区间程序,计算根据一定阀值进行买入卖出(matlab write traversal income range program)
    2013-01-29 11:29:11下载
    积分:1
  • MATLAB
    Book of Essential.MATLAB.Engineers.Scientists
    2012-10-11 23:27:22下载
    积分:1
  • STFT
    短时傅里叶变换的matlab代码,可以用来测试短时傅里叶变换(Matlab code, and short time Fourier transform can be used to test the short-time Fourier transform)
    2015-06-23 14:28:45下载
    积分:1
  • interpretation
    非常好的向前和向后插值两种方法:用matlab实现最近邻域插值旋转程序(very good ,ifyou want please loadown)
    2009-04-26 16:02:28下载
    积分:1
  • nlpf
    This simple Matlab function simulates a innovative algorithm for narrow band interference mitigation for wireless communications, esp for satellite comm. The algorithm looks similar to LMS, but error is non-linearly transformed. It works well and a hardware demonstration was successfully fulfilled on Altera FPGA development platform. More details on algorithm refers to "Nonlinear Techniques for Interference Suppression in Spread Spectrum Systems" by R. Vijayan.
    2010-11-09 03:19:19下载
    积分:1
  • frequency-signals
    frequency signals with output.
    2011-09-20 22:15:16下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载