搜索资源列表

  1. KDA_QR

    0下载:
  2. 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。 -based on the singular value decomposition of the nuclear linear discriminant analysis (Kernel Discriminant An alysis via QR Decomposition).
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:李民
  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 expon
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:贾敏
  1. tusvd

    0下载:
  2. 图像的奇异值分解,并将图像重构出来,看其效果的变换-image of the singular value decomposition, and image reconstruction, and look at the effect of the change
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:whatman
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:imago
  1. Img_compress

    0下载:
  2. 用奇异值分解的方法实现图像压缩,有助于初学者了解奇异值分解的应用-Using singular value decomposition method to achieve image compression will help beginners understand the application of singular value decomposition
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:33792
    • 提供者:linglinglu
  1. matriccaculator

    0下载:
  2. 可对任意两个矩阵做加法、减法、乘法等运算;同时可对单个矩阵求转置矩阵、三角分解、奇异值分解等操作,功能强大。-Can make any two matrix addition, subtraction, multiplication and other operations at the same time, a single matrix transpose matrix, triangular decomposition, sin
  3. 所属分类:并行运算

    • 发布日期:2024-05-09
    • 文件大小:121856
    • 提供者:yueyuezhaozhao
  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-05-09
    • 文件大小: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-05-09
    • 文件大小:3072
    • 提供者:zhxj
  1. SVD

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

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:even
  1. mathcompute

    0下载:
  2. 使用C#编辑的一些矩阵运算的源程序,包括矩阵奇异值分解,还有一些示例。-The use of C# Edit some of the source matrix operations, including the matrix singular value decomposition, there are some examples.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:274432
    • 提供者:石青
  1. image_compress

    0下载:
  2. 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码
  3. 所属分类:压缩解压

    • 发布日期:2024-05-09
    • 文件大小:334848
    • 提供者:wangweiming
  1. SVD

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

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

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

    • 发布日期:2024-05-09
    • 文件大小: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-05-09
    • 文件大小:82944
    • 提供者:anlang
  1. CUDA_SVD

    1下载:
  2. 在nvidia G80以上GPU上进行奇异值分解的程序。-GPU in the nvidia G80 and above on the singular value decomposition procedure.
  3. 所属分类:并行运算

    • 发布日期:2024-05-09
    • 文件大小:358400
    • 提供者:樟树
  1. jacobi

    1下载:
  2. 雅克比过关法算法求矩阵的奇异值分解,是雅克比算法的优化,提高计算速度-Clearance method Jacobian matrix algorithm for the singular value decomposition is Jacobian optimization algorithm to improve the computing speed
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:yudongjun
  1. SVD

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

    • 发布日期:2024-05-09
    • 文件大小:5936128
    • 提供者:zyl163
  1. ImageCompress(QRfenjie)

    0下载:
  2. 利用奇异值分解压缩图像,内有详细的实验报告(包括编程思路、结果分析以及实验图像)-The use of singular value decomposition image compression, which has a detailed experimental report (including programming ideas, the results of analysis and experimental images)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-09
    • 文件大小:1046528
    • 提供者:zizou
  1. svd_algorithm

    0下载:
  2. 详细介绍了奇异值分解中非奇异矩阵的性质结构,对研究奇异值分解的人可能有用-Detailed information on singular value decomposition of the nature of Sino-African singular matrix structure, singular value decomposition of the study may be useful
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:285696
    • 提供者:hello
  1. cpofdm

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:xiaochen
« 1 23 4 5 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org