搜索资源列表
matrix_decompose
- 含有波束空间MUSIC算法、阵元数变化的经典MUSIC算法统计分析、与平滑相关的矩阵分解MUSIC算法
cmmb中ldpc分解的源代码
- cmmb中ldpc分解的源代码,matlab格式,涉及到H矩阵 的LU分解,代码中有注释, 根据此代码可以编写ldpc的硬件实现。
NMFLABSP_ver1.2.zip
- 盲源分离算法中,另一新的理论,非负矩阵分解(NMF)。数据包中有代码及GUI,Blind source separation algorithm, another new theory, non-negative matrix factorization (NMF). Packet has the code and GUI
code
- 基于非负矩阵分解的语音分离方法,matlab实现-NMF-based speech separation method, matlab implementation
matlab...
- 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处-Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method
UCA_SMI
- QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the u
juzhenfenjie
- 适用于水下信号分析的矩阵分解源代码,对学习空间谱MUSIC算法的初学者有一定的参考作用
a
- 基于非负矩阵分解(NMF)的人脸特征提取算法,NMF基本思想是找到一个线性子空间W,使的构成子空间的基本图像的像素点都是正值,而且人脸图像在子空间上的投影系数也是正数-Non-negative Matrix Factorization (NMF) of facial feature extraction algorithm, NMF basic idea is to find a linear sub-space W, so that the composition of sub-space o
shizhimusic
- DOA谱估计实值MUSIC算法把复数协方差矩阵映射成实数矩阵来处理,特征值分解计算量降低了75 ,实值music算法可以分辨相干信号源-DOA in real MUSIC spectral estimation algorithm to map the complex covariance matrices to deal with real, eigenvalue decomposition calculation reduced by 75 , real music algorithm ca
3
- 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
PIE1
- 基于双权重非负矩阵分解的人脸识别Matlab code-double weight NMF for face recognition
nmf.tar
- 非负矩阵分解程序,里面包含了全面的相关资料和程序代码。-Non-negative matrix factorization program
DISCRIMINANTSPARSENONNEGATIVEMATRIXFACTORIZATION.r
- 判别稀疏非负矩阵分解,提出这个新算法,来进行人脸识别,比传统的NMF和一些其他的扩展算法效果好-Sparse non-negative matrix factorization judge proposed the new algorithm for face recognition, than the traditional extension of NMF algorithm and some other good results
非负矩阵分解
- 盲信号分离中的非负矩阵分解,高光谱图像解混等等。
LU分解-matlab
- matlab 输入矩阵 实现矩阵LU分解
NMF
- 用于非负矩阵分解的程序,包含C程序、MATLAB程序(NMF algorithm % Check that we have non-negative data)
NMF
- 实现非负矩阵分解的程序,适合提取非负信号的特征值(A program for non negative matrix factorization, Suitable for extracting the eigenvalues of non negative signals)
Cochleagram ISNMF2D
- 数据矩阵运用非负矩阵分解算法,分解得到两个低维矩阵,并用于信号分离。(The data matrix is decomposed into two low-dimensional matrices by non-negative matrix decomposition algorithm and used for signal separation.)
lu分解
- 矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本;矩阵分解,内建lu函数的可读版本
uv分解
- 非负矩阵分解算法,采用块坐标下降法,效率更高。用于复杂网络计算。