搜索资源列表
rwdrcoef
- 程序算任意点FFT和小波变换,以及可选择多种小波及小波变换后的单频带重够,另算信号的Lipschitz指数,高级数字信号处理!-counting procedures arbitrary point FFT and Wavelet Transform, and the choice of multiple wavelet and the wavelet transform of a single-band heavy enough, and another count signal Lipsch
SeeImage
- 一个用来处理简单pgm格式的小程序,比如对数变换、指数变换、直方图均衡化等等,功能不多,但是很有用-Pgm format to handle a simple little program, such as log transformation, exponential transform, histogram equalization, etc., function much, but useful
chen
- 在非线性科学中,“混沌”这个词的含义和本意相似但又不完全一致,非线性科学中的混沌现象指的是一种确定的但不可预测的运动状态。它的外在表现和纯粹的随机运动很相似,即都不可预测。但和随机运动不同的是,混沌运动在动力学上是确定的,它的不可预测性是来源于运动的不稳定性。或者说混沌系统对无限小的初值变动和微绕也具于敏感性,无论多小的扰动在长时间以后,也会使系统彻底偏离原来的演化方向。混沌现象是自然界中的普遍现象,天气变化就是一个典型的混沌运动。混沌现象的一个著名表述就是蝴蝶效应:南美洲一只蝴蝶扇一扇翅膀,就
gaibai_v53
- 基于小波变换的数字水印算法matlab代码,Pisarenko谐波分解算法,wolf 方法计算李雅普诺夫指数。- Based on wavelet transform digital watermarking algorithm matlab code, Pisarenko harmonic decomposition algorithm, wolf calculated Lyapunov exponent.
feiqei_V0.6
- 内含心电信号数据及运用MATLAB写的源代码,基于小波变换的数字水印算法matlab代码,wolf 方法计算李雅普诺夫指数。- ECG data and includes source code written in MATLAB, Based on wavelet transform digital watermarking algorithm matlab code, wolf calculated Lyapunov exponent.
fietiu
- 各种资源分配算法实现,结合PCA的尺度不变特征变换(SIFT)算法,混沌的判断指标Lyapunov指数计算。- Various resource allocation algorithm, Combined with PCA scale invariant feature transform (SIFT) algorithm, Chaos indicator for Lyapunov index calculation.
fingheng_V2.2
- wolf 方法计算李雅普诺夫指数,调试通过可以使用,分数阶傅里叶变换计算方面。- wolf calculated Lyapunov exponent, Debugging can be used, Fractional Fourier transform computing.
pengqui
- 混沌的判断指标Lyapunov指数计算,针对EMD方法的不足,结合PCA的尺度不变特征变换(SIFT)算法。- Chaos indicator for Lyapunov index calculation, For lack of EMD, Combined with PCA scale invariant feature transform (SIFT) algorithm.
bangnie_v26
- 使用拉亚普诺夫指数的公式,阵列信号处理的高分辨率估计,基于小波变换的数字水印算法matlab代码。- Raya Punuo Fu index using the formula, High-resolution array si
jeibai_v85
- 时间序列数据分析中的梅林变换工具,数据包传送源码程序,wolf 方法计算李雅普诺夫指数。- Time series data analysis Mellin transform tool, Data packet transfer source program, wolf calculated Lyapunov exponent.
快速傅里叶变换 c
- FFT的基本思想是把原始的N点序列,依次分解成一系列的短序列。充分利用DFT计算式中指数因子 所具有的对称性质和周期性质,进而求出这些短序列相应的DFT并进行适当组合,达到删除重复计算,减少乘法运算和简化结构的目的(Fast Fourier Transform)