-
数字图像处理Matlab编程
要实现相应功能的操作,需要在输入框内输入正确的表达式。举例如下: 画直线:x1=20,y1=15,x2=150,y2=100 画圆:x=100,y=100,r=20 画椭圆:x=100,y=100,r=20,a=16,b=9 旋转:x=30(度数),ax=100,ay=90 锐化:x=80">
- 2005-06-04 09:16:56下载
- 积分:1
-
fun_wvd
维格纳-威尔分布实用程序,仅供参考,用于学习交流(Wigner-Will Distribution)
- 2013-10-21 10:18:33下载
- 积分: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
-
SKMsmo
基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能,这是在SVM的基础上改进的一个更好的SKM(Support Kernel Machine)Package.(kernel-based learning methods SVM (Support Vector Machine) are good the classification performance, This is the SVM improved on the basis of a better SKM (Support Kernel Machi ne) Package.)
- 2020-09-25 14:37:47下载
- 积分:1
-
clusterWSN
All five matlab file relate to the cluster structure of wireless sensor network. LEACH, BCDCP, ERP, HEED and so on are very helpful to do the simulation.
- 2014-11-09 06:33:16下载
- 积分:1
-
3898238942894zhiwen
基于matlab的指纹库识别,指纹识别(matlab)源代码。(Matlab-based fingerprint database recognition, fingerprint recognition matlab source code.)
- 2020-11-02 11:39:54下载
- 积分:1
-
sobel
边缘检测算子 sobel检测算子 matlab源码(sobel matlab 源码)
- 2010-05-24 18:48:44下载
- 积分:1
-
drawingbandgap_3
一个用来进行频谱分析的程序,可以根据记录的信号序列的富氏变换来求得本征频率值(used for a spectrum analysis procedures, can record the signal sequence of Fourier transform to obtain the frequency of levy)
- 2007-04-10 18:23:09下载
- 积分:1
-
Binary_FSK
matlab code code for binary modulation in fsk
- 2012-09-04 03:02:46下载
- 积分:1
-
模糊自适应PID控制建模
关于模糊PID的仿真以及与普通PID的结果比较(Simulation comparison of fuzzy PID)
- 2020-09-07 15:58:10下载
- 积分:1