搜索资源列表
SVD(奇异值分解)算法及其评估
- SVD(奇异值分解)算法及其评估 学习SVD的好资料
奇异值
- 图象处理中用到的奇异值分解及矩阵运算-singularity value decomposition and matrix computation used in image processing
svd
- 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
Svd_Yuyin
- 用奇异值分解来对语音信号进行噪声消除-using singular value decomposition of voice signal to noise elimination
KL2
- 人脸识别:利用奇异值分解和KL变换的投影,是很有价值的一篇文章-Face Recognition : The Singular Value Decomposition and KL transform projection, it is valuable to an article
InvMat
- 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding t
ssvd-0.2.5.tar
- 是一个矩阵的奇异值分解算法的源码包,是在SVDPACKC的基础上进行的封装,典型应用是在LSI算法中用来降维生成一个小的语义空间。-is a matrix of the singular value decomposition algorithm source package is SVDPACKC conducted on the basis of the package, the typical application is in
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
qiufeixianxingfangchengzuzuixiaoerchengjiedeguangy
- 1.功能 利用广义逆求解无约束条件下的优化问题(C语言) 2.参数说明 int m : 非线性方程组中方程个数 int n : 非线性方程组中未知数个数 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇异值分解中的控制精度要求 double x[n] : 存放非线性方程组解的初始近似值X(0),要求各分量不全为0 int ka : Ka=max{m,n}+1
KDA_QR
- 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。 -based on the singular value decomposition of the nuclear linear discriminant analysis (Kernel Discriminant An alysis via QR Decomposition).
Lyapunov_Terra
- 当计算混沌系统Lyapunov指数时,gs.m代码实现正交化 直接运行L2.m,可计算出Lyapunov指数(该代码是基于奇异值分解计算Lyapunov指数的) -chaotic system when calculating Lyapunov exponent, gs.m code directly Orthogonalization L2.m operation, translate into Lyapunov expon
tusvd
- 图像的奇异值分解,并将图像重构出来,看其效果的变换-image of the singular value decomposition, and image reconstruction, and look at the effect of the change
empca2.tar
- 模式分类中应用到的PCA算法,包括其奇异值分解SVD算法。可用来降维提取主元素等。-pattern classification applied to the PCA algorithm, including its SVD singular value decomposition algorithm. Can be used to take down the main Viti Levu and other elements.
Img_compress
- 用奇异值分解的方法实现图像压缩,有助于初学者了解奇异值分解的应用-Using singular value decomposition method to achieve image compression will help beginners understand the application of singular value decomposition
matriccaculator
- 可对任意两个矩阵做加法、减法、乘法等运算;同时可对单个矩阵求转置矩阵、三角分解、奇异值分解等操作,功能强大。-Can make any two matrix addition, subtraction, multiplication and other operations at the same time, a single matrix transpose matrix, triangular decomposition, sin
SVD
- 自编的奇异值分解消噪程序,在消噪的同时可实现对不同频率信号分量的分离。-Own the singular value decomposition de-noising procedure, de-noising can be achieved at the same time on different frequency signal component separation.
奇异值分解波束形成MATLAB程序
- 奇异值分解的波束形成MATLAB代码, 很有用的程序 运行没有问题(code for SVD beamforming)
奇异值分解(SVD).cpp
- 奇异值分解(SVD)VC++程序,网上的都有错误,此程序修正了错误的地方。(Singular value decomposition (SVD) VC ++program, there are errors on the Internet, this program fixes the wrong place.)
MSVD(多尺度奇异值分解)
- 基于多尺度奇异值分解的图像融合程序及一组待融合图像,以及一篇文献。(Image fusion program based on multiscale singular value decomposition and a set of images to be fused, and a document.)
奇异值分解1
- 多层奇异值分解,解决了原始奇异值分解分辨率欠缺的问题(Multilevel singular value decomposition solves the problem of lack of resolution of original singular value decomposition)