CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - singular value decomposition

搜索资源列表

  1. 图像压缩的几个MATLAB算法

    0下载:
  2. 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10066
    • 提供者:陈量
  1. lurastud

    0下载:
  2. 计算机图象处理,图象压缩处理,图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-computer image processing, image compression, image compression algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1621445
    • 提供者:aaa
  1. 描述奇异值分解的matlab小程序

    4下载:
  2. 一个描述奇异值分解的matlab小程序,通俗易懂,方便移植。-A descr iption of the singular value decomposition matlab small program, easy to understand, easy to transplant.
  3. 所属分类:matlab例程

    • 发布日期:2014-09-20
    • 文件大小:1024
    • 提供者:潘潘
  1. 57320svd.rar

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

    • 发布日期:2017-03-26
    • 文件大小:9549
    • 提供者:先生
  1. svyqc.rar

    0下载:
  2. 现代谱估计的matlab的程序。用的是奇异值分解的总体最小二乘法。,Modern Spectral Estimation matlab procedures. Using a singular value decomposition of the total least squares method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:31530
    • 提供者:yangqiuchen
  1. imcompress

    0下载:
  2. 基于奇异值分解(SVD)的图像压缩算法matlab实现-Based on singular value decomposition (SVD) to achieve image compression algorithm matlab
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:高凯
  1. svd

    7下载:
  2. 奇异值分解(SVD)的MATLAB仿真性能分析-Singular value decomposition (SVD) of the MATLAB simulation performance analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:665
    • 提供者:陈园园
  1. Matrix

    0下载:
  2. 矩阵运算的软件包,包括矩阵的LU分解、RQ分解、奇异值分解等-Matrix calculation of the package, including the LU decomposition of matrix, RQ decomposition, singular value decomposition, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3082169
    • 提供者:叶飞
  1. pca

    0下载:
  2. 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1262
    • 提供者:胡丽娜
  1. chengxu

    2下载:
  2. 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the minimum distance classifier
  3. 所属分类:Other systems

    • 发布日期:2014-12-27
    • 文件大小:3488
    • 提供者:pan
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. musicF1

    1下载:
  2. 任意阵列输出数据的协方差进行奇异值分解,求出特征值和特征向量,利用信号子空间和噪声子空间的正交性,构造空间谱函数-Arbitrary array output data covariance singular value decomposition, eigenvalues and eigenvectors obtained using the signal subspace and noise subspace orthogonality spectral function space con
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1065
    • 提供者:
  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
    • 文件大小:833
    • 提供者:o0cmzx0o
  1. signalProcessingBasedOnMultilinearAlgebra

    0下载:
  2. signal processing based on multilinear algebra,国外的学者的博士论文,主题关于信号处理最前沿的课题之一:平行因子分解(PARAFAC)。主要讨论了多重线性代数,包括高阶统计量分析,高阶奇异值分解,最优秩1分解,ICA与PARAFAC之间的关系等等。-signal processing based on multilinear algebra, foreign doctoral dissertations and scholars, the subje
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1492498
    • 提供者:云上
  1. OFDM-channel-estimation

    0下载:
  2. OFDM经典论文,学习OFDM必看文章,是关于OFDM奇异值分解信道估计的。-OFDM classic paper, learning OFDM must-see article, is the About OFDM singular value decomposition of channel estimation.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:296051
    • 提供者:wangqian
  1. Preparation

    0下载:
  2. 潜在语义准备,包括文档变换,SVD(奇异值分解)等方法。-Latent Semantic prepared, including document conversion, SVD (singular value decomposition) and other methods.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:38337
    • 提供者:frank
  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
    • 文件大小:2543
    • 提供者:imago
  1. matlab...

    0下载:
  2. 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处-Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16778
    • 提供者:fd
  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 background suppression and de-noi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1113
    • 提供者:ty3r
  1. SVD_TLS

    1下载:
  2. 使用自编函数基于奇异值分解总体最小二乘法(svd-tls)实现AR模型谱估计 -The use of self-functions in general based on singular value decomposition least square method (svd-tls) to achieve AR model spectrum estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1216
    • 提供者:王冰
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com