CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - svd奇异值算法

搜索资源列表

  1. svd

    0下载:
  2. 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9.32kb
    • 提供者:董启文
  1. fanyan

    1下载:
  2. 用SVD奇异值分解法和阻尼最小二乘算法解决地球物理反问题,程序比较简单易懂
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27.5kb
    • 提供者:张大莲
  1. vector

    1下载:
  2. 矩阵运算,数值算法,vc++,奇异值分解,svd
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.7kb
    • 提供者:耿海贤
  1. svd_cpp

    0下载:
  2. 用C++写的 SVD 奇异值分解算法,用于学习与研究。-Written in C++ SVD algorithm for learning and research.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.22kb
    • 提供者:yong
  1. empca2.tar

    0下载:
  2. 模式分类中应用到的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.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:2.48kb
    • 提供者:imago
  1. wavemarksvd

    0下载:
  2. 利用svd的一种水印方法。SVD即奇异值分解(Singular Value Decomposition)算法。 -A watermarking method using svd. Singular value decomposition SVD that (Singular Value Decomposition) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:965byte
    • 提供者:jianghaiyang
  1. SVD

    2下载:
  2. 常规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
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:946byte
    • 提供者:ll
  1. svd

    0下载:
  2. svd算法,也就是奇异值算法,用于求解不适定性问题。-svd algorithm, that is, singular value algorithm for solving ill-posed problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:192.59kb
    • 提供者:dingyang
  1. svd.c

    0下载:
  2. SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5.4kb
    • 提供者:vivi
  1. 29bf941cc07b

    0下载:
  2. svd 分析 奇异值分解 信号处理常用程序算法-svd analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:570byte
    • 提供者:ynuer
  1. svd

    0下载:
  2. 矩阵奇异值分解的svd算法的解析和评估。综述了三种方法进行奇异值分解。特点不一 有适合嵌入式系统用的-svd juzheng
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:490.11kb
    • 提供者:zkcome
  1. SVD-source-code

    0下载:
  2. 使用QR分解算法的奇异值分解源代码及注释-Singular value decomposition using the QR decomposition algorithm source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:31.76kb
    • 提供者:秦菁
  1. SCD_CPP

    1下载:
  2. 数值计算中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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:6.2kb
    • 提供者:鲁力
  1. Incremental-SVD-updates

    3下载:
  2. 增量奇异值分解算法,来至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
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:3.41kb
    • 提供者:jiang
  1. SVDLIBC-win

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:42.48kb
    • 提供者:Elif Keir
  1. lansvd

    2下载:
  2. lansvd分解算法,先对矩阵进行lanczos分解,再进行svd奇异值分解。代码里面含有注释。-lansvd decomposition algorithm, first lanczos the matrix decomposition, then svd singular value decomposition. Code which contains comments.
  3. 所属分类:matlab

    • 发布日期:2016-06-03
    • 文件大小:4kb
    • 提供者:大国之约
  1. ksvdbox13

    0下载:
  2. 奇异值分解算法,用于字典的学习和构建,可以很好的对数据进行降维和稀疏化。(Singular value decomposition algorithm for the study and construction of the dictionary, can be a good data for dimensionality and thinning.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:817kb
    • 提供者:vinofly
  1. svd

    0下载:
  2. tsvd 截断奇异值分解 相比较奇异值分解,有很好的抗干扰能力(The singular value decomposition of TSVD truncated singular value decomposition has good anti-interference ability.)
  3. 所属分类:matlab例程

  1. SVD

    3下载:
  2. 奇异值分解算法SVD,其中包含几个构造的地震信号,分别去噪对比结果(ingular Value Decomposition (SVD) algorithm, which contains several structural seismic signals, denoising and contrast results respectively)
  3. 所属分类:matlab例程

  1. SVD_TLS

    1下载:
  2. 根据张贤达版《现代信号处理》的SVD-TLS算法,基于奇异值分解的总体最小二乘法, SVD-TLS是一个在现代谱估计中一个基础的算法(SVD-TLS, Spectral estimation)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-24
    • 文件大小:1kb
    • 提供者:LMQiao
« 12 »
搜珍网 www.dssz.com