-
multiScale_KalmanFilter
用多尺度卡尔曼滤波法,对信号参数进行识别估计。高频信号和低频信号识别结合起来改进了算法识别的精确度和准确度。(It is an implementation of hierarchical (a.k.a. multi-scale) Kalman filter using belief propagation. The model parameters are estimated by expectation maximization (EM) algorithm. In this implementation, we considered two time series with different frequencies. The messages between high and low frequency signals are combined to improve the estimation and prediction.)
- 2013-01-07 20:17:40下载
- 积分:1
-
huofu
matlab中运用hough变换,设定恰当的阈值,将超过阈值的点在三维空间标示出来&将三维参数矩阵根据半径的不同做成不同的帧,制作成视频(hough transform matlab in use, set the appropriate threshold, will exceed the threshold point in three-dimensional space marked out & three-dimensional parameter matrix made of different frames depending on the radius, made into video)
- 2013-12-23 20:39:16下载
- 积分:1
-
daolibai
倒立摆的编程,单级倒立摆,完美运行,比较好的程序(daolibai kongzhi )
- 2013-12-14 15:37:54下载
- 积分:1
-
newtoninterp
本算法可以通过牛顿插值法来拟合曲线,精度经过测试满足要求,可以作为借鉴使用!(This algorithm can fit the curve by Newton interpolation method. The accuracy meets the requirements after testing. It can be used as reference.)
- 2018-07-30 19:12:19下载
- 积分:1
-
ImageMass
Mass of Image for Image Moment Calculation.
- 2011-11-14 15:18:29下载
- 积分:1
-
Unsupervised-optimal-FCM
Fuzz c-mean Clusterin technique
- 2012-02-10 15:14:11下载
- 积分:1
-
qw
说明: 国外重点教材系列之数字信号处理习题答案完整版(Foreign key textbook series of digital signal processing exercises full answer)
- 2010-12-14 17:58:35下载
- 积分:1
-
Untitled2
此代码为主元分析法的应用代码,欢迎有需要的人士取用。(Principal component analysis of the application code, please access.)
- 2011-04-26 23:52:41下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
kalman
采用matlab变成的卡尔曼滤波的一种方法,在电子工程、自动控制等方面均有广泛应用(kalman filter)
- 2013-12-23 14:58:25下载
- 积分:1