-
hybridSIREKF
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + time varying measurement noise
% using a multi-layer perceptron (MLP) and both the EKF and
% the hybrid importance-samping resampling (SIR) algorithm. (To estimate the input-output mapping with inputs x and outputs y generated by the following nonlinear, nonstationary state space model: x (t+ 1) = 0.5x (t)+ [25x (t )]/[( 1+ x (t)) ^ (2)]+ 8cos (1.2t)+ process noise y (t) = x (t) ^ (2)/20+ 6 squareWave (0.05 (t-1 ))+ 3+ time varying measurement noise using a multi-layer perceptron (MLP) and both the EKF and the hybrid importance-samping resampling (SIR) algorithm.)
- 2007-09-30 11:09:43下载
- 积分:1
-
owmpca
用主程序分析法和Matlab编程,对数据进行综合处理,对全国大学生数学建模的参赛者帮助很大(Main program for the analysis of mathematical modeling, mathematical modeling of the National University of great help participants)
- 2011-07-07 15:49:55下载
- 积分:1
-
music
music自适应算法估计来波方向matlab 代码实现(music DOA estimation adaptive algorithm matlab code)
- 2014-01-03 13:12:34下载
- 积分:1
-
huffman_encode
The goal of this program is to demonstrate the construction of a huffman encoding tree.
The tree is represented as a binary tree using MATLAB s built in treeplot commands.
Contruction of the tree as well as the huffman code book will be described in later sections
- 2012-11-20 19:59:48下载
- 积分:1
-
Fasticadef
matlab平台ICA独立成分分析源代码。用法:[icasig,W] = Fasticadef(x)
输入量:x
输出量:icasig(独立成分),W(分离矩阵)(matlab platform independent component analysis ICA source code. Usage: [icasig, W] = Fasticadef (x) input: x output: icasig (independent component), W (separation matrix))
- 2009-03-28 11:21:21下载
- 积分:1
-
MySinAffPro
实现图像基本的缩放、旋转、平移、投影、仿射、相似变换等功能(Image basic scaling, rotation, translation, projection, affine, similarity transformation functions)
- 2010-10-26 14:34:02下载
- 积分:1
-
Duda-PatternClassification
Duda《模式分类》第二版第1、3、5章部分课后习题和上机题的解答和程序代码(Duda pattern classification, the second edition of the first chapter 1,3,5 some after-school exercises and answers questions on the machine and program code)
- 2009-01-14 15:12:59下载
- 积分:1
-
1
说明: vector control of induction motor
- 2011-03-03 14:39:14下载
- 积分:1
-
result
最后的测试程序,得出文本检索的正确率和召回率(In the end, the cosine similarity of texts is used to measure the similarity between the query and documents. The data comparison indicates that this algorithm has well experimental results. Moreover, it gets the advantage over the classic LSA retrieval algorithm in precision and operational efficiency.)
- 2010-03-07 13:23:21下载
- 积分:1
-
mse
最小均方算法(MSE),来自阵列信号处理课本中(Least mean square (MSE), from the array signal processing textbooks)
- 2011-04-27 10:16:23下载
- 积分:1