搜索资源列表
希尔排序.rar
- 希尔排序
希尔伯特图案
- 比较有意思的小程序,画出希尔伯特图案,可以调节级数-more interesting small programs depict the Hilbert logo, can be adjusted series
希尔排序算法实现
- 希尔排序算法实现-Hill Sorting Algorithm
希尔
- 不错的希尔代码,希尔是一种经典的加密算法,加密可以通过一线形变换,脱密再做依次逆变换。密钥就是变换矩阵本身。-good code Hill, Hill is a classic encryption algorithms, encryption can transform line shape, followed again from close inverse transform. Key is the transformation
直接插入和希尔排序
- 经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
插入排序的改进算法—希尔排序算发1
- 插入排序的直接改进算法--希尔排序算法.将用户输入的一列数按递增顺序排好并输出.以及直接插入冒泡选择排序算法的实现-inserted directly improve the ranking algorithm -- Hill sorting algorithms. Users input a few in increasing order to arrange and output. Bubble and direct inserti
希尔算法排序
- 希尔算法排序
希尔伯特黄变换
- 希尔伯特黄变换工具包
Hilbert-Huang希尔伯特黄变换(HHT)的Matlab实现
- 代码中的plot_hht函数实现了Hilbert-Huang变换(HHT),HHT就是Hilbert-Huang Transform(希尔伯特黄变换),美国航天航空局黄鳄教授发明的,大概的过程是:先对信号进行经验模态分解(Empirical mode decomposition -EMD),得出本征模态函数(IMF intrinsic mode function),再对本征模态函数进行希尔伯特变换,从而过进一步得该信号的希尔伯特谱、时频
直接插入和希尔排序
- 经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
希尔伯特图案
- 比较有意思的小程序,画出希尔伯特图案,可以调节级数-more interesting small programs depict the Hilbert logo, can be adjusted series
MATLAB希尔伯特Hilbert变换求包络谱
- MATLAB的希尔伯特谱分析,导入数据实现算出。最下二乘拟合算法。快速傅里叶变换详细算法。(MATLAB Hilbert spectrum analysis, import data to achieve calculation.The two by fitting algorithm. With the fast Fourier transform algorithm.)
8640希尔排序
- 用C语言言实现希尔排序。希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。(Using C language to achieve Hill sort.The Hill sort (Shell Sort) is a sort of insertion sort. Also called reduced delta sort is a more efficient version
1希尔伯特
- 希尔伯特变换hilbert得到的解析信号,并对变换结果进行傅里叶变换,观察频谱分布(Hilbert transform to obtain the analytic signal, and transform the results of Fourier transform, observe the spectrum distribution)
傅里叶变换和希尔伯特变换
- 详细介绍了傅里叶变换和希尔伯特变换原理,以及两种变换之间的关系(Fourier transform and Hilbert transform. It introduces the relationship of these two transform obviously.)
希尔伯特黄
- 希尔伯特黄变换的MATLAB算法程序,用于对信号的希尔伯特变换(Hilbert Huang transform MATLAB algorithm program for the signal Hilbert transform)
MATLAB希尔伯特Hilbert变换求包络谱 源程序代码
- MATLAB希尔伯特Hilbert变换求包络谱 源程序代码(MATLAB Hilbert Hilbert transform for envelope source code)
希尔排序
- 希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。希尔排序是非稳定排序算法。该方法因DL.Shell于1959年提出而得名。 希尔排序是把记录按下标的一定增量分组,对每组使用直接插入排序算法排序;随着增量逐渐减少,每组包含的关键词越来越多,当增量减至1时,整个文件恰被分成一组,算法便终止。(Hill sorting (Shell Sort) is a sort of inse
希尔伯特谱
- Hilbert谱表示的是信号幅值在整个频率段上随时间和频率的变化规律,下面将分享完整的希尔伯特谱代码。(Hilbert spectrum represents the change rule of signal amplitude with time and frequency in the whole frequency band. The complete Hilbert spectrum code will be Shared b
希尔伯特振动分解算法实例
- 针对信号处理方面,该例子实现了希尔伯特振动分解的,(For signal processing, this example implements the Hilbert vibration decomposition.)