登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • mainone
    适合初学电力系统者,能够求出系统的雅克比矩阵,便于理解课本内容(Suitable for beginners power system, able to calculate the system Jacobian matrix, easy to understand textbook content)
    2012-06-08 10:08:59下载
    积分:1
  • An-Overview-of-Fuzzy-Logic-in-Power-and-Control-S
    An Overview of Fuzzy Logic in Power and Control Systems
    2014-10-22 21:36:27下载
    积分:1
  • Shape-Recognation
    这是在MATLAB环境下的一个进行图像连通,识别,提取质心的程序。(This is an image communication, recognition in a MATLAB environment, extracting the centroid of the program.)
    2015-11-04 22:14:28下载
    积分:1
  • jiguangsaomiao
    有关于地面三维激光扫描的点云数据处理,模型构建和点云配准的各种文章(On the ground three-dimensional laser scanning point cloud data processing, model building and various articles of point cloud registration)
    2021-01-31 11:08:32下载
    积分:1
  • nist_aodv_model1
    感知无线电有关的仿真,希望对大家有用(Simulation-related cognitive radio, in the hope that useful to everybody)
    2008-06-09 15:23:39下载
    积分:1
  • Correlation_Ver01
    simulate mimo system with OneRingSelective channel
    2013-03-04 15:23:32下载
    积分:1
  • satellite-system
    基于数字地球的车载卫星导航定位的设计与实现(Digital Earth s satellite navigation and positioning the vehicle design and implementation)
    2013-12-01 10:06:50下载
    积分:1
  • uwb_antenna
    ultra wide band antenna with MATLAB
    2010-06-10 23:11:00下载
    积分:1
  • star_move
    用matlab编制卫星运动的动画程序,非常有趣!(A cartoon programme of star moving using matlab code)
    2011-11-10 22:40:15下载
    积分:1
  • multi_bit_digi_corrrelation-(2)
    matlab实现8位数字复相关,matlab实现数字复相关器,并比较数字相关结果和模拟相关结果的差别(matlab to achieve eight digital complex correlation, matlab realize digital multiplexing correlator)
    2013-10-13 16:38:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载