-
harjiaodianjiance
说明: 用MATLAB实现Harris图像的边缘检测(Harris,MATLAB)
- 2010-03-16 16:39:47下载
- 积分: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
-
FFTPROCESS
说明: FFT处理FMCW雷达信号,获得距离以及多普勒,角度信息(FFT processes FMCW radar signal to obtain range, Doppler and angle information)
- 2021-04-27 23:48:44下载
- 积分:1
-
FaceeyeetectionEy
实现对眼睛的识别,以及实现多帧图像的连续跟踪。用matlab实现,里面有测试图片。(To achieve recognition of the eyes, as well as the realization of multi-frame images of continuous tracking. Using matlab to achieve, there are test images.)
- 2009-01-06 23:15:54下载
- 积分:1
-
moshishibie
基于最小二乘支持向量机的模式识别,特征向量为滚动轴承的能量百分比和峭度系数(Pattern recognition based on least squares support vector machine (SVM), the percentage of energy eigenvector for rolling bearing and kurtosis coefficient)
- 2015-04-22 15:18:32下载
- 积分:1
-
wavekit.ps
out coding audio using help
- 2009-04-23 17:45:27下载
- 积分:1
-
Matlab-FunctionsModified
matlab functions matlab functions matlab functions
- 2010-12-21 15:47:36下载
- 积分:1
-
mobile
无线信道ARMA仿真,用Matlab进行编程 仿真 并与AR模型进行比较(A module with wireless path simulationbased on ARMA )
- 2012-05-05 18:36:38下载
- 积分:1
-
CQCjiasudu
CQC法计算等效风荷载和风振系数的程序~~~~~~~~~~~(CQC method to calculate the equivalent wind load and wind load factors program)
- 2020-12-01 22:09:26下载
- 积分:1
-
digraph
用于统计任一英文文档中26个字母的统计频率,得到频率矩阵(Second, it fuses the features of the first singular value component and the second one, and then gets the complex feature vectors which reflect not only the statistic frequency but also the sequential structure of letters. In the end, the cosine similarity of texts is used to measure the similarity between the query and documents.)
- 2010-03-07 13:13:05下载
- 积分:1