-
aa
说明: 利用离散hopfield网络对图像进行去噪滤波,复原出效果较好的结果,要求初始存储的图像至少10幅以上,编程实现(Network using discrete hopfield image denoising filter, a better recovery result, the initial stored image requires at least 10 or more, programming)
- 2011-02-22 17:56:53下载
- 积分: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
-
80211simulator
802.11b and g simulator.
- 2010-06-08 18:09:53下载
- 积分:1
-
fir
This code is to generate FIR filter
- 2010-02-09 07:57:42下载
- 积分:1
-
FTCS_implicit
Advanced Numerical Methods FTCS implicit
- 2011-11-05 16:38:47下载
- 积分:1
-
fenli
实现多个混合信号的盲源分离!程序简单、易懂!适合初学者学习!(Multiple mixed-signal blind source separation! The program is simple, easy to understand! Suitable for beginners to learn!)
- 2021-01-29 09:48:39下载
- 积分:1
-
OFDM
说明: 对OFDM(正交频分复用)的调制和解调过程的仿真(On OFDM (Orthogonal Frequency Division Multiplexing) modulation and demodulation process simulation)
- 2011-02-24 10:13:30下载
- 积分:1
-
redresseur
model of a three phase rectifier taking into account the current
- 2012-05-18 21:42:52下载
- 积分:1
-
Data-Warehousing
What is a data warehouse?
Data warehouse architecture
From data warehousing to data mining
- 2015-01-08 13:13:48下载
- 积分:1
-
work
基于JADE算法的Matlab数字水印技术(Based on the the JADE algorithm of Matlab digital watermarking technology)
- 2013-05-01 11:27:09下载
- 积分:1