搜索资源列表
subspace_pastd
- 著名的子空间分离自适应算法PASTD的MATLAB源代码-famous space separation adaptive algorithm PASTD MATLAB source code
Subspace_Identification_for_Linear_Systems
- 线性系统中的子空间辨识算法,英文书配套的MATLAB程序-linear system of subspace identification algorithm, English books supporting MATLAB program
subspace
- 子空间分解matlab程序。采用PCA主成元分析方法。
SSF_kongjiannihe_page153
- 《空间谱估计原理与算法》子空间拟合算法matlab源代码-" Space Spectrum Estimation Principle and Algorithm" subspace fitting algorithm matlab source code
SSF
- 波束形成中DOA估计的SSF子空间拟合算法程序-SSF
multiuser
- 基于子空间的盲多用户检测,matlab仿真例程-Subspace-based blind multiuser detection, matlab simulation routines
WSF_MVP
- 子空间拟合类算法WSF的一种改进算法MVP,用于DOA估计。-Subspace fitting-like algorithm WSF An improved algorithm for MVP, for the DOA estimation.
tracking_past_yuanzhen
- 利用子空间跟踪算法PAST跟踪运动目标,阵列形式为圆阵,算法可以很好的跟踪多个运动目标-PAST subspace tracking algorithm by tracking moving objects, the array in the form of circular array, the algorithm can track multiple moving targets well
EVD
- 用子空间分解法求出时延估计,这种方法具有较强的抗噪声性能-Calculated using subspace decomposition delay estimation, this method has strong anti-noise performance
mimo_est
- 用MATLAB实现的对MIMO信道的估计,应用了子空间的方法。-MATLAB implementation of MIMO with channel estimation, the application of subspace methods.
spalgorithmpackage
- 子空间追踪算法(SP)程序包,包含示例程序,SP算法程序及附属程序-Subspace pursuit algorithm (SP) package includes sample programs, SP algorithm program and ancillary procedures
DOA_pastd
- 基于投影逼近子空间(PASTD)算法的DOA估计,PASTD算法可以快速度估计协方差矩阵的特征向量-doa estimation using pastd algorithm,pastd algorithm can estimate eigenvectors of covariance matrix quickly
moesp
- 子空间matlab建模程序实力,是期中的MOESP方法!-Subspace matlab modeling program strength is period of MOESP way!
lda-0.2-matlab
- matlab判别分析,基本思想是将高维的模式样本投影到最佳鉴别矢量空间,以达到抽取分类信息和压缩特征空间维数的效果,投影后保证模式样本在新的子空间有最大的类间距离和最小的类内距离,即模式在该空间中有最佳的可分离性。-matlab discriminant analysis, the basic idea is to sample the high-dimensional pattern projected onto the optimal discriminant vector space, i
2.ESPRIT 算法MATLAB程序
- 侧向定位 信号处理 一种基于子空间的DOA估计方法(Estimating signal parameters viarotational invariance techniques is a method of DOA estimation.)
doa_music
- MUSIC算法是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm is a kind of feature space based on the matrix decomposition method.From geometric point of vie
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
1.MUSIC算法MATLAB程序
- 经典的MUSIC子空间DOA估计算法,可以运行(The classical MUSIC subspace DOA estimation algorithm can run)
DOA_MATLAB源程序
- 基于最小二乘旋转子空间不变技术的ESPRIT算法估计DOA(LS-ESPRIT for DOA estimation)
MATLAB中PCA控制限的求法
- T^2 统计量表示采样数据在主元空间上投影变化的大小,它体现了每个采样数据在变化趋势和幅值上偏离模型的程度,主要反映的是PCA模型内部的变化程度。 Q统计量也称SPE统计量,表示采样数据在残差子空间上投影的大小,度量了测量值对主元的偏离程度,是模型外部数据变化的一种测度。