Welcome![Sign In][Sign Up]
Location:
Search - matlab svd source

Search list

[OtherqiyizhifaPCA

Description: 利用奇异值法(SVD)对载入数据进行主成分分析,源代码-use of the singular value (SVD) included data on principal component analysis, source code
Platform: | Size: 8192 | Author: baby | Hits:

[Graph Recognizepca

Description: 一种主元分析的人脸识别matlab源码,利用SVD分解提取主分量进行人脸识别-A principal component analysis for face recognition matlab source code, the use of SVD decomposition to extract principal components for face recognition
Platform: | Size: 1024 | Author: 牛险峰 | Hits:

[Special Effectssvd

Description: 一个基于奇异值分解的数字水印源代码,其中可以实现混沌之乱和奇异之分解的数字水印嵌入 -A singular value decomposition-based Digital Watermarking source code, which can be achieved Chaos chaos and singular decomposition of the digital watermark embedded
Platform: | Size: 82944 | Author: anlang | Hits:

[matlabESPRIT-TLS

Description: 用于谐波恢复的ESPRIT方法的SVD-TLS的程序实现,并进行了信号的谐波的恢复仿真实验-For the ESPRIT harmonic retrieval method of SVD-TLS program and conducted the restoration of harmonic signals in simulation
Platform: | Size: 1024 | Author: 史龙 | Hits:

[2D GraphicWatermarking_althorithm_based_on_DCT(MATLAB)

Description: 基于DCT变换的水印图像水印算法源代码(matlab实现)。将文件解压缩到MATLAB安装目录下的work文件夹中,然后打开aaa.m文件,运行即可。-Based on the DCT Transform Watermarking Image Watermarking Algorithm source code (matlab achieve). Extract the file to the MATLAB installation directory under the work folder, then open the document aaa.m, running can be.
Platform: | Size: 56320 | Author: xuan | Hits:

[matlabsvd

Description: 基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
Platform: | Size: 3072 | Author: xuyan | Hits:

[Booksmatlab

Description: 求刚体变换的刚体矩阵的开源程序,自己所编,用到svd方法-For rigid-body transformation matrix of the open source rigid body
Platform: | Size: 1024 | Author: bohu | Hits:

[OtherSVDBasedImageQualityMeasure

Description: Source code svd in matlab
Platform: | Size: 122880 | Author: MAYANK AWASTHI | Hits:

[matlabSVD_MATLAB_program

Description: SVD Source Code, realized on MATLAB Image Compression is the application using Linear Algebra tools
Platform: | Size: 120832 | Author: mahendra | Hits:

[3G developmatlab-simulation-code-of-L1SVD

Description: IEEE 期刊论文 著名算法 L1-svd matlab仿真源代码 -IEEE Journal --famous algorithm of L1-svd A simulation source code written by matlab
Platform: | Size: 1375232 | Author: houhj | Hits:

[Special EffectsDWT-SVD

Description: DWT-SVD模型下水印的嵌入算法源代码,以及相应的检测算法源代码(基于MATLAB实现)-This is the source code of a watermark embedding algorithm on the model of DWT-SVD,and the corresponding detection algorithm source code(based on MATLAB)
Platform: | Size: 349184 | Author: 泡泡 | Hits:

[Special EffectsImprovedDL

Description: 这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。-This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reuse".It contains codes of the OMP, Batch code- OMP, CoROMP matching pursuit algorithm and improved K- SVD dictionary learning algorithm ,This is the important source code of image sparse representation ,which can help you learn and improve.
Platform: | Size: 3080192 | Author: 汪玉珍 | Hits:

[Graph programW-SVD

Description: 基于W-SVD数字图像水印的源代码,还有用matlab程序编写的界面GUI,可以用来做科研实训或者参考着做毕设。-W-SVD digital image watermarking based on the source code, the interface of GUI with the MATLAB programming, can be used to do scientific research training or reference to do complete set.
Platform: | Size: 2476032 | Author: qiuju | Hits:

[Picture Viewermatlab1

Description: 【谷速软件】matlab代写源码-SVD算法 可以作用参考使用-[Valley] matlab to write fast software algorithms can act reference source-SVD use
Platform: | Size: 314368 | Author: 张欸 | Hits:

[matlabK-SVD_Dictionary-training

Description: k-SVD 字典训练 matlab源代码,欢迎有需要的下载一起研究-k-SVD dictionary training matlab source code, welcomed the need to download the study together
Platform: | Size: 7168 | Author: 刘振 | Hits:

[matlabhosvd

Description: 一个很好的matlab源代码——HOSVD,HOSVD算法是通过对张量进行Tucker decomposition后,找出其tensor core,最后对其进行SVD分解。-A good matlab source code SVD, HOSVD algorithm is passed on tensor Tucker decomposition, find out the tensor core, and finally its SVD decomposition.
Platform: | Size: 281600 | Author: longzhen | Hits:

[Special EffectsSVD.m

Description: SVD奇异值变换matlab实现源代码,m文件源代码-SVD singular value transformation matlab source code to achieve, m source code file
Platform: | Size: 3072 | Author: seven | Hits:

[AlgorithmSVD_C++

Description: C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic operation of matrix "+, -, *, /", triangular decomposition, QR decomposition, matrix display, matrix transpose, matrix eigen value and eigen vector operation. And in Source.cpp, how to use these code was supplied, which is very convenient for you to quickly use these codes into your programming. For SVD decomposition, I had compare the result with that of MATLAB,and I found that when the columns of the matrix number > = line number,my code has no problem.)
Platform: | Size: 30720 | Author: 东篱 | Hits:

CodeBus www.codebus.net