登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • Ackley1
    Ackley测试函数,经过实验的确可以用,哈哈,分享给大家(Ackley test function, indeed can be used through the experiment, ha ha, for everyone to share)
    2011-09-01 14:49:52下载
    积分:1
  • mutilvariableDMC
    matlab仿真的,多变量输入输出动态矩阵控制算法,希望对大家有所帮助。(Matlab simulation, mimo dynamic matrix control algorithm, we hope to help.)
    2021-03-22 15:49:17下载
    积分:1
  • Classification_Parameter_Estimation_and_State_Est
    hereby i m submitting this file
    2009-04-20 14:05:29下载
    积分:1
  • fov_swath
    field of view to swath converter
    2010-10-31 18:07:51下载
    积分:1
  • sigaldemodulation
    在matlab环境下产生指数衰减信号,从硬盘读取数据,对信号进行正交检波(in Matlab environment under exponential signal from the hard disk to read data, the detection signal orthogonal)
    2007-06-01 17:23:50下载
    积分:1
  • a_second_order_moment_method
    本程序为一次二阶矩法的MATLAB程序,主要针对的是验算点法。(This program for a second order moment method of MATLAB procedures, mainly is for the checking point method.)
    2015-01-12 07:40:43下载
    积分:1
  • surce_randon
    说明:  Randon data from program
    2019-05-12 01:42:24下载
    积分:1
  • matlab
    说明:  MATLAB 程式设计与应用 网络版 内容包括: MATLAB基本运算 MATLAB基本平面绘图 MATLAB基本立体绘图 简单方便的使用手册!(MATLAB programming content and applications online, including: MATLAB basic operations basic MATLAB-dimensional drawings of basic three-dimensional mapping is simple and convenient MATLAB user' s manual!)
    2009-08-26 12:16:14下载
    积分:1
  • CCamShift-mata
    Camshitft算法,虽然opencv有Camshiift函数,但是用matlab写能更好的了解原理,呵呵! (Camshitft algorithm, although the opencv the Camshiift functions, but to write a better understanding of the principle of using matlab, huh, huh!)
    2012-06-07 21:18:24下载
    积分:1
  • Image-Normalization-Code
    the moramlizationof image in needed in various image processing applications here this code doing the same.
    2013-12-01 12:21:16下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载