Welcome![Sign In][Sign Up]
Location:
Search - singular value

Search list

[Mathimatics-Numerical algorithmssvd

Description: 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
Platform: | Size: 9216 | Author: 董启文 | Hits:

[OtherInvMat

Description: 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding to be associated with the plot matrix A, and then A singular value decomposition, the choice of n (4; N) 000 eigenvalues larger the corresponding eigenvector, the use of the Vector with the block images within the plot to image compression and restoration
Platform: | Size: 1024 | Author: 王志气 | Hits:

[Mathimatics-Numerical algorithmssvdfit

Description: 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
Platform: | Size: 1024 | Author: 游江 | Hits:

[Algorithmsvd

Description: fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
Platform: | Size: 4096 | Author: 王勇 | Hits:

[AlgorithmSVD

Description: % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解- Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution
Platform: | Size: 3072 | Author: zhxj | Hits:

[MPICUDA_SVD

Description: 在nvidia G80以上GPU上进行奇异值分解的程序。-GPU in the nvidia G80 and above on the singular value decomposition procedure.
Platform: | Size: 358400 | Author: 樟树 | Hits:

[matlabcpofdm

Description: 基于子空间的盲信道估计算法,用的是奇异值的分解-Subspace-based blind channel estimation algorithm, using a singular value decomposition
Platform: | Size: 1024 | Author: xiaochen | Hits:

[matlabsvyqc

Description: 现代谱估计的matlab的程序。用的是奇异值分解的总体最小二乘法。-Modern Spectral Estimation matlab procedures. Using a singular value decomposition of the total least squares method.
Platform: | Size: 31744 | Author: yangqiuchen | Hits:

[Algorithmrsvd

Description: 基于GM算法和QR分解实现的稳健奇异值分解算法,通过该算法可以获取一个数居阵的稳健方差-协方差阵。在该稳健方差-协方差阵上可以进行诸如,稳健主成份分解、稳健聚类、稳健因子分析等操作。-GM based on QR decomposition algorithm and the realization of the stability of singular value decomposition algorithm, the algorithm can be accessed through a number of UN-array sound variance- covariance matrix. In the robust variance- covariance matrix can be carried out, such as, robust principal component decomposition, robust clustering, robust operation, such as factor analysis.
Platform: | Size: 205824 | Author: 徐林林 | Hits:

[Othersvd

Description: 奇异值分解算法的m代码,实现了数字水印技术的嵌入及提取过程,效果不错。-Singular value decomposition algorithm m code, the realization of the digital watermark embedding and extraction technology process, good results.
Platform: | Size: 21504 | Author: xiaobao89 | Hits:

[matlabwavemarksvd

Description: 利用svd的一种水印方法。SVD即奇异值分解(Singular Value Decomposition)算法。 -A watermarking method using svd. Singular value decomposition SVD that (Singular Value Decomposition) algorithm.
Platform: | Size: 1024 | Author: jianghaiyang | Hits:

[MultiLanguage57320svd

Description: 奇异值分解源程序的一个程序,很不错的一个程序,欢迎使用-Singular value decomposition of a source program, it is a good program, Welcome
Platform: | Size: 9216 | Author: 先生 | Hits:

[AlgorithmMatrix

Description: 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main description of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and characteristic vector solution and so on.
Platform: | Size: 62464 | Author: wangli | Hits:

[matlabsvd

Description: 奇异值分解用于英文文本检索,画出频率矩阵第一奇异值向量和第二奇异值向量的分布图- 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 Singular Value Decomposition. Second, it fuses the features of the first singular value component and the second one, and then gets the complex feature vectors which reflect not only the statistic frequency but also the sequential structure of letters.
Platform: | Size: 1024 | Author: gaoshilong | Hits:

[Graph programsvd

Description: 对读入的图像做奇异值分解,观察各阶的基图像。-Read the image and do the singular value decomposition,observe the base image .
Platform: | Size: 2048 | Author: huihui | Hits:

[Graph programSVD_DWTimage

Description: 提出了一种新的基于离散小波变换(DWT)与奇异值分解(SVD)相结合的数字图像水印算法。该算法将原始图像作小波分解并将小波分解得到的低频子带进行分块,对每一块进行奇异值分解后,选取每块中最大的奇异值通过量化的方法嵌入经过Arnold置乱后水印信息。-A new wavelet transform based on discrete (DWT) and Singular Value Decomposition (SVD) combination of digital image watermarking algorithm. The algorithm for wavelet decomposition of the original image and wavelet decomposition low-frequency sub-band are divided into blocks, each a singular value decomposition, the selection of each block by the largest singular value methods to quantify Arnold scrambled after embedding the watermark .
Platform: | Size: 38912 | Author: 久久 | Hits:

[Special Effectsshibie

Description: 基于奇异值分解的人脸识别方法 梁毅雄 龚卫国 潘英俊 李伟红 刘嘉敏 张红梅 提出了一种将傅里叶变换和奇异值分解相结合的人脸自动识别方法.首先对人脸图像进行傅里叶变换,得到其具有位移不变特性的振幅谱表征.其次,从所有训练图像样本的振幅谱表征中给定标准脸并对其进行奇异值分解,求出标准特征矩阵,再将人脸的振幅谱表征投影到标准特征矩阵后得到的投影系数作为该人脸的模式特征.然后,对经典的最近邻分类器算法进行了改进,并采用模式特征之间的欧式距离作为相似性度量,从而完成对未知人脸的识别.采用ORL (Olivetti Research Laboratory)人脸库对本文提出的人脸识别方法进行验证,获得了100.00 的识别率.实验结果表明,本方法优于现有的基于奇异值分解的人脸识别方法,且对表情、姿态变换等具有一定的鲁棒性. -Face recognition based on singular value decomposition method Deliberate simultaneously Gong Weiguo Li Wei Hung Stephen Lau, Hong-Mei Zhang Ying-Jun Pan Paper, a Fourier transform and singular value decomposition of the combination of automatic face recognition. First of all, the face image by Fourier transformation, it has the same characteristics of the displacement amplitude spectra. Secondly, all training The amplitude spectrum of the sample images given in standard face representation and its singular value decomposition, find the standard characteristic matrix, then the amplitude of spectral characterization of human faces projected onto the standard characteristic matrix of projection coefficients obtained as the face of the model features . Then, the classical nearest neighbor classifier is improved, and the use of Euclidean distance between pattern features as the similarity measure, thus completing the identification of unknown human faces. using ORL (Olivetti Research La
Platform: | Size: 58368 | Author: houhj | Hits:

[matlabtuxiangyasuo

Description: 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
Platform: | Size: 56320 | Author: 依米 | Hits:

[matlabcpofdm

Description: 基于子空间的盲信道估计算法,用的是奇异值的分解Subspace-based blind channel estimation algorithm, using a singular value decomposition -Subspace-based blind channel estimation algorithm, using a singular value decomposition
Platform: | Size: 1024 | Author: 李泽敏 | Hits:

[AlgorithmSingular-Value-Decomposition-(SVD)

Description: 奇异值分解,线性代数中一种重要的矩阵分解,是矩阵分析中正规矩阵酉对角化的推广。在信号处理、统计学等领域有重要应用。 -Singular Value Decomposition (SVD)
Platform: | Size: 8192 | Author: 刘晓 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net