-
lsb
lsb的基于图像的信息隐藏,水印嵌入和信息的提取(lsb Information Hiding)
- 2009-05-13 17:57:37下载
- 积分: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
-
dipole_example
用MATLAB对偶极子天线仿真,得出S曲线图(Dipole antenna with MATLAB for simulation, draw S curve)
- 2009-09-08 11:28:04下载
- 积分:1
-
nlayerEfficiencies
计算米氏散射专业程序。做散射等必须的算法.欢迎下载使用(Mie scattering calculations professional procedures. The algorithm must be scattering. Welcome to download)
- 2010-10-05 10:55:10下载
- 积分:1
-
2psk
可以仿真出2PSK的误码性能,并以此为基础可以仿真出MPSK的误码性能(2PSK can simulate the error performance, and on this basis can be simulated BER performance of MPSK)
- 2010-11-17 12:48:51下载
- 积分:1
-
Trne
说明: 嵌入式轨道检测仪在客运专线的应用Track detector embedded in the Passenger Dedicated Line(Track detector embedded in the Passenger Dedicated Line)
- 2011-03-25 19:13:54下载
- 积分:1
-
RF_positive_q
基于内容的图像检索程序 实现图像的检索 图像处理 图像特征提取 图像检索 (Content-based image retrieval to extract image retrieval program for image retrieval of image processing image features)
- 2014-02-15 21:44:39下载
- 积分:1
-
huiseguanlian
灰色关联度分析程序,在数学建模中经常会用到,已调试成功。(Grey Correlation Analysis program, often used mathematical modeling has been successful debugging.)
- 2015-07-03 14:49:30下载
- 积分:1
-
LP
说明: 设计FIR低通滤波器机器性能比较,并作图,共三张(FIE low-pass filter design machines performance comparison)
- 2011-04-22 10:11:32下载
- 积分:1
-
Flickermeter-
The voltage fluctuation and the flicker are taken as an important index to judge the power quality in
IEC6100-3-7 of the EMC standard and GB12326-2000.
- 2012-03-22 15:54:13下载
- 积分:1