-
CircleBeform2D
在一无人机机身安装共形阵,将机身视为一的规则圆柱体,对此共形阵进行波束扫描
(At one UAV airframe installation conformal array, will be regarded as one of the rules of airframe cylinder, for which conformal array for beam scanning)
- 2009-03-17 09:56:44下载
- 积分:1
-
matlab
说明: 该资料包含了一个图像融合工具箱,里面的内容是用matlab实现图像处理。(The information includes an image fusion toolbox, which content is to use matlab for image processing.)
- 2010-04-15 18:14:12下载
- 积分: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
-
yuesuyouhuawenti-
龚纯精通matlab最优化计算!~~~~约束优化章节源程序(restraint optimize)
- 2011-08-27 10:07:27下载
- 积分:1
-
FBD
FBD法谐波检测 在matlab R2007b版中建立,完整可运行
- 2020-07-02 10:00:01下载
- 积分:1
-
range_doppler
线性调频雷达的距离多普勒谱目标仿真程序;主要应用与高频地波雷达(Distance chirp radar Doppler spectra target simulation program)
- 2020-06-29 01:20:01下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真 MATLAB程序
说明: 本书从MATLAB仿真的角度出发,系统地介绍了系统辨识与自适应控制的基本理论和方法。本书共6章,主要内容为:绪论、系统辨识、模型参考自适应控制、自校正控制(包括广义预测控制)、基于常规控制策略的自校正控制和非线性系统辨识与控制(包括神经网络和模糊控制)。书中每种算法都配有仿真实例、仿真程序、仿真结果以及对仿真结果的简要分析,以便于读者深入理解和运用基本理论和算法(From the perspective of MATLAB simulation, this book systematically introduces the basic theories and methods of system identification and adaptive control.
This book has 6 chapters, the main contents are: introduction, system identification, model reference adaptive control, self-tuning control (including generalized predictive control), self-tuning control based on conventional control strategies, and identification and control of nonlinear systems (including neural network)
And fuzzy control).
Each algorithm in the book is equipped with simulation examples, simulation programs, simulation results, and a brief analysis of the simulation results, so that readers can deeply understand and use basic theories and algorithms.)
- 2021-04-16 13:56:08下载
- 积分:1
-
c8_PSDexample
这个例子里,我们将独立(白噪声)样本通过有5dB通带纹波的切比雪夫滤波器。
试估计滤波器输出端的PSD。实现这一估计的MATLAB程序如下:
(This example, we will be independent (white noise) samples through a 5dB passband ripple Chebyshev filter. Estimate the filter output PSD. MATLAB program to achieve this estimate is as follows:)
- 2009-10-31 10:27:37下载
- 积分:1
-
yyyy
北大MBA会计学案例库(Beijing University MBA case study for accounting)
- 2007-05-07 11:17:01下载
- 积分:1
-
lspb
梯形轨迹规划函数,其路径是抛物线混合线性段,其速度为梯形(The path of the ladder path planning function, the path is a parabolic mixed linear section, the speed of which is a trapezoid.)
- 2015-08-27 21:38:17下载
- 积分:1