搜索资源列表
FractalDim
- 盒维数MATLAB计算程序。%根据计盒维数原理编写了求一维曲线分形维数的matlab程序 function D=FractalDim(y,cellmax) %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)), -box dimension MATLAB pro
fract
- 计算一维信号或函数的分形盒维数
D
- %求输入一维信号的计盒分形维数 %y是一维信号 %cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 %D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e)),
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
BOX
- 计算数值序列或图像的盒维数 也就是分形理论中求分维数的 数盒子法 -Numerical calculation of the image sequence or box dimension of fractal theory is seeking a number of box fractal dimension method
boxcounting
- 使用MATLAB编的一段程序。用于计算时间序列的盒维数。-make it in matlab and be used to analys fractal demination
endpoint_detection
- 噪声环境下的端点检测在语音信号分析和识别中占有重要地位。文中将分形理论中的分形记盒维数应用到端点检测算法中,采用了基于分形记盒维数与短时能零比相结合的端点检测算法,以分形记盒维数为主要判决条件,并在判决门限的设定上采用了自适应机制。-Noise environment endpoint detection in speech signal analysis and identification play an important role. Wen will be fractal theory
yiweijihe
- 一维信号的计盒分形维数计算,数据长度为任意值 -One-dimensional signal meter box fractal dimension calculation, data length is arbitrary values
the-box-dimension
- 利用matlab图像处理计算一维信号的盒维数-Calculated using matlab image processing one-dimensional signal box dimension
FractalDim
- 求输入一维信号的计盒分形维数,求一维曲线分形维数的matlab程序- fractal dimension of the matlab program
MutiSigCheck
- 用分形盒维数进行单信道时频重叠多信号存在性检测.-The existence of overlapping multi-frequency signal detection with single-channel fractal box dimension.
HEWEISHU
- 一个很简单的用MATLAB编写的求信号分形盒维数的程序-A very simple request signal using MATLAB fractal dimension of the box
C
- 根据计盒维数原理编写了求一维曲线分形维数。本代码使用了C程序和opencv库函数 。 function D=FractalDim(y,cellmax) 求输入一维信号的计盒分形维数 y是一维信号 cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e))。 -Under the box dimension of the principle of pr
FractalDim
- 分形盒维数程序,盒维数描述分形信号的信息度量,用来表征信号的复杂度-Fractal box dimension program, box fractal dimension to describe the fractal signal measurement, used to characterize the complexity of the signal
Fractal
- 分形维数应用与MATLAB实现——借助分形维数理论,对二维图像和语音信号进行分析计算,让读者真正掌握分析盒维数的计算。-Fractal dimension and MATLAB realization——With the fractal dimension theory, the two-dimensional image and speech signal analysis and calculation, so that the reader grasp the real calculati
Wavelet-packet-fractal-technology
- 此程序利用小波包分形理论,计算一维信号的盒维数,判定此复杂度-This procedure using the wavelet packet theory, the fractal calculation of one dimensional signal box dimension, determine the complexity
box-dimension
- 此程序用于计算一维信号的盒维数,判定系统的复杂度-This program is used to calculate box dimension of one dimensional signal to determine the complexity of the system
信号盒维数和稀疏性的提取_matlab
- 信号复杂度特征的提取,主要实现盒维数和稀疏性的matlab代码实现(Extracting the feature of signal complexity and realizing the matlab code of box dimension and sparsity)