登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • AvgFilter
    simple problem average filter
    2012-05-09 19:45:44下载
    积分:1
  • shuangxianxing
    图像的双线性插值程序,在两个方向分别进行一次线性插值。(Bilinear interpolation process of the image in both directions, respectively for a linear interpolation.)
    2013-03-19 08:08:58下载
    积分:1
  • pcaa-fisher
    pca and fisher implementation in matlab for feature extraction
    2014-01-31 17:10:54下载
    积分:1
  • kmeans-lab
    K means clustering algorithm implementaion, machine learning
    2014-03-25 10:17:41下载
    积分:1
  • matlab
    应用于MATLAB中对图像的非线性变换,直方图均衡化线性,平滑滤波器(Images used in MATLAB, nonlinear transformation, histogram equalization, linear smoothing filter)
    2012-05-22 20:24:19下载
    积分:1
  • guangfu
    基于S函数的光伏阵列模型,包含S函数源码和MDL(THE MODULE OF PV IN MATLAB)
    2013-05-06 09:43:07下载
    积分:1
  • 61i_atan_cordic_v2_0_vhdl_ise
    my_atan_cordic.xco - Core parameter file my_atan_cordic.vho - Core VHDL instantiation template my_atan_cordic.vhd - Core VHDL simulation file (only for simulation) my_atan_cordic.edn - Core EIDF netlist (only for implementation) x_in_cos.dat - input data for the simulation (only for simulation) y_in_cos.dat - input data for the simulation (only for simulation) cordic_functional.do - ModelSim do file for functional simulation cordic_timing.do - ModelSim do file for timing simulation design_top.ucf - contrsaints file (only for implementation) design_top.vhd - VHDL toplevel design_top_tb.vhd - VHDL testbench
    2010-06-03 19:51:01下载
    积分:1
  • Adaptive
    自适应讲述了滤波的原理及matlab例程,详尽的讲解,很细致,每一步都很清晰!(Adaptive about filtering principle and Matlab routines, detailed explanations, very detailed, each step is very clear!)
    2012-05-18 16:45:55下载
    积分:1
  • Untitled3
    Digital filter design
    2011-12-06 13:55:44下载
    积分:1
  • edge_extraction
    Image Edge Extraction Algorithm Calculation of Lagrange and Newton
    2014-02-16 21:17:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载