-
The-empirical-mode-decomposition
hht1.介绍2.非平稳数据处理方法回顾(声谱图、小波分析、WVD、改进谱、经验正交函数展开、其他各类方法)3.瞬时频率4.固有模态函数5.经验模式分解方法:过滤方法6.完整性和正交性7.希尔伯特谱8.确认和校准希尔伯特谱9.应用(经典非线性系统大量的结论、试验中得到的观测数据)10.讨论11.结论(1. Introduction 2. Non-stationary data processing methods Review (spectrogram, wavelet analysis, WVD, improving the spectrum, empirical orthogonal function expansion, other types of methods) 3. Instantaneous frequency of 4. Intrinsic mode function 5. Empirical Mode Decomposition Methods: filtering methods 6. completeness and orthogonality 7. Hilbert spectrum of 8. to identify and calibrate Hilbert spectrum 9. Applications (classical nonlinear systems a lot of conclusions, the trial in the observational data) 10. discussion 11. Conclusions)
- 2009-12-29 16:00:55下载
- 积分:1
-
chaoguruanjian
说明: The Demo mainly displays stock trading software, futures, stocks, time maps, K-line maps, etc. When the finger slides the screen, the K-line maps can be enlarged, narrowed and loaded with more data. Similar to the function of Bull Stock
- 2020-06-15 23:00:02下载
- 积分:1
-
Single-version-of-Tetris
俄罗斯方块单人版(使用简单的图形库实现了游戏的画面,图片可以自己在对应位置保存)(Single version of Tetris)
- 2015-04-18 18:30:35下载
- 积分:1
-
This specification defines the Audio Codec ‘97 (AC ‘97) Architecture and Digital...
This specification defines the Audio Codec ‘97 (AC ‘97) Architecture and Digital Interface (AC-link) specifically
designed for implementing audio and modem I/O functionality in mainstream PC systems. This specification does
not explicitly define the companion AC ‘97 Digital Controller component (sometimes referred to or abbreviated as
DC ‘97), which typically varies in features and implementation, but is AC ‘97 compliant with this specification.-This specification defines the Audio Codec
- 2022-05-06 15:37:40下载
- 积分:1
-
C语言100
说明: C语言、C++ 100范例,很好的学习资料!(The sample code of the C language, please refer to it~)
- 2019-03-28 17:36:29下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
好wowmpqview和wowmapview
good wowmpqview and wowmapview
- 2022-01-23 11:20:38下载
- 积分:1
-
ORC_Python27
说明: 加上Coolprop库后,可以在Python软件中进行ORC的计算(With the addition of the Coolprop library, the ORC calculation can be done in Python software)
- 2020-06-20 11:20:02下载
- 积分:1
-
PDS-Pipe
采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析(using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used for other structural reliability analysis)
- 2021-04-19 08:48:51下载
- 积分:1
-
tetris3
C++控制台俄罗斯方块带源代码,界面美观,Visual C++ 6.0编译。(Cpp Console Tetris)
- 2015-07-17 19:35:44下载
- 积分:1