搜索资源列表
spgs
- 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
spgs
- 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
SSteganographt
- 密写编码技术以占用较多的载体数据为代价来减少对载体数据的修改量,从而降低信息隐藏引起的失真. 本文首先将密写编码方法的构造转化为一个数据的稀疏表示问题,然后提出出密写编码构造算法. 利用该构造算法可得到一系列密写编码方法,并进一步研究密写编码的组合形式,在不同占用率条件下获得了良好的编码性能,优于矩阵密写编码和游动密写编码. -Steganography to occupy more vector data to reduce the cost of the modifications o
omp-column
- 基于字典学习的语音增强中稀疏编码计算稀疏矩阵的一种算法,称作OMP。与一般的OMP不同,本程序针对列向量进行计算,结合给出的总体程序以及KSVD of speech enhancemant.rar文件可以进行字典学习语音增强。-Enhanced sparse coding algorithm to calculate a sparse matrix, called the dictionary-based learning OMP voice. OMP different with the ge
ssi
- krylov子空间法 krylov子空间方法的程序实现,用于解高阶矩阵-Matlab Codes for Krylov subspace methods 1. MINRES method by Paige and Saunders implementation function [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b, M, shift, show, check, itnlim
sons
- Compressive sensing (CS) has been proposed for signals with sparsity in a linear transform domain. We explore a signal dependent unknown linear transform, namely the impulse response matrix operating on a sparse excitation, as in the linear mod
RONGYUZIDIAN
- 利用构造冗余字典的方法实现数据分类问题,将数据进行稀疏分解,通过稀疏向量和残差判断故障类型-The method of using structural redundancy dictionary for data classification problem, the data are sparse decomposition, through sparse vector and residual judge fault type
