-
Kalman
Kalman滤波的matlab例程,内含kalman滤波方法的介绍.(Kalman filtering matlab routines, including the introduction kalman filtering method.)
- 2009-03-21 10:12:58下载
- 积分:1
-
ga_tsp
This paper is the result of a literature study carried out by the authors. It is a review of the dierent attempts made to solve the Travelling Salesman Problem with Genetic Algorithms. We present crossover and mutation operators, developed to tackle the Travelling Salesman Problem with Genetic Algorithms with dierent representations such as: binary representation, path representation, adjacency representation, ordinal representation and matrix representation. Likewise, we show the experimental results obtained with dierent standard examples using combination of crossover and mutation operators in relation with path representation. Keywords: Travelling Salesman Problem Genetic Algorithms Binary representation Path representation Adjacency representation Ordinal representation Matrix representation Hybridation. 1 1 Introduction In nature, there exist many processes which seek a stable state. These processes can be seen as natural optimization processes. Over the last...
- 2013-04-09 22:15:26下载
- 积分:1
-
PFshow
演示粒子滤波的过程,包括从先验概率中采样,计算权重,重采样的过程。(Demonstrate the process of particle filter, including the sample from the prior probability to calculate weighting, resampling process.)
- 2011-08-29 11:21:14下载
- 积分:1
-
gaussian_pulse_function
this is the gaussian pulse generator waveform
this function is to build gaussian pulse
- 2010-10-25 13:32:25下载
- 积分:1
-
LDPCcode
利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),(use function MadHG Generation rules LDPC check matrix H, re-6, series of three, out for a few half of the number (A bigger the better), H 2 arbitrary no girth of the four circles, H counterparts and with the formation of matrix G, we can be assured of mod (G* H, 2) = 0. To be used : [H, G] = MadHG (m, n, x), x = 1 (the G part of the Left Front units) or 2 (G right half of the units RUF),)
- 2007-05-12 10:49:48下载
- 积分:1
-
Text_hide_color_image
steganography method implemantation for your use, simply demo
- 2015-02-11 21:55:55下载
- 积分:1
-
Radarsignalprocessing
雷达信号处理,马晓岩写的,是雷达信号处理的入门必备书籍(Radar signal processing, Xiao-Yan wrote, is an essential introduction to radar signal processing books)
- 2010-07-21 11:38:42下载
- 积分:1
-
MATLAB6shilijiaocheng
matlab实例教程,很多经典的程序实例及代码。(matlab tutorial examples, many of the classic examples of procedures and code.)
- 2009-10-06 18:04:57下载
- 积分:1
-
dc_motor_control
用simlink仿真的MATLAB直流电机控制模型,用于分析电机的特性(dc_motor_control)
- 2010-09-08 16:26:56下载
- 积分:1
-
svm-matlab
支持向量机(SVM)用于分类的算法实现
function [D, a_star] = SVM(train_features, train_targets, params, region)(Support Vector Machine (SVM) algorithm for classification in function [D, a_star] = SVM (train_features, train_targets, params, region))
- 2014-01-14 10:36:36下载
- 积分:1