搜索资源列表
svd
- 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
fanyan
- 用SVD奇异值分解法和阻尼最小二乘算法解决地球物理反问题,程序比较简单易懂
vector
- 矩阵运算,数值算法,vc++,奇异值分解,svd
svd_cpp
- 用C++写的 SVD 奇异值分解算法,用于学习与研究。-Written in C++ SVD algorithm for learning and research.
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.
wavemarksvd
- 利用svd的一种水印方法。SVD即奇异值分解(Singular Value Decomposition)算法。 -A watermarking method using svd. Singular value decomposition SVD that (Singular Value Decomposition) algorithm.
SVD
- 常规DOA谱估计music算法在多径环境下失效,SVD算法利用最大特征值对应的特征矢量重新构造奇异值矩阵,可以成功估计相干信号。-Conventional music spectrum estimation algorithm for DOA in multipath environment, failure, SVD algorithm using the maximum eigenvalue of the feature vector corresponding to re-construc
svd
- svd算法,也就是奇异值算法,用于求解不适定性问题。-svd algorithm, that is, singular value algorithm for solving ill-posed problems
svd.c
- SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
29bf941cc07b
- svd 分析 奇异值分解 信号处理常用程序算法-svd analysis
svd
- 矩阵奇异值分解的svd算法的解析和评估。综述了三种方法进行奇异值分解。特点不一 有适合嵌入式系统用的-svd juzheng
SVD-source-code
- 使用QR分解算法的奇异值分解源代码及注释-Singular value decomposition using the QR decomposition algorithm source code
SCD_CPP
- 数值计算中SVD分解算法,其中包含SVD算法的C++实现头文件,源文件,程序测试代码,以及测试结果文件等,可以很好的帮助你理解SVD奇异值分解算法-Numerical calculation SVD decomposition algorithm, which the SVD algorithm C++ header files, source files, program testing code, and test results file can help you understand t
Incremental-SVD-updates
- 增量奇异值分解算法,来至MIT大学的wingate教授,含3个源码.-Given the thin SVD of a matrix (X=USV ), update it in a number of interesting ways, while preserving the rank of the result. svd_update.m- update the SVD to be [X+ A *B]=Up*Sp*Vp (a general matrix update). add
SVDLIBC-win
- SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile
lansvd
- lansvd分解算法,先对矩阵进行lanczos分解,再进行svd奇异值分解。代码里面含有注释。-lansvd decomposition algorithm, first lanczos the matrix decomposition, then svd singular value decomposition. Code which contains comments.
ksvdbox13
- 奇异值分解算法,用于字典的学习和构建,可以很好的对数据进行降维和稀疏化。(Singular value decomposition algorithm for the study and construction of the dictionary, can be a good data for dimensionality and thinning.)
svd
- tsvd 截断奇异值分解 相比较奇异值分解,有很好的抗干扰能力(The singular value decomposition of TSVD truncated singular value decomposition has good anti-interference ability.)
SVD
- 奇异值分解算法SVD,其中包含几个构造的地震信号,分别去噪对比结果(ingular Value Decomposition (SVD) algorithm, which contains several structural seismic signals, denoising and contrast results respectively)
SVD_TLS
- 根据张贤达版《现代信号处理》的SVD-TLS算法,基于奇异值分解的总体最小二乘法, SVD-TLS是一个在现代谱估计中一个基础的算法(SVD-TLS, Spectral estimation)