-
DCT2D
DCT变换的matlab源代码。适合用作特征提取的预处理方法来使用。(DCT transform matlab source code. Suitable for feature extraction preprocessing method to use.)
- 2009-03-10 09:31:03下载
- 积分:1
-
FittFunc
多种概率分布的拟合函数集合
本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!(Fitting a wide range of probability distribution functions including the collection of this algorithm maximum likelihood estimation, least squares estimation, based on the EM algorithm estimate a mixture Gaussian distribution, EM algorithm for the test examples, each mapping the distribution of the plot function. Have reference value is!)
- 2008-07-05 21:31:21下载
- 积分:1
-
spLpc
lpc feature voice its important for extraction
14 coofeecient
- 2010-07-02 21:29:56下载
- 积分:1
-
Adaptive-GA-applications
自适应遗传算法的应用举例,包含程序,数据对比图这类(Adaptive Genetic Algorithm Application examples, including programs, data comparison chart such)
- 2014-08-28 09:56:21下载
- 积分:1
-
bifurcaton
对于非线性系统 如duffing和Lorenz系统,使用龙格库塔法求其系统响应,并画出相图和分岔图(
For nonlinear systems such as duffing and Lorenz system, seeking its response system using Runge-Kutta method, and draw the phase diagram and bifurcation diagrams)
- 2021-03-20 15:39:18下载
- 积分:1
-
speechcode
file game with matlab itis p.code
- 2010-12-18 20:08:00下载
- 积分:1
-
Untitled
对噪声图像进行均值,方差,峰度和偏度的计算并输出其数值(Noise images mean, variance, skewness and kurtosis computing and outputting the value)
- 2015-01-10 11:18:53下载
- 积分:1
-
faotie_v35
LZ复杂度反映的是一个时间序列中,isodata 迭代自组织的数据分析,计算一维光子晶体的透射特性和反射特性。( LZ complexity is reflected in a time sequence, Isodata iterative self-organizing data analysis, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals.)
- 2016-05-17 11:03:38下载
- 积分:1
-
lsb图像水印
说明: LSB实现图像水印的嵌入与提取。真彩色图像为载体也可以!(LSB implements image watermarking embedding and extraction. True color images can also be used as carriers!)
- 2019-07-01 18:51:31下载
- 积分:1
-
N-sparse
创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。(Creates an N-dimensional sparse array object, for arbitrary N.This submission defines a class of N-dimensional sparse arrays for N possibly greater than 2. However, it should really be thought of as a way of starting with an ordinary MATLAB sparse matrix and reshaping it to have N dimensions. In other words, the sparse data must first be able to exist as an ordinary 2D MATLAB sparse matrix before being made N-dimensional. In fact, if the intended array has dimensions MxNxP...YxZ, then the class will store it internally as an ordinary 2D sparse array of dimensions (M*N*P*...*Y)xZ. This leads to certain memory strains when using large numbers of dimensions. I find the class useful mainly for moderate dimensional things like edge detection in 3D imaging, where you often want to hold a sparse 3D edge map.
)
- 2013-10-21 20:43:18下载
- 积分:1