-
puma3dfiles
6自由度puma机器人仿真程序源码。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University.
The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange.
%
% This file is still being developed, for the latest version check the
% Mathworks central file exchange.(6-DOF robot simulation program puma source. This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University.The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange. This file is still being developed, for the latest version check the Mathworks central file exchange.)
- 2008-05-23 18:50:40下载
- 积分:1
-
VC-and-Matlab
MATLAB和VC++结合编程的教学资料(Combination of MATLAB and VC++ programming teaching materials)
- 2011-05-19 19:15:04下载
- 积分:1
-
bpsk_ofdm_commtoolbox
i am in need 4g related matlab code.i learning in area of lte-advanced downlink for writing the matlab code
- 2014-10-12 23:48:24下载
- 积分:1
-
subranging_ADC
此程序为subranging结构A/D Converter的一个简单示例。(An example for subranging A/D Converter)
- 2010-09-20 02:34:27下载
- 积分:1
-
MULTGAS_Graycoded
说明: GA的源程序,运行过,绝对可以,对于学习GA的人可以参考试用(GA source, run-off, can definitely learning GA can refer to the trial)
- 2006-05-08 14:55:37下载
- 积分:1
-
altl
有关案例推理的matlab源程序,比较简单,请大家多指教(the CBR source of Matlab, relatively simple, please enlighten more)
- 2020-10-08 15:27:37下载
- 积分:1
-
DCT
将一个512×512的lena.bmp图像进行DCT变换,对得到的DCT系数按8×8块进行分层(分三层),重组填充得到新的系数矩阵,结果发现原图像的能量集中在了新图像的左上角低频部分。(The lena.bmp an image of 512 × 512 is subjected to DCT transform, the DCT coefficients obtained by layering 8 × 8 block (of three), to obtain a new recombinant filling coefficient matrix, the energy of the original image is found concentrated in upper left corner of the low-frequency part of the new image.)
- 2013-11-24 15:57:24下载
- 积分:1
-
Training-based-channel-estimation
Training based channel estimation
- 2011-06-15 01:17:49下载
- 积分:1
-
PV_fangdian
使用matlab软件搭建出来的光伏电池放电模型,波形很理想(Using matlab software to build out solar battery discharge model is ideal waveform)
- 2013-11-03 11:17:23下载
- 积分: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