搜索资源列表
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
SVD_MATLAB_program
- SVD Source Code, realized on MATLAB Image Compression is the application using Linear Algebra tools
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_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o