-
DWT
对音频信号进行DWT变换,可嵌入水印信息(DWT transform audio signals can be embedded watermark)
- 2010-09-02 14:09:03下载
- 积分:1
-
makeRFSfilters
RFS filter bank, by zisserman and group
- 2009-12-12 15:47:08下载
- 积分:1
-
Fisher
说明: 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值(Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function is well done, that is, w = Sw ' (m1- m2), where: Sw of the total within-class scatter matrices, m1, m2, the mean value for the two pattern class)
- 2010-03-19 11:27:22下载
- 积分:1
-
scenario
un document Word qui décrit le scénario
d un jeu fleuriste
- 2014-11-24 08:40:33下载
- 积分:1
-
program
this program tell about the ofdm reception
- 2012-03-30 13:33:25下载
- 积分:1
-
pcgames_DotA_im_3.80
sift匹配程序在matlab环境下的实现,包括特征提取与匹配(the sift match program realization in Matlab environment, including feature extraction and matching)
- 2012-04-02 13:19:06下载
- 积分:1
-
xiaobofenxi
小波分析与应用基础 张国华 matlab的许多应用技术及代码(Wavelet analysis and application of basic Zhang Guohua matlab many applications and code)
- 2013-05-05 17:22:16下载
- 积分:1
-
choosestar
选星程序
用于天文导航选取恒星用于导航,适用于火星探测等等(the program for choose star )
- 2020-09-29 15:57:46下载
- 积分:1
-
3d_Astar--
An optimized 3d Astar Path planner was uploaded.
- 2021-02-03 00:59:59下载
- 积分: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