-
MATLAB_Simulations_for_Radar_Systems_Design
Mahafza B.R, Elsherbeni A.Z. - MATLAB Simulations for Radar Systems Design - 2004 对于雷达系统设计师来说这是一本难得的宝典(Mahafza BR, Elsherbeni AZ- MATLAB Simulations for Radar Systems Design- 2004 for the radar system designer, this is a rare book)
- 2008-01-09 23:08:14下载
- 积分:1
-
distance_classify
function g=distance_classify(A,b)
距离判别法程序。
输入已分类样本A(元胞数组),输入待分类样本b
输出待分类样本b的类别g
注:一般还应计算回代误差yita
输入已知分类样本的总类别数n 每类作为元胞数组的一列(function g = distance_classify (A, b) from the Criterion procedures. Input samples have been classified A (cell array), the importation of samples for classification b output samples for classification g categories b Note: the calculation should also be back on behalf of the general error input yita of the total known types of classification of the number of samples n each Cellular-type array as a)
- 2009-05-09 17:15:44下载
- 积分:1
-
fractional-order-pid-controller
说明: 分数阶pid控制器、最新参考文献,工业上新型控制器,文献包含控制器的设计、性能分析、工业应用现状、控制器参数整定方法。是目前研究与应用的热点(Fractional pid controller, the latest references, industry new controller, the literature contains the controller design, performance analysis, industrial application status, the controller parameter tuning methods. Is currently a hot research and application)
- 2011-03-15 11:26:22下载
- 积分:1
-
IMMbg
多模型交互跟踪多模型交互跟踪多模型交互跟踪多模型交互跟踪(Multi-track interaction model)
- 2012-01-08 22:16:37下载
- 积分:1
-
ga_pid
遗传算法优化PID控制,分别采用实数编码和二进制编码(Genetic algorithm to optimize PID control, real-coded and binary coded)
- 2012-09-14 16:47:13下载
- 积分:1
-
mathmodl
这是一个matlab的工具箱,里面有很多常用的例程,对于matlab的学习有很大的帮助。(This is a matlab toolbox, there are many common routines for matlab learning a great help.)
- 2013-11-26 22:05:22下载
- 积分:1
-
matlab
实现butterworth滤波器,能够输出幅频特性曲线(Realize Butterworth filter, to output the amplitude-frequency characteristic curve)
- 2008-03-15 11:12:30下载
- 积分:1
-
test55
说明: 带全阶状态反馈的电机控制模拟系统。在simulink内通过二阶控制实现了良好的速度相应性能。(With full-order state-feedback simulation system of motor control. In simulink through second-order control to achieve a good performance speed accordingly.)
- 2008-10-19 03:04:47下载
- 积分:1
-
panyue2
基于matlab的激光课程设计,例子,福克斯里迭代法对矩形腔激光器,圆形镜面激光器等的仿真。(laser design)
- 2012-03-21 17:05:09下载
- 积分:1
-
geneticalgrithmprogram
BNB20 Finds the constrained minimum of a function of several possibly integer variables.
% Usage: [errmsg,Z,X,t,c,fail] =
% BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...)
%
% BNB solves problems of the form:
% Minimize F(x) subject to: xlb <= x0 <=xub
% A*x <= B Aeq*x=Beq
% C(x)<=0 Ceq(x)=0
% x(i) is continuous for xstatus(i)=0
% x(i) integer for xstatus(i)= 1
% x(i) fixed for xstatus(i)=2
%(BNB20 Finds the constrained minimum of a fu nction of several possibly integer variables. % Usage : [errmsg, Z, X, t, c, fail] =% BNB20 (fun, x0, xstatus, xlb, xub, A, B, Aeq, Beq, nonlcon. settings, options, P1, P2, ...)%% BNB solves problems of the form : Minimize% F (x) subject to : xlb)
- 2007-04-02 12:24:33下载
- 积分:1