搜索资源列表
描述奇异值分解的matlab小程序
- 一个描述奇异值分解的matlab小程序,通俗易懂,方便移植。-A descr iption of the singular value decomposition matlab small program, easy to understand, easy to transplant.
SVD-TLS.rar
- 利用奇异值分解-总体最小二乘法估计ARMA模型的AR参数,并利用参数进行谐波恢复仿真程序,The use of singular value decomposition- total least squares estimation of AR parameters of ARMA model and using the parameters of harmonic retrieval simulation program
svyqc.rar
- 现代谱估计的matlab的程序。用的是奇异值分解的总体最小二乘法。,Modern Spectral Estimation matlab procedures. Using a singular value decomposition of the total least squares method.
MVDR.rar
- 三个复正弦信号的信噪比分别为SNR1 =30dB, SNR2 =30dB和SNR3 = 27dB。假设信号样本数为1000,FIR 滤波器的抽头个数为4。基于奇异值分解的MVDR 方法进行信号频率估计的仿真实验,获得功率谱密度函数的估计。,A power spectrum estimation algorithm named mvdr is introduced in this program
SVD
- 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated sing
empca2.tar
- 模式分类中应用到的PCA算法,包括其奇异值分解SVD算法。可用来降维提取主元素等。-pattern classification applied to the PCA algorithm, including its SVD singular value decomposition algorithm. Can be used to take down the main Viti Levu and other elements.
matlab...
- 利用矩阵分析的方法对线性方程组进行求解分析,得出奇异值分解法相对于其他分解法的好处-Analysis using matrix method for solving linear equations analysis singular value decomposition method for the other benefits of decomposition method
rsvd
- 基于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
wavemarksvd
- 利用svd的一种水印方法。SVD即奇异值分解(Singular Value Decomposition)算法。 -A watermarking method using svd. Singular value decomposition SVD that (Singular Value Decomposition) algorithm.
SVD
- 实矩阵奇异值分解,可控制技术精度,被其他程序调用的子程序。-Real matrix singular value decomposition, can control the precision,be used by other programs called subroutines.
MATLAB
- 奇异值分解及欧式距离计算,两组数据之间的计算-singular and calculate distense
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
1_svd
- 本程序可以实现对图像用Matlab进行奇异值分解-This program enables the images to use Matlab the singular value decomposition
imcompr
- 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。 -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
qiyizhifenjie
- 奇异值分解降噪技术,对各种信号进行处理,使用先进的MATLAB程序进行分解处理,达到理想的效果-SVD noise reduction on various signal processing, the use of advanced decomposition MATLAB processing procedures to achieve the desired results
12
- 一类基于奇异值分解的Lyapunov指数计算方法
image
- 在matlab环境下对图片进行压缩,使用算法为矩阵的奇异值分解-Matlab environment in the picture compression algorithm using singular value decomposition of the matrix
matlab-SVD
- 该实例程序的作用是奇异值分解,输入预进行奇异值分解的矩阵,便可以直接运行-The sample program is the role of singular value decomposition, the singular value decomposition of the input pre-matrix, we can run
qiyizhiSVD
- 调用MATLAB中含有噪声的数据文件 进行奇异值分解(Call the data file containing noise in MATLAB to perform singular value decomposition)
奇异值分解去图片噪声
- 奇异值分解去图片噪声,将图片放置在C:/文档/matlab中即可。