-
LQR_control
直升飞机的LQR控制在MATLAB中的实现,状态方程为8维.(LQR control helicopters in MATLAB in the realization of an 8-dimensional equation of state.)
- 2008-03-19 21:27:20下载
- 积分:1
-
EdgeColor
使用matlab来对图像进行边缘检测的方法之一,便于在此基础上进行其他的功能的实现(Using matlab to the image edge detection methods, to facilitate this function based on the realization of other)
- 2010-05-06 15:51:48下载
- 积分: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
-
receiverdiversity
无线通信之MIMO系统的天线分集技术编程(The MIMO diversity programming system of the wireless communication)
- 2012-12-30 22:21:38下载
- 积分:1
-
charArrayCreate
Matlab C++数学库对字符型阵列的操作(Matlab C++ Math Library operate on character arrays)
- 2010-05-25 00:34:21下载
- 积分:1
-
Variational-level-set-Method
Variational level set method
- 2014-10-09 12:39:12下载
- 积分:1
-
YICHUANSUANFA-YINGYONGJULI
遗传算法应用举例,在使用时可根据具体情况做修改(Application examples of genetic algorithm, when used according to the specific circumstances to make changes)
- 2013-11-21 14:51:49下载
- 积分:1
-
yangtiaoxiaobo
三次B样条小波分解与重构算法程序,已经测试好了,可以直接使用的,提供给需要的朋友们(Three B-spline wavelet decomposition and reconstruction algorithm program has been tested OK, you can directly use, available to friends in need)
- 2009-12-09 17:19:20下载
- 积分:1
-
bpsk_fading_tx
bpsk simulation under multipath fading
- 2011-01-08 15:10:47下载
- 积分:1
-
schrod1d
this is the solution of schrodenger equation in one demention.
- 2011-05-27 00:54:34下载
- 积分:1