搜索资源列表

  1. SVD(奇异值分解)算法及其评估

    0下载:
  2. SVD(奇异值分解)算法及其评估 学习SVD的好资料
  3. 所属分类:电子书籍

    • 发布日期:2011-05-22
    • 文件大小:408536
    • 提供者:ytfrgw_xu
  1. svd

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

    • 发布日期:2024-06-11
    • 文件大小:9216
    • 提供者:董启文
  1. SVD

    0下载:
  2. 自编的奇异值分解消噪程序,在消噪的同时可实现对不同频率信号分量的分离。-Own the singular value decomposition de-noising procedure, de-noising can be achieved at the same time on different frequency signal component separation.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-11
    • 文件大小:7168
    • 提供者:刘军
  1. SVD

    0下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:zhxj
  1. SVD

    0下载:
  2. 用于构造任意矩阵的奇异值分解算法,VC版-Used to construct the arbitrary matrix singular value decomposition algorithm, VC version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:even
  1. SVD

    0下载:
  2. 根据奇异值分解的基本原理及其特点,给出了运羽奇异值分解进行图像压缩的方法.通过简单的例子说明了该方法进行图像压缩的基本过程,给出了压缩流程.并通过MATLAB编程对实际图像进行处理,表明了该方法的有效性.-Singular value decomposition in accordance with the basic principles and characteristics are given plume transported
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:181248
    • 提供者:liulei
  1. vector

    0下载:
  2. 矩阵运算,数值算法,vc++,奇异值分解,svd-Matrix computation, numerical algorithm, vc++, Singular value decomposition, svd
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:5120
    • 提供者:耿海贤
  1. svd

    0下载:
  2. 一个基于奇异值分解的数字水印源代码,其中可以实现混沌之乱和奇异之分解的数字水印嵌入 -A singular value decomposition-based Digital Watermarking source code, which can be achieved Chaos chaos and singular decomposition of the digital watermark embedded
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:82944
    • 提供者:anlang
  1. SVD

    0下载:
  2. 自己编写的奇异值分解程序,希望与大家交流一下-I have written the singular value decomposition process, I hope to share with you what
  3. 所属分类:C#编程

    • 发布日期:2024-06-11
    • 文件大小:5936128
    • 提供者:zyl163
  1. SVD

    0下载:
  2. 线性方程的解法,实现对运动目标的检测,针对可见光图像弱小目标检测中的背景抑制和去噪问题,提出了奇异值分解(Singular Value Decomposition,SVD)-Linear equations, to achieve the detection of moving targets, in view of the weak target detection in visible light images in the bac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:ty3r
  1. SVD-TLS

    0下载:
  2. 利用奇异值分解-总体最小二乘法估计ARMA模型的AR参数,并利用参数进行谐波恢复仿真程序-The use of singular value decomposition- total least squares estimation of AR parameters of ARMA model and using the parameters of harmonic retrieval simulation program
  3. 所属分类:matlab例程

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:史龙
  1. 359801828_imcompr

    0下载:
  2. SVD程序,用于图像的奇异值分解,SVD程序,用于图像的奇异值分解-SVD procedure for singular value decomposition of the image, SVD procedure for singular value decomposition image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:萧然
  1. svd_rar

    0下载:
  2. 奇异值分解/广义逆矩阵的svd算法代码,在解线性方程时用得上-svd siglar value decomposition
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:9216
    • 提供者:白石
  1. svd

    0下载:
  2. 奇异值分解算法的m代码,实现了数字水印技术的嵌入及提取过程,效果不错。-Singular value decomposition algorithm m code, the realization of the digital watermark embedding and extraction technology process, good results.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:21504
    • 提供者:xiaobao89
  1. Jama-1.0.1

    0下载:
  2. SVD(奇异值分解)源码,Java版,有相关演示实例。-SVD (singular value decomposition)-source, Java version, there are examples of the relevant presentation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-11
    • 文件大小:112640
    • 提供者:高宝军
  1. 57320svd

    0下载:
  2. 奇异值分解源程序的一个程序,很不错的一个程序,欢迎使用-Singular value decomposition of a source program, it is a good program, Welcome
  3. 所属分类:中文信息处理

    • 发布日期:2024-06-11
    • 文件大小:9216
    • 提供者:先生
  1. single

    0下载:
  2. 使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。-SGELSD computes the minimum-norm solution to a real linear least * squares problem: * minimize 2-norm(| b- A*x |) * using the singular value decomposition (SVD) of A. A
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:112640
    • 提供者:muxihan
  1. 奇异值分解波束形成MATLAB程序

    1下载:
  2. 奇异值分解的波束形成MATLAB代码, 很有用的程序 运行没有问题(code for SVD beamforming)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:3072
    • 提供者:shilongji
  1. 奇异值分解(SVD).cpp

    0下载:
  2. 奇异值分解(SVD)VC++程序,网上的都有错误,此程序修正了错误的地方。(Singular value decomposition (SVD) VC ++program, there are errors on the Internet, this program fixes the wrong place.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:tiptone
  1. SVD

    0下载:
  2. SVD奇异值分解做降维处理,主要用于降维处理,可用于图像压缩,数据融合等领域(SVD singular value decomposition (SVD) is used for dimensionality reduction, which is mainly used for dimensionality reduction, and can be applied to image compression, data fusion
  3. 所属分类:matlab例程

    • 发布日期:2024-06-11
    • 文件大小:10240
    • 提供者:女乔
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org