搜索资源列表
pca+lda
- 模式识别PCA+LDA的C++源代码,用于图像的主分量分析-pattern recognition PCA LDA C source code for the image of Principal Component Analysis
SSA_1
- 一个关于混沌序列的噪声压缩程序,主要基于主分量分析方法,消噪效果非常好。模拟信号上加了100 %噪声-a chaotic sequence of the noise compression procedures, mainly based on principal component analysis, denoising very good results. Analog signals on the 100% increase in noise
2006071611223344
- 使用KL变换和主分量分析的人脸识别小程序,使用MATLAB-KL transform and use PCA Face Recognition small, the use of MATLAB
rtejfgds
- 现有的代数特征的抽取方法绝大多数采用一维的方法,即首先将图像转换为一维向量,再用主分量分析(PCA),Fisher线性鉴别分析(LDA),Fisherfaces式核主分量分析(KPCA)等方法抽取特征,然后用适合的分类器分类。针对一维方法维数过高,计算量大,协方差矩阵常常是奇异矩阵等不足,提出了二维的图像特征抽取方法,计算量小,协方差矩阵一般是可逆的,且识别率较高。-existing algebra feature extraction method using a majority of th
pca
- PCA算法程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量
FastTransformation-InvariantComponentAnalysis
- 主分量分析的快速算法,计算机视觉领域在速度方面的又一大进展,适于对速度要求较高的场合使用
Pbarpcf_huzi
- 本源码是用于现代谱估计的一种方法:巴特利特主分量估计算法,对3个频率进行分辨。
Extractionofthemaincomponents
- Matlab提取主分量矩阵。程序设计步骤: 1、去均值 2、计算协方差矩阵及其特征值和特征向量 3、计算协方差矩阵的特征值大于阈值的个数 4、降序排列特征值 5、去掉较小的特征值 6、去掉较大的特征值(一般没有这一步) 7、合并选择的特征值 8、选择相应的特征值和特征向量 9、计算白化矩阵 10、提取主分量
主分量变换
- 主分量变换,不要密码。-PCA transform, not passwords.
pca源程序
- 基于pca(核主元)的方法,提取混合信号中的主分量
feipca.rar
- 非线性PCA算法matlab程序段,完成独立分量分析的主分量分解,Non-linear PCA algorithm matlab program segment, the completion of independent component analysis of the principal component decomposition
oja
- 人工神经网络中用Oja网络求解模式的主分量问题-Oja networks using artificial neural network model of the main components of problem solving
nonPAST
- 采用非线性主分量方法对育信号进行分离的算法。运行环境MATLABR2008B。程序+报告都在里面-Nonlinear principal component method of fertility signal separation algorithms. Operating environment MATLABR2008B. Procedure+ reports inside
Kernel_PCA
- 基于核的主分量分析方法的提出者亲自写的程序(基于MATLAB-a MATLAB m-file of Kernel PCA
pca_analysis
- 程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数。y为 m*T 阶主分量矩阵。n是维数,T是样本数。-Procedure Note: y = pca (mixedsig), the program mixedsig for the n* T-order mixed data matrix, n is the signal number, T the sampling points. y for m* T-order pri
pca
- 神经计算的实验作业。用principle components analysis计算模式的主分量。提取线性输入的特征。-Neural computing experiment operations. Computing model using principle components analysis of the principal component
fuse_pca
- 基于主分量分析的图像融合算法实现,matlab实现,直接输入两幅图像即可-PCA-based image fusion algorithm, matlab implementation, two images can be directly
nnpca
- 利用主分量分析(PCA)进行模式识别,包括主分量分析运算的主要函数,以及相关应用的例子。-Using principal component analysis (PCA) for pattern recognition, including the principal component analysis of the main function of computing, and related application examples.
pca
- 本程序基于MATLAB仿真工具实现主分量分析-The program is based on MATLAB simulation tools principal component analysis
基于主分量的人脸重构
- 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。
