-
finitestatesearch
个人开发,用c++描述一种有限状态搜索机算法,根据设定的限制条件搜索满足需求的码字组合,用于搜索满足条件的ldpc码(a finite state searching program by c++)
- 2014-12-10 21:41:27下载
- 积分:1
-
PSO
标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示:
表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
- 2015-01-09 18:40:08下载
- 积分:1
-
niuben_v76
小波包分析提取振动信号中的特征频率,阐述了负荷预测的应用研究,matlab编写的元胞自动机。( Wavelet packet analysis to extract vibration signal characteristic frequency, It describes the application of load forecasting, matlab prepared cellular automata.)
- 2017-03-19 11:16:24下载
- 积分:1
-
一级倒立摆设计
一级倒立摆稳定控制,非线性模型近似线性化处理(Inverted pendulum design by matlab simulink)
- 2018-06-26 14:59:10下载
- 积分:1
-
fdp5final
Face Detection System
Face Detection using gabor feature extraction and neural networks
(Face Detection System Face Detection using gabor feature extraction and neural networks)
- 2007-12-05 17:50:39下载
- 积分:1
-
readprecipfile
readprecipfile is a function which will take an input data file measured in inches and convert each element of the file into centimeters. It will return the converted elements in the form of an array.
- 2009-06-08 23:35:35下载
- 积分:1
-
houghlines
实现在matlab环境下的直线检测,效果很好(Straight line detection, with good results achieved in the matlab environment)
- 2012-11-18 17:02:31下载
- 积分:1
-
nucleus_npp_NET.pdf
Nucleus PLUS C++ Interfaces and Programming Guide - NET interface
- 2010-07-09 08:03:18下载
- 积分:1
-
guihua
机械臂规划算法,朋友写的,可以用来学习交流(Manipulator planning algorithm, a friend wrote, can be used to study the exchange of)
- 2008-03-25 17:02:50下载
- 积分: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