-
thresh
the fuction performs thresholding to the eye images. this function can be used in implementing daugman algo for iris localization.
- 2009-02-26 19:05:22下载
- 积分:1
-
jiaohushiduomoxing
本程序为交互式多模型算法,提供IMM跟踪功能(the procedures for the interactive multi-model algorithm, IMM tracking function)
- 2007-03-01 17:16:25下载
- 积分:1
-
dwmusic
本程序为多维面阵的波达方位估计的程序,用于面阵俯仰角方位角定向(DOA DOA estimation procedures for multi-dimensional planar array of procedures for the azimuth orientation of the pitch angle of the plane array)
- 2012-08-31 20:01:03下载
- 积分:1
-
MadgwickAHRS
在matlab环境中将陀螺仪加速度计以及磁传感器数据转为四元数的脚本。(The script will change accelerometers and gyroscopes magnetic sensor data into a quaternion In the matlab environment.)
- 2013-10-01 16:55:01下载
- 积分:1
-
AD9352
Wimax /Wibro on the analog module and data sheet to the worki
- 2013-04-22 00:20:03下载
- 积分: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
-
Dynamic_PSO_Code
pso matlab code, function for the PSO ALGORITHM
USAGES: 1.) [fxmin, xmin, Swarm, history] = PSO(psoOptions)
2.) [fxmin, xmin, Swarm, history] = PSO
3.) fxmin = PSO(psoOptions)
3.) PSO
etc.
- 2012-01-27 17:58:42下载
- 积分:1
-
ChineseLDPCGeneratorMatix_0_4
Source code to Generate Parity check matrix for 0.4 Code Rate for chinese Standard.
- 2013-01-12 18:34:45下载
- 积分:1
-
cepstrum-analysis
matlab 的关于到谱分析算法的程序,对于初学者有一定的帮助,易于学习到谱分析算法。(Matlab about spectrum analysis algorithm procedures for beginners have certain help, easy to learn spectrum analysis algorithm.
)
- 2011-05-22 16:13:20下载
- 积分:1
-
pri_divide
有序样品的最优分割程序。本程序优点在于分类齐全,使用方便、直观。供大家学习参考。(ordered the optimal sample segmentation procedures. The classification process is complete advantages, easy to use, intuitive. We reference for the study.)
- 2007-05-12 21:33:47下载
- 积分:1