-
compressedsensing
说明: 压缩感知雷达文献,里面包含大量关于压缩感知雷达文章(compressed sensing)
- 2010-04-12 11:12:49下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1
-
decode
解码器,利用差错控制算法解汉明码,BCH码等多种码字(Decoder, error control algorithm using Hamming Code, BCH Code and other code words)
- 2007-07-16 17:34:49下载
- 积分:1
-
demo_rbpf_gauss
说明: MIMO信道multinomal residual deterministic仿真(MIMO Channel multinomal residual deterministi c Simulation)
- 2006-05-13 21:58:55下载
- 积分:1
-
Kalman_Filter
Kalman filter brief code
- 2014-09-16 17:52:25下载
- 积分:1
-
CRLB
一个关于克拉美罗界的代码,其中没有关于费舍尔矩阵的问题(CRB code on which there is no question about the Fisher matrix)
- 2020-11-29 23:09:28下载
- 积分:1
-
dianji-fangzhen
MATLAB电机仿真精华50例,源代码。包括直流电机,同步电机,异步电机的经典仿真。(MATLAB motor simulation essence of 50 cases, the source code. Classic DC motor, synchronous motor, induction motor simulation.)
- 2013-03-21 17:54:03下载
- 积分:1
-
a
说明: 1、对原文《线性时滞系统的记忆与无记忆复合H∞状态反馈控制》仿真例子作了修正。原例子根据定理1没有解。
2、对该控制方法利用matlab lmi工具箱做了仿真验证。(matlab lmi toolbox)
- 2010-07-21 22:19:04下载
- 积分:1
-
Kalman
利用matlab编写kalman的算法,非常值得学习一下(Kalman algorithms using matlab)
- 2009-05-06 17:10:04下载
- 积分:1
-
用户数据拟合
说明: matlab kmeans 聚类算法
%X,样本(行为样本,列为属性)
%idx,返回每个样本的类别,1,2,...,k
%k,聚类数量(matlab kmeans clustering algorithm)
- 2021-02-20 10:00:41下载
- 积分:1