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

搜索资源列表

  1. svd.rar

    2下载:
  2. 能够对于奇异值的计算matlab代码,找了好久呢。。,Singular value to the calculation of the matlab code, then look for a long time. .
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-23
    • 文件大小:428.88kb
    • 提供者:匡恒
  1. SVD

    0下载:
  2. 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated sing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:833byte
    • 提供者:o0cmzx0o
  1. svdsim.m

    0下载:
  2. Computes SVD using QR
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1021byte
    • 提供者:oj3nok
  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
    • 文件大小:2.27kb
    • 提供者:
  1. daima

    2下载:
  2. 随机信号谱分析技术实现 随机信号谱估计及质量评价。 离散随机信号通过线性时不变系统时,系统所产生的响应。 功率谱估计的实现方法:自相关函数法、周期图法、Bartlett法、Welch法、MTM法、MUSIC法 -Random signal spectral analysis of random signal spectral estimation and quality evaluation. Discrete random signals through linear system
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:11.03kb
    • 提供者:李倩
  1. svdp

    0下载:
  2. 特征子间分析在Matlab中的仿真,以及最小二乘法和SVD最小二乘法估计在Matlab仿真上的实现-Characteristics of children between the simulation in Matlab, and the least squares method and SVD least squares method to estimate the realization of simulation in Matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:171.17kb
    • 提供者:hx
  1. SVD-PINV-VCPP

    1下载:
  2. 奇异值分解求广义逆,有测试数据,和MATLAB比较精度0.00001-Generalized inverse of singular value decomposition of demand, with test data, and MATLAB more precision 0.00001
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3.18kb
    • 提供者:liqian
  1. svdssa

    0下载:
  2. 关于,SVD的简单算法。这个,代码是基于QR分解的,SVD的简单算法,与matlab上的SVD函数有一些差异。-Simple algorithm, the SVD of. This code is a simple algorithm based on QR decomposition, SVD, the SVD function in matlab there are some differences.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:804byte
    • 提供者:Long
  1. SVD

    0下载:
  2. 用matlab仿真,通过不同的方法计算矩阵的SVD分解,并用SVD的方法计算最小二乘问题和进行图像压缩-Matlab simulation, different ways to calculate the matrix SVD decomposition and the SVD method to calculate the least squares problem and the image compression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:417.52kb
    • 提供者:沈年凤
  1. svd_simple

    0下载:
  2. 介绍了一种简化的SVD分解算法,这个算法已在MATLAB上验证,可以用于fpga上实现-ntroduces a simplified SVD decomposition algorithm, this algorithm has been validated in MATLAB can be used to achieve the fpga
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:88.2kb
    • 提供者:allensmith88
  1. ANA2

    0下载:
  2. 本程序为SVD的matlab代码,包括随机生成矩阵,进行SVD分解,并利用SVD分解进行图像压缩。-This procedure for SVD matlab code, including the random generator matrix, perform SVD decomposition, and image compression using SVD decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:7.51mb
    • 提供者:
  1. matlab-SVD

    0下载:
  2. matlab奇异值分解的范例程序,对数据进行降噪处理。-Singular Value Decomposition matlab sample program for data processing for noise reduction.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:15.07kb
    • 提供者:李云
  1. LU、QR、SVD

    0下载:
  2. 本函数可以实现矩阵的LU变换、QR变换、SVD变换,开发环境为Matlab(This function can realize the matrix of the LU transform, QR transform, SVD transform, development environment for Matlab)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:MagicOrchid
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30kb
    • 提供者:东篱
  1. SVDBasedImageQualityMeasure

    0下载:
  2. svd based visual quality measurement has been taken place
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:123kb
    • 提供者:chittu
搜珍网 www.dssz.com