搜索资源列表
svd-tls
- 谐波恢复的ARMA建模算法(基于SVD-TLS)(张贤达《现代信号处理》)。当谐波信号为复谐波的时,该算法仍然适用。但该程序中没有给出具体的实现。
TLS
- SVD-TLS
svd
- 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
SVD-TLS
- 巧妙的运用matlab控件自编程序!很有意思哦!在信号分析领域用途广泛!-clever use of Matlab self control procedures! Very interesting! In the field of signal analysis of a wide range of uses!
DotMatrix
- DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposi
SVDcode
- 利用一般最小二乘法和SVD-TLS方法 进行AR参数估计和正弦波频率估计 -use of general and the least-squares method SVD-TLS AR method parameter estimates and the estimated frequency sine wave
solveequation
- 由c语言编写的解非线性方程,线性方程组代码,包括LSQR,SIRT,SVD等算法源代码-By c language solution of nonlinear equations, linear equations code, including LSQR, SIRT, SVD algorithm source code, etc.
vector
- 矩阵运算,数值算法,vc++,奇异值分解,svd-Matrix computation, numerical algorithm, vc++, Singular value decomposition, svd
svd-tls
- 谐波恢复的ARMA建模算法(基于SVD-TLS)(张贤达《现代信号处理》)。当谐波信号为复谐波的时,该算法仍然适用。但该程序中没有给出具体的实现。-Harmonic Retrieval of ARMA modeling algorithm (based on the SVD-TLS) (Xian Tatsu Modern Signal Processing ). When the harmonic signal for the
svd-code
- svd分析的例子,程序,生成数据,预处理,分析-SVD analysis of the examples, procedures, generating data, pretreatment, analysis
SVD-TLS
- 利用奇异值分解-总体最小二乘法估计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
ESPRIT-TLS
- 用于谐波恢复的ESPRIT方法的SVD-TLS的程序实现,并进行了信号的谐波的恢复仿真实验-For the ESPRIT harmonic retrieval method of SVD-TLS program and conducted the restoration of harmonic signals in simulation
SVD_TLS
- 使用自编函数基于奇异值分解总体最小二乘法(svd-tls)实现AR模型谱估计 -The use of self-functions in general based on singular value decomposition least square method (svd-tls) to achieve AR model spectrum estimation
TLS
- 基于最小二乘法和奇异值-总体最小二乘法(SVD-TLS)的 ARMA模型谐波频率估计 -Based on the least square method and singular value- the overall least squares (SVD-TLS) of the ARMA model of harmonic frequency estimation
svd
- 基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
svd-tls
- 基于svd-tls功率谱分析的方法 ,是现代谱估计的一种常用方法-svd-tls-based power spectral analysis method is a kind of modern spectral estimation methods commonly used
SVD-TLS
- 功率谱估计中SVD-TLS算法的三种实现版本-Power spectrum estimation of the three kinds of SVD-TLS algorithm implementation version of the
SVD-TLS
- 基于SVD_TSL算法的ARMA模型的参数估计,欢迎下载-SVD_TSL algorithm based on parameter estimation of ARMA models, please download
SVD-TLS-LS
- SVD-TLS和LS方法估计AR模型功率谱,假定仿真的观测数据由 产生,其中w(n)是一高斯白噪声,其均值为0,方差为1,并取n=1,…..,128,这里分别用LS方法和SVD-TLS方法估计观测数据的AR模型参数。-SVD-TLS and the LS method to estimate AR model for power spectrum, assuming that the simulation produced by the
SVD_TLS
- 根据张贤达版《现代信号处理》的SVD-TLS算法,基于奇异值分解的总体最小二乘法, SVD-TLS是一个在现代谱估计中一个基础的算法(SVD-TLS, Spectral estimation)