搜索资源列表
ESPRIT-TLS.rar
- 用于谐波恢复的ESPRIT方法的SVD-TLS的程序实现,并进行了信号的谐波的恢复仿真实验,For the ESPRIT harmonic retrieval method of SVD-TLS program and conducted the restoration of harmonic signals in simulation
svd
- 基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
Watermarking_althorithm_based_on_DCT(MATLAB)
- 基于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
SVDBasedImageQualityMeasure
- Source code svd in matlab
SVD_MATLAB_program
- SVD Source Code, realized on MATLAB Image Compression is the application using Linear Algebra tools
matlab-simulation-code-of-L1SVD
- IEEE 期刊论文 著名算法 L1-svd matlab仿真源代码 -IEEE Journal --famous algorithm of L1-svd A simulation source code written by matlab
DWT-SVD
- 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)
ImprovedDL
- 这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。-This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reus
W-SVD
- 基于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.
matlab1
- 【谷速软件】matlab代写源码-SVD算法 可以作用参考使用-[Valley] matlab to write fast software algorithms can act reference source-SVD use
K-SVD_Dictionary-training
- k-SVD 字典训练 matlab源代码,欢迎有需要的下载一起研究-k-SVD dictionary training matlab source code, welcomed the need to download the study together
hosvd
- 一个很好的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.
SVD.m
- SVD奇异值变换matlab实现源代码,m文件源代码-SVD singular value transformation matlab source code to achieve, m source code file
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o