CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 奇异值分解

搜索资源列表

  1. matrix

    1下载:
  2. 实现复数矩阵的基本运算,并能实现复数矩阵的求逆、快速傅里叶变换和奇异值分解等-The realization of the basic computing complex matrix, and can achieve complex matrix inversion, fast Fourier transform and singular value decomposition and so on. . . .
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:8077
    • 提供者:熊光辉
  1. svd

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

    • 发布日期:2013-05-05
    • 文件大小:21922
    • 提供者:xiaobao89
  1. hundun_svd

    0下载:
  2. 基于混沌加密的奇异值分解算法的源代码,实现了水印技术的预处理及嵌入提取过程。-Chaos-based encryption algorithm, singular value decomposition of the source code, a watermark embedding technology and extraction pretreatment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:102996
    • 提供者: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. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:113099
    • 提供者:高宝军
  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
    • 文件大小:965
    • 提供者:jianghaiyang
  1. Jacobian_algorithm_optimization

    0下载:
  2. 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化-Jacobi algorithm for seeking clearance method singular value decomposition of the matrix is a Jacobian algorithm optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:934
    • 提供者:huang
  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 is an M-by-N * matrix which
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:112318
    • 提供者:muxihan
  1. SVD

    1下载:
  2. 实矩阵奇异值分解,可控制技术精度,被其他程序调用的子程序。-Real matrix singular value decomposition, can control the precision,be used by other programs called subroutines.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2322
    • 提供者:
  1. MATLAB

    0下载:
  2. 奇异值分解及欧式距离计算,两组数据之间的计算-singular and calculate distense
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:725
    • 提供者:于到洋
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. 1_svd

    0下载:
  2. 本程序可以实现对图像用Matlab进行奇异值分解-This program enables the images to use Matlab the singular value decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:952
    • 提供者:zmz
  1. imcompr

    0下载:
  2. 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。   -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1270
    • 提供者:秦关
  1. magie

    0下载:
  2. 基于奇异值分解的数字图像的特征提取 很好的的效果进行提取-Based on singular value decomposition of digital image feature extractionThe effect is very good
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:150673
    • 提供者:徐思瑜
  1. svd

    0下载:
  2. 对读入的图像做奇异值分解,观察各阶的基图像。-Read the image and do the singular value decomposition,observe the base image .
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1716
    • 提供者:huihui
  1. svd_nosie_removing

    5下载:
  2. 用奇异值分解(SVD)的方法进行噪声去除- noise removing by SVD analysis
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:749
    • 提供者:erin
  1. qiyizhifenjie

    7下载:
  2. 奇异值分解降噪技术,对各种信号进行处理,使用先进的MATLAB程序进行分解处理,达到理想的效果-SVD noise reduction on various signal processing, the use of advanced decomposition MATLAB processing procedures to achieve the desired results
  3. 所属分类:matlab例程

    • 发布日期:2013-10-28
    • 文件大小:243836
    • 提供者:廖红云
  1. qiyizhiSVD

    1下载:
  2. 调用MATLAB中含有噪声的数据文件 进行奇异值分解(Call the data file containing noise in MATLAB to perform singular value decomposition)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:304128
    • 提供者:六七七
  1. svdtls11

    0下载:
  2. 奇异值分解方法计算SVD方法处理最小二乘问题 对主函数进行分析(The singular value decomposition method calculates the SVD method to deal with the least squares problem and analyzes the main functions)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:六七七
  1. tsvdfy

    0下载:
  2. 奇异值分解反演算法,多用于简单的有损的反演算法,在信噪比比较高的情况下结果比较精确(Singular value decomposition inversion algorithm is usually used in the simple lossy inversion algorithm, and the results are more accurate in the case of high signal-to-noise ratio)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:27648
    • 提供者:xiaoyeyu
  1. tensorhosvd

    0下载:
  2. 针对文章《基于张量奇异值分解的人脸识别方法》的代码(Face recognition code based on tensor singular value decomposition)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-09
    • 文件大小:281600
    • 提供者:龙洞洞主
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com