-
ROBOUTARM
PROJECT ABOUT THE ROBOTIC MOVEMENT IN THE MATLAB SIMULATION HAND MOVEMENT INTHE REAL TIME
- 2010-10-01 02:11:38下载
- 积分:1
-
RotFe_ib
利用matalab编制的转子动力学计算软件。其中模型利用有限元建模,只是自由度较少。(matalab prepared by the use of rotor dynamics calculation software. Which model using finite element modeling, but less freedom.)
- 2006-11-07 11:21:23下载
- 积分:1
-
Trust-Region-program
用matlab实现了信赖域算法,主要用于无约束优化问题的求解(Using matlab to achieve the trust region algorithm, mainly used for solving unconstrained optimization problems)
- 2015-01-02 11:27:16下载
- 积分:1
-
ruilifenbuzabo
瑞利分布+杂波雷达信号MATLAB仿真程序,希望对有做雷达信号得朋友有帮助(Rayleigh distribution miscellaneous radar signal MATLAB simulation program, and they hope to have a friend make a radar signal has to help)
- 2020-12-25 09:49:05下载
- 积分:1
-
hh
说明: 此程序实现自适应波束图中的不同的阵列间距和期望信号方向对波束图的影响(Realize this procedure adaptive beamforming map different array spacing and the desired signal direction of the impact of beamforming map)
- 2009-03-23 19:44:05下载
- 积分:1
-
contour-tracing
说明: 通过matlab实现对二值图像的轮廓跟踪(Realized through the matlab binary image contour tracing)
- 2011-03-29 17:47:30下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
image-renoise
各种实现图像去噪的matlab程序,包括贝叶斯估计去噪,DJ阈值去噪等(A variety of image denoising matlab program, including Bayesian estimation denoising DJ threshold denoising)
- 2013-01-03 20:50:48下载
- 积分:1
-
PLC-analog
A programmable-logic controller (PLC) is a compact computer-based electronic system that uses digital or analog input/output modules to control machines, processes, and other control modules. A PLC is able to receive (input) and transmit (output) various types of electrical and electronic signals and use them to control and monitor practically any kind of mechanical and/or electrical system.
- 2013-07-19 19:40:51下载
- 积分:1
-
pso
采用改进的启发式搜索粒子群算法进行非线性寻优 具有比较好的效果(The improved heuristic search PSO nonlinear optimization has better results)
- 2015-01-18 10:13:32下载
- 积分:1