-
irisrecognition_rar
really good iris recog code
- 2010-01-27 17:46:09下载
- 积分:1
-
program
将实数信号分解为循环偶分量和循环奇分量以及循环卷积等程序(matlab源程序)(The real number signal decomposition cycle even component and circulation odd component, and circular convolution program (matlab source code))
- 2012-08-25 09:10:34下载
- 积分:1
-
getfod
可以将模型经过转换计算求其ziegler-nichols整定公式中的参数K,L,T(Model can be after conversion calculation to find the Ziegler-Nichols tuning to the argument in the formula K, L, and T)
- 2013-03-28 18:02:00下载
- 积分:1
-
Single-neuron-adaptive-pid
自适应神经元PID算法,此算法经过仿真验证过,好用。(Adaptive neuron PID algorithm, this algorithm through simulation, works.)
- 2015-01-18 11:52:24下载
- 积分:1
-
AD_DA
使用MATLAB工具,对信号进行采集调制,再进行信号解码.对信号进行算法控制.(The use of MATLAB tools, modulation of signal acquisition, and then decode the signal. The signal control algorithm.)
- 2007-09-02 21:07:36下载
- 积分:1
-
DMC1
dmc程序片段,实现液位的dmc动态矩阵控制(dmc data)
- 2013-03-18 15:32:32下载
- 积分:1
-
clustering
模糊聚类的matlab代码和VC代码,希望给大家分享。(Fuzzy clustering matlab code and code of VC)
- 2013-04-11 19:09:43下载
- 积分: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
-
FIR
用C++实现窗函数的设计,采用的是海明窗为例子(Using C++ to achieve the design of window function, Hamming window is used as an example)
- 2009-04-21 11:06:37下载
- 积分:1
-
speechdtwprotected
dynamic time warp Matlab speech recognition source code DTW (dynamic time consolidation), the Speech Recognition Research counterparts can be downloaded
- 2009-05-07 03:41:34下载
- 积分:1