-
ezwmatlab
使用Matlab写的EZW算法,里面有实例
(ezw algorithm, there are examples)
- 2015-09-28 19:51:02下载
- 积分:1
-
[matlab]altificialbeecolonyalgorithm
人工蜂群算法的matlab源代码,共有两个版本,原作者版和改进版。
(Artificial Bee Colony (ABC)algorithm matlab source code, there are two versions, the original author version and an improved version.
Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees. )
- 2020-11-17 18:29:41下载
- 积分:1
-
water_spread
digital watermarking using matlab.
- 2014-11-11 12:59:45下载
- 积分: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
-
m-k
说明: m-k趋势检验,做时序趋势变化的方法的源代码(M-k trend test, the source code of the method of temporal trend change)
- 2020-04-28 22:46:47下载
- 积分:1
-
SRMatlab
说明: 随机共振的MATLAB源程序,运用龙哥库塔算法进行的仿真
(sr based on matlab using the longewan function to simulate
)
- 2010-03-23 13:40:20下载
- 积分:1
-
LDPC_pr
一个很完整的LDPC程序,计算速度比较快,可实现多种速率的LDPC编码(a nice LDPC programm )
- 2010-06-01 16:07:55下载
- 积分:1
-
tchfsvoise
gsm tch/fs语音信道传送接收过程仿真,包括外编码卷积码交织过程,仿真得到语音信号的误码率曲线。(gsm/fs voice transmission channel receiver process simulation, including the encoding process convolutional codes are intertwined, Simulation is the voice signal BER curves.)
- 2007-04-13 23:12:46下载
- 积分:1
-
PF2
粒子滤波的基本算法,源自N.J.Gordon的1993年的论文(It s the basic algorism of particle filter, extracting from the paper of N.J.Gordon in 1993)
- 2011-09-02 17:22:48下载
- 积分:1
-
image1
说明: 《精通matlab7》书中的绘图程序,二维、三维、特殊图形的绘制(" Proficient matlab7" book drawing program, two-dimensional, three-dimensional, special graphics rendering)
- 2010-04-15 15:05:56下载
- 积分:1