-
RLS
本程序用于普通递推最小二乘算法在MATLAB下的仿真,为C程序。(This procedure is for the ordinary recursive least squares algorithm in MATLAB simulation, the C program.)
- 2012-04-26 10:44:51下载
- 积分: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
-
PPP
精密单点定位:精密单点定位程序,对于电离层、对流层、双频观测值改正等有较强的改正作用(very good!)
- 2020-10-12 11:27:32下载
- 积分:1
-
cdmrs23
matlab code for cdma . dlsa
- 2011-05-02 08:40:20下载
- 积分:1
-
DOF-Analysis-and-process-modeling
Westerberg分析自由度的资料,自适应处理入门兄弟的好资料,呵呵(Westerberg et al. (1979) approach is used to analyze the Degrees of Freedom (DF) of both the individual
units of a process flowsheet and the entire flowsheet.)
- 2013-08-24 20:16:18下载
- 积分:1
-
PQ
说明: 应用matlab进行PQ分解法进行潮流计算,通用性高,可进行多种情况计算(Applications for PQ decomposition method matlab flow calculation, high versatility, many cases can be calculated)
- 2011-10-26 16:50:28下载
- 积分:1
-
Improved-Crowbar-Control-Strategy-of-DFIG-Based
Improved Crowbar Control Strategy of DFIG Based
- 2015-04-14 00:50:46下载
- 积分:1
-
mti.zip
Radar 动目标MTI检测器 雷达MTI动目标检测,里面包含所有动目标检测的滤波器,很实用,有不同系数的滤波器进行比较,滤波器可以直接使用(Radar Moving Target MTI Detector
Radar MTI moving target detection, which contains all moving target detection filters, is very practical. The filters with different coefficients are compared. The filters can be used directly.)
- 2019-06-20 15:54:12下载
- 积分:1
-
免疫优化算法在物流配送中心选址中的应用
说明: 针对物流配送中心选址问题,以物流成本为目标函数,采用免疫优化算法对配送中心进行选址。通过全国31城市的物流需求点实例进行论证,仿真结果表明,该方法能够快速有效地求得物流配送中心选址问题的全局最优解(Aiming at the location problem of logistics distribution center, taking logistics cost as the objective function, the immune optimization algorithm is used to locate the distribution center. The simulation results show that the method can quickly and effectively get the global optimal solution of the logistics distribution center location problem)
- 2020-03-07 00:40:40下载
- 积分:1
-
furier
Furier transformation of pictures.
- 2009-05-19 20:24:15下载
- 积分:1