-
AmplitudePhaseDistortionCompare
输入信号通过线性时不变系统,幅度响应和频率响应失真分析MATLAB仿真。(the input signal pass the LTI system,simulate the distortion of amplitude response and phase response.)
- 2013-01-08 22:33:42下载
- 积分:1
-
2ArthurCunha-INFORMATION
2 arthurcunha_thesis几何表示、处理和编码的视觉信息(2ArthurCunha_thesis GEOMETRICAL REPRESENTATION, PROCESSING, AND CODING OF VISUAL INFORMATION
)
- 2014-08-17 16:26:39下载
- 积分:1
-
spectrum_analysis
一些关于信号处理谱分析的MATLAB代码,对学习频谱分析比较有用(some code for study spectrum_analysis in signal processing are very useful.)
- 2014-10-22 19:11:51下载
- 积分:1
-
The-Totem-Protocol
扩展的虚拟同步(Extended Virtual Synchrony),也称为 TOTEM 协议
Y. Amir 等,"The Totem Single Ring Ordering and Membership Protocol"
L.E. Moser 等,"Extended Virtual Synchrony"
Corosync 是 TOTEM 协议的一个开源实现,当前 RedHat 等提供的企业集群使用它作为一致性协议。
- 2014-01-30 11:45:21下载
- 积分:1
-
samplenhold
采样保持电路中全差分运算放大器的设计与仿真(Sample and hold circuit of Fully Differential Operational Amplifier Design and Simulation)
- 2010-11-22 10:02:49下载
- 积分:1
-
all
Bode plot using MATLAB..
it was in our 6th sem laboratory for the purpose of examination part we studied
- 2011-05-17 12:54:32下载
- 积分:1
-
pingmiangangjia
采用平面梁单元计算平面刚架的变形和内力,该函数定义了平面杆系的有限元模型数据(The plane beam element calculation plane frame deformation and internal forces, the function defines a finite element model of the data plane frame)
- 2014-11-04 10:38:32下载
- 积分:1
-
buckboost_new
matlab例程,可用的DC/DC构建方法,采用pwm进行直流端高低电压的转换(matlab routines, can be a DC/DC construction method using low voltage DC side pwm for conversion)
- 2013-07-17 15:30:53下载
- 积分:1
-
MPC_project_dehghani
This mfile is the simulation of CSTR control with new GPC
- 2013-07-26 16:16:16下载
- 积分:1
-
gafmax
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation)
% Finds a maximum of a function of several variables.
% fmaxga solves problems of the form:
% max F(X) subject to: LB <= X <= UB
% BestPop--------最优的群体即为最优的染色体群
% Trace----------最佳染色体所对应的目标函数值
% FUN------------目标函数
% LB-------------自变量下限
% UB-------------自变量上限
% eranum---------种群的代数,取100--1000(默认1000)
% popsize--------每一代种群的规模;此可取50--100(默认50)
% pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8)
% pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1)
% options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)( [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4))
- 2006-10-18 16:07:48下载
- 积分:1