-
bookMatlab
This book presents the MATLAB computer programming system as a problemsolving
tool for scientists and engineers who have no prior knowledge of computer
programming. It is based on a teach-yourself approach readers are frequently
invited to experiment for themselves in order to discover how particular constructs
work. The text was originally written as a companion to a hands-on course at the
University of Cape Town. Most of the students taking the course had little or no
computing experience and came from disadvantaged backgrounds. Consequently
the book assumes that readers have no knowledge of computing, unlike most
similar books on MATLAB.((2007 Elsevier)Essential Matlab for Engineers and Scientists(3rd Edition))
- 2011-08-19 23:28:49下载
- 积分:1
-
1d-forward
在matlab中完成直流电测深一维正演,并且实现可视化(1d resisitivity sounding based on matlab)
- 2013-10-24 17:11:50下载
- 积分:1
-
pwmspeedcntrol
Simulink for the speed control of indution motor using PWM
- 2015-02-20 14:02:04下载
- 积分:1
-
Decomposition
时频原子分解算法主要用于建立时频原子库,从而提取出特征信号(Time-frequency atom decomposition algorithm for frequency atoms library created to extract the characteristic signal)
- 2012-09-24 17:31:29下载
- 积分:1
-
Radar
development of an information environment for learning weighting burst into radar
- 2013-05-06 19:46:21下载
- 积分:1
-
IMU_calculator
改程序从imu中读取数据,计算出载体的轨迹,速度,姿态,并画出速度与欧拉角(this program takes the data from an IMU as the input and calculates the body s trajectory ,velocity and attitude .
it plots the velocities and euler angles vs time and the body s trajectory. )
- 2020-10-13 00:17:31下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1
-
n_pca
说明: 模式识别PCA(principle component analysis)源码.matlab 格式。PCA为经典而且经常使用的算法。(pattern recognition PCA (principle component analysis) source. Matlab format. PCA to the classic and often use the algorithm.)
- 2005-11-08 15:34:39下载
- 积分:1
-
System-Identification
1、经典粒子群算法
2、一次最小二乘法(LS)
3、递推最小二乘算法(RLS)
4、确定性系统的递推梯度校正参数估计(RGC)
5、递推极大似然参数估计算法(RML)(1、Classical particle swarm optimization algorithm matlab code
2、Various types of system identification algorithm)
- 2013-08-30 21:13:06下载
- 积分:1
-
kmeans
K-means聚类算法,参加模式识别第二版 清华大学出版社(K-means clustering algorithm, to participate in pattern recognition, the second edition of Tsinghua University Press)
- 2012-09-08 21:21:21下载
- 积分:1