登录
首页 » matlab » EMD-HHT

EMD-HHT

于 2018-07-06 发布 文件大小:33599KB
0 166
下载积分: 1 下载次数: 8

代码说明:

  采用希尔伯特黄变换对几组原始健康数据进行损伤检测等模拟(Hilbert Huang transform is used to simulate several groups of original health data.)

文件列表:

基于希尔伯特黄变换的板状结构健康检测的研究及源代码\基于希尔伯特黄变换的板状结构健康检测的研究\基于希尔伯特黄变换的板状结构健康检测的研究_只做4.4节仿真.caj, 3833601 , 2018-02-26
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\emd.m, 18136 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\emd_local.m, 9869 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\emd_online.m, 26138 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\emd_visu.m, 2838 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\hhspectrum.m, 845 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\io.m, 335 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT\toimage.m, 1889 , 2006-03-17
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\基于希尔伯特黄变换的板状结构健康检测的研究\数据.zip, 31100026 , 2018-02-27
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\EMD-HHT, 0 , 2018-07-06
基于希尔伯特黄变换的板状结构健康检测的研究及源代码\基于希尔伯特黄变换的板状结构健康检测的研究, 0 , 2018-07-06
基于希尔伯特黄变换的板状结构健康检测的研究及源代码, 0 , 2018-07-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MATLAB
    实用的MATLAB课件,适合初学者,比较基础,希望对大家有所帮助。(MATLAB practical courseware is suitable for beginners, the comparison basis, we want to help.)
    2009-09-16 20:21:16下载
    积分:1
  • LZ77
    data compression, lossless methods, LZ family
    2009-04-05 07:28:32下载
    积分:1
  • proj1
    MIT--航空航天工程中的计算方法_模拟飞机的动力学 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。(MIT- Aerospace Engineering in the calculation of simulated aircraft dynamics _ MIT Open Course- Aerospace engineering calculation methods for this course in aviation and aerospace engineering calculations appear in an introduction. The application is from aerospace structures, aerodynamics, dynamics and control, and aerospace systems selected. The technologies include: numerical integration of ordinary differential equations systems partial differential equations of finite difference, finite volume, and finite element discretization numerical linear algebra eigenvalue problems with constraints and optimization.)
    2011-11-21 09:19:22下载
    积分:1
  • 脉搏波信号提取
    对脉搏信号进行滤波处理后,再进行时域分析和频域分析,提取出脉搏信号的周期、峰值、频率等特征。(After filtering the pulse signal, time domain analysis and frequency domain analysis are carried out to extract the characteristics of pulse signal such as period, peak value and frequency.)
    2021-05-22 13:30:02下载
    积分:1
  • Faceangledetection
    基于BP神经网络的人脸角度检测,提供了人脸角度数据库。(Face angle detection based on BP neural network.The of face angle is provided.)
    2015-03-07 22:24:25下载
    积分:1
  • Convolutional-codec-works
    说明卷积编解码的工作原理,用Simulink仿真卷积编码,并用Viterbi译码的方法进行解码(Understand the convolutional codec works with Simulink simulation convolutional coding and Viterbi decoding method to decode)
    2012-03-22 18:52:00下载
    积分:1
  • eetop.cn_LDPC-code-
    ldpc研究的源代码,用于DVB-S2标准(The source code LDPC, used for DVB-S2 standards)
    2011-11-29 10:33:10下载
    积分:1
  • 电力线噪声模型仿真
    电力线噪声的建模,有色背景噪声和脉冲噪声的模型建立(Modeling of Power Line Noise)
    2020-09-24 09:27:49下载
    积分:1
  • Blindestimation
    根据接收数据阵x 、信道长度LH、过采样因子q ,采用Hopfield 盲处理方法,恢复出相应于x的尽可能长的BPSK发送序列,并估计 信道。(Based on the received data matrix x, the channel length of the LH, oversampling factor q, with Hopfield blind treatment, recovery corresponding to x, send a sequence of BPSK as long as possible, and the channel estimate.)
    2010-07-02 11:10:50下载
    积分:1
  • DCT_IDCT
    to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functions with the internal general functions use this code: A = int32(100*rand(8,8)) tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc tic for i = 1 : 1000 idct2(dct2(A)) end toc i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
    2007-12-05 18:28:42下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载