-
fibonacci
In mathematics, the Fibonacci sequence is the following infinite sequence of natural numbers:
The first element is 0, the second is 1 and each remaining element is the sum of the previous two:
Each element of this sequence is called Fibonacci number. This sequence was described in Europe by Leonardo of Pisa, XIII century Italian mathematician known as Fibonacci. It has numerous applications in computer science, mathematics and game theory.
- 2010-02-25 04:16:56下载
- 积分:1
-
Ex15_2_ParticleEx2
粒子滤波目标跟踪程序,地面雷达跟踪一个下落物体的弹道系数、速度和位置。(Particle filter target tracking procedures, ground radar tracking ballistic coefficient, velocity and position of a falling object.)
- 2013-01-12 15:57:35下载
- 积分:1
-
PIVlab-1.35
matlab code for PIVlab - time-resolved particle image velocimetry (PIV) tool
- 2021-01-06 13:08:54下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
VSC_HVDC
基于VSC_HVDC的直流配电网研究论文 很详细包括了MATLAB的仿真图(VSC_HVDC-based DC distribution network research papers are detailed in the simulation of MATLAB)
- 2017-04-04 20:22:08下载
- 积分:1
-
emd
matlab经验模态分解 emd 工具包 包含emd常用函数,可用于机械设备故障诊断(Matlab empirical mode decomposition toolkit can be directly used in mechanical equipment fault diagnosis)
- 2019-06-20 21:46:43下载
- 积分:1
-
JPDA
多目标处理程序 matlab 数据关联的JPDA(Multi-target processing program matlab data associated with the JPDA)
- 2012-03-20 17:11:54下载
- 积分:1
-
matlabexample
我们老师给我们的matlab例子,他自己编的,基础知识,主要是随机信号方面的(Our teacher to our Matlab example of his own series, the basics of random signal)
- 2012-05-25 23:01:27下载
- 积分:1
-
fdsp
digital signal processing常用工具箱(commonly used digital signal processing toolbox)
- 2007-11-14 14:11:43下载
- 积分:1
-
QACS
ACS蚁群算法的一种简单方案程序,比较宜懂(ACS Ant Algorithm A simple procedures of the program, compared to understand)
- 2007-01-10 12:05:30下载
- 积分:1