登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • Application-au-problEme-du-pendule-
    Application au problème de la cuve. Comparaisons entre un contrô leur ACF, un contrô leur PID et le contrô leur à logique floue de Matlab. Application au problème du pendule inverse. Comparaisons entre un contrô leur ACF, un contrô leur PID et le contrô leur à logique floue de Matlab.
    2015-03-09 00:10:51下载
    积分:1
  • ECG2_NSA.m
    NSA-实数负选择 RSA -时间序列异常检测-ECG时序数据(negative selection algorithm - for time series ECG abnormal detection)
    2015-11-24 14:17:29下载
    积分:1
  • 仿真OFDM传输系统
    说明:  基于matlab实现对OFDM的仿真,包括信道turbo编解码,以及QAM调制(OFDM simulation based on MATLAB, including channel turbo coding and decoding, and QAM modulation)
    2020-07-26 12:56:05下载
    积分:1
  • CONDISTILL
    连续多组分(三元)精馏塔的模拟计算,用matlab实现,经典教程(multi components continous distillation column simulation with matlab, a classic tutorial.)
    2009-06-16 16:52:16下载
    积分:1
  • sgysg
    离散时间的基本运算,是MATLAB函数改进增强版本,更加的实用,包括卷积,折叠等基本运算(Discrete-time basic operations, is an enhanced version of MATLAB function improved, more practical, including convolution, folding and other basic operations)
    2013-10-29 16:14:14下载
    积分:1
  • KKKKKKKKKKKMUD_CDMA
    多用户检测器的性能分析和仿真研究,有详细的源代码,希望各位有用(Multi-user detector performance comparison analysis of simulation studies, the main simulation file has detailed instructions)
    2021-04-25 11:38:46下载
    积分:1
  • randControl
    飞机飞行仿真中,对四个主要控制量,包括油门、升降舵、副翼及方向舵控制,分别提供持续2秒的随机大小的阶跃控制输入,四个控制量互相独立。可以用于飞行动力学系统辨识、参数识别等。(Flight simulation, the four main control volume, including throttle, elevator, aileron and rudder control, to provide for 2 seconds, respectively, a random step size control inputs, four control variables independent of each other. Can be used in flight dynamics system identification, parameter identification.)
    2011-09-30 10:59:06下载
    积分:1
  • the-realize-of-FFT-in-C-program
    改程序在Turbo C或Visual 6.0中编译,能够实现基2的快速的傅里叶变换。(Reform program in Turbo C or Visual 6.0 compiled, enables fast Fourier transform base 2.)
    2014-11-10 18:30:34下载
    积分:1
  • program
    基于三线性分解/平行因子分解的MIMO雷达参数估计(Trilinear decomposition/PARAFAC decomposition-based Angle estimation algorithm)
    2016-06-06 18:58:02下载
    积分:1
  • 维纳滤波器
    实现维纳滤波的功能。包括时域和频域的实现。需要实现维纳滤波的可以参考。(Implement of Wiener Filter)
    2018-03-07 16:32:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载