登录
首页 » matlab » xiaobosuanfa

xiaobosuanfa

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

  • image
    用matlab分析二维信号的频域特性 研究相位和幅度失真(matlab )
    2009-09-20 13:59:44下载
    积分:1
  • matlab__chinese
    非常好一个matlab中文教程,找了好久的!(A very good Chinese matlab tutorial for a long time to find it!)
    2010-09-11 15:42:53下载
    积分:1
  • 提高密码的抗攻击性
    摘要:为提高密码的抗攻击性,利用超混沌系统随机性好!可确定再生,且密钥空间较大的特性,提出了一种基于四维连续超混沌系统和扩展映射的实时视频流加密算法"(Abstract: In order to improve the password anti-aggressive use of system randomness hyperchaos good! Regeneration can be identified, and key characteristics of the larger space, a row based on four-dimensional hyperchaotic system and expansion of mapping real-time video stream encryption algorithm )
    2021-03-07 16:39:29下载
    积分:1
  • MATLAByuyanjichu01
    第04讲MATLAB语言基础-数字图像处理课件-matlab语言基础,很适合做图像如理入门使用,(Digital image processing based on matlab language courseware), such as introduction to use, very suitable for image series 1)
    2013-11-13 20:16:20下载
    积分:1
  • code
    matlab 的短时傅里叶变换代码, STFT, 简洁实用(code of STFT with matlab)
    2020-09-22 10:17:51下载
    积分:1
  • matlabcommand
    matlab 命令汇总,包括各种常用命令,尤其适用于图像处理(matlab command summary, including a variety of commonly used commands, especially for image processing)
    2010-09-07 10:59:36下载
    积分:1
  • matlabwumalv
    可以实现单极性双极性在不同信噪比的条件下对误码率的比较。(BER Comparison)
    2009-05-02 21:31:47下载
    积分:1
  • peizhun
    对图形图像进行处理,使图形图像配准,更为准确(The graphic image processing, the graphics image registration, more accurate)
    2013-08-27 20:00:26下载
    积分:1
  • xml-to-mat
    此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理(This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by label me. We can only get in the form of xml files, so we need to convert the file to mat xml file. Facilitate processing matlab language environment)
    2020-10-23 15:57:22下载
    积分:1
  • teoria_matlab_a_simulink
    Teoria de Matlab y Simulink
    2013-11-19 08:47:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载