-
Alignment
get video from camera in simulink
- 2013-10-23 08:39:09下载
- 积分:1
-
interpolation_circular-convolution
this code is for interpolationS27Q
- 2013-04-26 12:47:48下载
- 积分:1
-
matlab7_chapter_of_the_wonderful_examples_to_impro
matlab7编程提高篇之精彩实例教程matlab7 chapter of the wonderful examples to improve programming tutorial(matlab7 articles of wonderful examples to improve programming tutorial matlab7 chapter of the wonderful examples to improve programming tutorial)
- 2010-08-02 09:40:23下载
- 积分:1
-
DAWW
Please read THIS DOCUMENTE
- 2013-05-05 10:39:33下载
- 积分:1
-
laserMatlab
用基于 Matlab 的小容量 FFT (比如 256×256)程序,将取样窗口划分为
若干个全等的小矩形,对每个小矩形内离散点的复振幅作 FFT 变换,然后将所有变
换结果叠加,再乘以复数相位因子,相当于对整个物面上点进行菲涅耳衍射计算,
利用这种方法可以迅速的实现高精度的轴对称傍轴光学系统中的激光衍射计算 (With a small volume based on Matlab FFT (eg 256 × 256) procedure to sample window divided into a number of small identical rectangles, each small rectangle of discrete points within the complex amplitude for the FFT transform, and then transform the results of all the superposition multiplied by the complex phase factor, the equivalent point on the object plane Fresnel diffraction calculation, the use of this method can rapidly achieve high-precision optical system axis of symmetry in the paraxial calculation of laser diffraction)
- 2011-01-08 00:22:41下载
- 积分: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
-
PCLDSP
对稠密点云或者Mesh模型进行降采样,以获得更加具有代表性的模型来减少点的数量和面的个数。(The dense point cloud or Mesh model is sampled down to obtain a more representative model to reduce the number of points and the number of faces.)
- 2017-06-27 16:13:07下载
- 积分:1
-
Lasso_OK
说明: LASSO算法的MATLAB资料,对于数学建模很有帮助。(LASSO algorithm based on MATLAB. It is very useful for mathematical modeling.)
- 2020-11-05 14:45:27下载
- 积分:1
-
cycloconverter_single_phase_Step_up
cycloconverter with step down
- 2010-10-24 02:45:31下载
- 积分:1
-
forecasting-matlab
关于预测的matlab源程序,很实用的,很有参考价值的(forecasting projects Matlab source, it is predictable and practical, a good reference)
- 2012-04-29 20:34:07下载
- 积分:1