-
Snake
说明: 用MATLAB编写的一个贪吃蛇的小游戏,集趣味与学习于一身(Written using MATLAB' s a Snake game combines fun and learning in a)
- 2010-03-18 17:51:35下载
- 积分:1
-
MatlabBERAnalyzer
说明: 光通信系统的MATLAB实现,在OPTISYSTEM中运行(run in optisystem)
- 2010-04-14 18:57:16下载
- 积分:1
-
folderFilessam
Object MatLab implementation of the Robust Non-Linear Smoother (RNLS) for state-space models
- 2013-08-18 03:36:55下载
- 积分:1
-
event_spike
This code is about designing of synthetics seismic data.
- 2009-11-13 03:33:31下载
- 积分:1
-
PV_System_MPPT_Grid
matlab code for Grid connected PV system with MPPT
- 2015-02-03 14:30:20下载
- 积分:1
-
AN
说明: 一维简易时域有限差分法(FDTD)计算介质板反射和透射系数(An Interactive Demonstration of Electromagnetic
...)
- 2012-12-24 22:55:30下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
fskdet
说明: 基于matlab的通信系统仿真系列--FSK解调(相干解调方式)(Matlab-based communications system simulation series-- FSK demodulator (Coherent demodulation method))
- 2006-04-17 09:43:12下载
- 积分:1
-
capon2D
二维capon算法DOA估计matlab代码,非常实用,希望对大家有帮助(Two-dimensional DOA estimation capon algorithm matlab code
)
- 2021-02-03 10:19:59下载
- 积分:1
-
CLASSICALMUSIC1
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(algorithm MUSIC is a method based on matrix feature space decomposition. From a geometric point of view, the signal processing of the observation space can be decomposed into signal subspace and noise subspace, it is clear that these two spaces are orthogonal. Signal subspace by the array received data covariance matrix and signal corresponding to the feature vector and noise subspace is by the covariance matrix of all minimum feature values (noise variance) corresponding to the feature vectors are composed. MUSIC algorithm is to use the orthogonal characteristics of these two complementary space to estimate the azimuth of spatial signals. All vectors of the noise subspace are used to construct spectral, and the peak position in all spatial azimuth spectra correspond to the direction of arrival of the signal. MUSIC algorithm greatly improves the direction finding resolution, and at the same time it is suitable for the antenna array of any shape, but the prototype MUSIC algorithm requir)
- 2016-01-23 11:33:07下载
- 积分:1