-
minimum
matlab code for minimum energy point at particular
vdd suply this is contour code.
- 2013-10-26 20:30:36下载
- 积分:1
-
DIGITAL-CHAOTIC-COMMUNICATIONS
DIGITAL CHAOTIC COMMUNICATIONS IT USE CHAOTIC SIGNALS AS A CARRIER
- 2013-12-22 04:51:47下载
- 积分:1
-
Gabor
人脸检测的程序,效果不错!内附用法说明,调用一张图片,将现实出人脸的边缘。(code for facedetection,the performance is nice!
usage:
I=double(imread c:Datagirl1.jpg ))
detect_face(I)
The function will display the bounding box if a face is found.
)
- 2010-12-23 16:24:29下载
- 积分: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
-
wigner
伪wigner分布,强大好用。修改输入和输出就能很快地使用。(Pseudo wigner distribution, a powerful easy to use. Modify the input and output can be quickly used.)
- 2013-09-21 21:05:57下载
- 积分:1
-
matlab-np-solve
各类实现np问题的matlab算法,本人做4年数学建模累积的,内有蚁群,bintlp,弗洛伊德,kruskal等等程序(Np problem matlab realize all kinds of algorithms, mathematical modeling I did four years of accumulation, there colony, bintlp, Freud, kruskal etc. Program)
- 2013-09-21 09:32:21下载
- 积分:1
-
matlabExtraction-of-video-frames
matlab提取视频帧重而的到想要的关键字或字符(matlabExtraction of video frames)
- 2021-03-09 13:19:27下载
- 积分:1
-
TSP
A Traveling Salesmen Problem
- 2010-08-17 15:53:08下载
- 积分:1
-
registr_MI_rigid
互信息图像配准,采用matlab实现,主要用于多模医学图像(mutual information image registration using Matlab to achieve, mainly for the Multi-Modal Medical Image)
- 2006-12-04 21:12:11下载
- 积分:1
-
Full_bridge_DC_DC_BIPOLARnikhil
full bridge DC-DC bipolar conveter matlab simulink file
- 2011-05-23 17:53:06下载
- 积分:1