-
pto
运用统计理论进行均值、标准差、偏斜度、峰度等的计算(Application of statistical theory to the mean, standard deviation, skewness, kurtosis, etc. Calculation)
- 2009-11-13 16:40:18下载
- 积分:1
-
DSP-Using-MATLAB
Digital signal processing using Matlab & wavelets
- 2011-01-24 11:19:45下载
- 积分:1
-
LSeg1
最小二乘法辨识 对系统输入伪随即序列输入,得到输出, 加入噪声,模拟辨识过程(least squares method for identification system importing counterfeit immediately sequence input and output is, by adding noise to simulate the process of identification)
- 2007-05-25 23:00:44下载
- 积分: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
-
arioarpackage
library which computes eigenvalues and eigenvectors of large sparse matrices, accessible via the built-in EIGS command
- 2010-07-31 20:04:38下载
- 积分:1
-
Jacobi2
The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
- 2009-03-20 04:26:34下载
- 积分:1
-
SGA_II_CVaR
基于蒙特卡洛模拟的改进自适应遗传算法CVaR程序(matlab)
- 2009-06-01 19:01:38下载
- 积分:1
-
Kalman_Filter
说明: 两个简单的卡尔曼滤波的例子,适合初学者掌握基本原理。(Two simple examples of Kalman filter, suitable for beginners to master the basic principles.)
- 2010-04-12 23:24:24下载
- 积分:1
-
ALOHA
ALOHA协议程序。[Traffic,S,Delay]=aloha(capture)(ALOHA protocol procedures。[Traffic,S,Delay]=aloha(capture))
- 2012-05-18 14:14:07下载
- 积分:1
-
Lagrangian multiplier method
通过matlab实现拉格朗日乘子法。学习经典优化方法,熟悉matlab语言。(Realize the Lagrangian multiplier method by matlab. Learning classic optimization methods, familiar with matlab language.)
- 2021-04-08 13:19:01下载
- 积分:1