-
texture-review
Gabor filters image processing
- 2013-07-30 20:07:53下载
- 积分:1
-
immoptibox
优化算法程序包。有lm方法,
smarquart法,等等。(Optimization package. Have lm, smarquart law.)
- 2006-10-15 13:25:06下载
- 积分:1
-
aljabar-boole-2-(5)
aljabar bool method to make subtitute
- 2013-11-08 06:36:10下载
- 积分:1
-
Actac
actac. matlab file very good
- 2014-01-16 17:25:51下载
- 积分:1
-
newadifdtd
一种关于ADI-FDTD新的算法程序,程序运行良好。(A new ADI-FDTD algorithm program, the program runs well)
- 2020-06-29 19:40:02下载
- 积分:1
-
CursorIndexOutOfBoundsException
An exception indicating that a cursor is out of bounds.
- 2014-01-01 20:56:58下载
- 积分:1
-
time-domain
自己用的时域特征提取方式,包含均值,均方根值,歪度,峭度,峰值指标,阈值裕值指标,峭度指标等,然后用RBF做聚类(The method of feature extraction in time domain includes mean value, root mean square value, skewness, kurtosis, peak value index, threshold margin index, kurtosis index, etc. Then RBF is used for clustering.)
- 2018-11-27 10:42:17下载
- 积分:1
-
MATLAB-sg-DSP-IP
说明: 使用MATLAB为System Generator for DSP创建IP(The use of MATLAB for System Generator for DSP to create IP)
- 2009-08-04 23:43:13下载
- 积分:1
-
pinlv
利用Matlab编程验证协方差法估计信号频率的性能(Validate the use of Matlab programming covariance method to estimate the frequency of performance)
- 2011-09-23 20:39:37下载
- 积分: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