-
MATLAB
MATLAB教程.CHM2.9M.chm(MATLAB Tutorial. CHM2.9M.chm)
- 2009-12-07 12:54:36下载
- 积分:1
-
MATLAB遗传算法程序
function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1
-
zr
说明: 计算序列x=[3 0 2 1 3 4 6] 和y=[3 0 -2 1 -3]的线性卷积(Calculation sequence x = [3 0 2 1 3 4 6] and y = [3 0-2 1-3] the linear convolution)
- 2010-06-23 20:57:46下载
- 积分:1
-
windfarm_synmc-psl
The model used for creating the reference voltage is shown
in Fig. 4. First, photovoltaic output current (Ipv) and output
voltage (Vpv) are passed through a first order low pass filter
with a magnitude of G = 1 and a time constant of T = 0.01
seconds in order to filter out the high frequency components
or harmonics from these signals as shown in Fig. 5 and Fig. 6.
The filtered current and voltage signals (Ipv_F and Vpv_F) are
then fed into the MPPT control block that uses the Incremental
Conductance Tracking Algorithm. An algorithm that is based
on the fact the slope of the PV array power curve shown in
Fig. 7 is zero at the Maximum Power Point (MPP), positive on
the left of the MPP, and negative on the right. The MPP can
thus be tracked by comparing the instantaneous conductance
(I/V) to the incremental conductance (∆ I/∆ V) [11] as in (1):
- 2013-07-23 17:52:32下载
- 积分:1
-
exer_Baton5
stirling engine simulation with matlab
- 2013-12-07 23:57:44下载
- 积分:1
-
single_Electric_System_Simulation
matlab 写的单机无穷大系统动态过程 用隐式梯形积分法求解编程(single Electric System Simulation file)
- 2012-02-24 14:35:36下载
- 积分:1
-
PMLSM-Current-control
current control of permanent magnet linear synchronous motor
- 2020-10-17 10:47:29下载
- 积分:1
-
cp0101_bandwidth
第一步是计算输人信号单边功率谱密度(ESD)。使用快
%速傅里叶(FFr)算法将信号从时域转换到频域。因为FFr算法的输出是离散谱,而这
%里我们需要的是连续谱,因此需要引人不同的比例因子来实现从离散谱到连续谱的转换。
%在第二步中,我们利用迭代算法计算出相对于特定阂值的ESD的最高和最低频率,从而
%估算出被检测信号所占用的带宽。这种算法同时适用于基带信号和已调制信号。最后,
%在第三步中,我们给出了输出图形的原代码。(The first step is calculating the input signal unilateral power spectral density (ESD). The use of fast Fourier speed (FFr) algorithm for the signal conversion from time domain to frequency domain. FFR algorithm because the output is a discrete spectrum, which we need is a continuous spectrum, so the need for food of different scale factor to achieve from the discrete spectrum to continuous spectrum conversion. In the second step, we use iterative algorithm to calculate a specific threshold in relation to the ESD of the highest and lowest frequency, thus estimated to be occupied by the signal detection bandwidth. This algorithm applies to both baseband signal and modulation signals. Finally, in the third step, we give the graphical output of the original code.)
- 2008-05-02 17:22:10下载
- 积分:1
-
pso
说明: 实现基本的pso算法(粒子群算法)和几篇文献资料(Pso realize the basic algorithm (PSO) and several literature)
- 2011-04-11 13:30:36下载
- 积分:1
-
IRIS-use-RFclassification
用随机森林RF方法分类IRIS数据集,用一百个数据做训练集,五十个作为测试集,并统计出错误率,可直接运行(Classification method with random forests RF IRIS data set, using one hundred data to do training set, and fifty as a test set, and the statistical error rate, can be directly run)
- 2014-12-02 14:41:51下载
- 积分:1