搜索资源列表
decompose
- MATLAB实现声音信号的小波分解与重构(内副数据)-MATLAB voice signals in the wavelet decomposition and reconstruction (with Vice data)
EMD.rar
- 该 程序是将经验模态函数分解为特征模态函数的一种有效方法,emd is emperical module decomposition it can decompose the signal into characteristic signals and it is an effective method.
svd.cpp
- SVD-Single Value Decompose
code1
- this source code is used to decompose the image into 3 level using discreat wavelet transform. at each level image is decomposed into 4 levels , LL ,LH,HL,HH LL is the approximation of the image the other are the details of image like edges
code4
- in this file we save an image as watermark into a gray scale image. here the watermark is embedded into the dc component.first we decompose the image up to 3 levels
detip-2.tar
- DEcompose seT of IP-addresses build a tree of aggregate networks
decomp_reconst
- Decompose image into subbands, denoise, and recompose again. fh = decomp_reconst(fn,Nsc,Nor,block,noise,parent) Javier Portilla, Univ. de Granada, 5/02 Last revision: 11/04-Decompose image into subbands, denoise, and recompose again.
decomp_reconst_full
- Decompose image into subbands, denoise, and recompose again. fh = decomp_reconst(im,Nsc,Nor,block,noise,parent,covariance,optim,sig) covariance: are we considering covariance or just variance? optim: for choosing between BLS-GSM (opti
decomp_reconst_W
- Decompose image into subbands, denoise using BLS-GSM method, and recompose again. fh = decomp_reconst(im,Nsc,filter,block,noise,parent,covariance,optim,sig) im: image Nsc: number of scales filter: type of filter used (see namedFilt
decomp_reconst_WU
- Decompose image into subbands (undecimated wavelet), denoise, and recompose again. fh = decomp_reconst_wavelet(im,Nsc,daub_order,block,noise,parent,covariance,optim,sig) im : image Nsc: Number of scales daub_order: Order of the daubec
FastICA_25
- FAST ICA,fast independent component analysis,用于分解独立的component-FAST ICA, fast independent component analysis, independent component used to decompose
wavelet
- decompose the input images into subbands
xiaoshiju
- 我们可以对一个信号,采用不同的消失矩的小波函数来分解,就可以更加感性的了解它-We can be a signal to a different vanishing moments of wavelet function to decompose, can be more emotional about it ..
WavletDecomposeTheFaultSignalPower
- 选用DB小波对故障电力信号进行分解,从图中可轻易判断出故障点。-DB wavelet used to decompose the fault signal power, from the figure can easily determine the point of failure.
xiaobosanjiefenjiechonggou
- 对心音信号进行小波三阶分解重构(默认阈值,软阈值)的matlab程序-wavelet decompose and redistribute matlab
plot_hht
- EMD分解及HHT分解,主要功能是能把混合信号分解成其所含的各频率成分-HHT EMD decomposition and decomposition, the main function is to be able to decompose mixed signal into its frequency components contained in the
mypca
- principal component analysis (PCA ) is a well known approach for dimensionality reduction of the feature space. It has been successfully applied in face recognition. The main idea is to decompose face images into a small set of feature images called
cholesky
- Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
emd
- emd分解是对原始信号分解得到各个分量的过程,它的核心是通过找出信号的极大值和极小值点拟合出上下包络从而得到平均包络。-The emd decompose each component of the process of decomposition of the original signal, its core is by identifying the maximum and minimum points of the signal fitting upper and lower envel
decompose-the-Positive
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-decompose the Positive