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

搜索资源列表

  1. Lyapunov_Terra

    0下载:
  2. 当计算混沌系统Lyapunov指数时,gs.m代码实现正交化 直接运行L2.m,可计算出Lyapunov指数(该代码是基于奇异值分解计算Lyapunov指数的) -chaotic system when calculating Lyapunov exponent, gs.m code directly Orthogonalization L2.m operation, translate into Lyapunov exponent (The code is based on the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:贾敏
  1. Getproject_gsvd_mar

    0下载:
  2. LDA/GSVD算法matlab代码,可用来实现基于广义奇异值分解的线性鉴别分析方法-LDA / GSVD algorithm Matlab code, can be used to achieve based on the generalized singular value decomposition of linear discriminant analysis method
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1008
    • 提供者:张海
  1. Svd_Yuyin

    0下载:
  2. 用奇异值分解来对语音信号进行噪声消除-using singular value decomposition of voice signal to noise elimination
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:李朗
  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. SVD-TLS.rar

    4下载:
  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

    • 发布日期:2016-05-06
    • 文件大小:1243
    • 提供者:史龙
  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-29
    • 文件大小:31530
    • 提供者:yangqiuchen
  1. svd

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

    • 发布日期:2017-03-24
    • 文件大小:665
    • 提供者:陈园园
  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-01
    • 文件大小:1262
    • 提供者:胡丽娜
  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_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. 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. svdgui

    2下载:
  2. SVDGUI演示了计算任何实矩阵的奇异值的步骤-SVDGUI Demonstrate the computation of the SVD. SVDGUI(A) shows the steps in the computation of the singular value decomposition of any real matrix.
  3. 所属分类:matlab

    • 发布日期:2014-09-22
    • 文件大小:1069
    • 提供者:wangg
  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. svd

    0下载:
  2. 奇异值分解用于英文文本检索,画出频率矩阵第一奇异值向量和第二奇异值向量的分布图- a fast retrieval algorithm for English texts is proposed. First of all, the English texts are mapped into frequency matrixes of order 26 and the dimensions of texts representation space are reduced through Sin
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1080
    • 提供者:gaoshilong
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:56435
    • 提供者:依米
  1. cpofdm

    0下载:
  2. 基于子空间的盲信道估计算法,用的是奇异值的分解Subspace-based blind channel estimation algorithm, using a singular value decomposition -Subspace-based blind channel estimation algorithm, using a singular value decomposition
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:李泽敏
  1. singular-value-decomposition

    0下载:
  2. singular value decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1044
    • 提供者:Abi
  1. SVD-for-singular-point

    0下载:
  2. 类似于小波变换,使用奇异值分解理论检测信号的奇异点。-Similar to the wavelet transform, using the singular value decomposition theory of singularity detection signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:516
    • 提供者:
  1. Singular-Value-Decomposition

    0下载:
  2. 奇异值分解matlab源代码,用于处理EEG信号进行奇异值分解-Singular Value Decomposition matlab source code for processing EEG signal singular value decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5604
    • 提供者:zhang
  1. Singular-Value-Decomposition

    0下载:
  2. Implementation of singular value decomposition
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:531017
    • 提供者:richardfajardo
« 12 3 4 5 »
搜珍网 www.dssz.com