-
fsatica
fastica的混合语音分离,研究生论文。(fastica mixed voice separation, post-graduate dissertations.)
- 2009-05-02 12:04:43下载
- 积分:1
-
Fisher
实现了fisher线性分类器的功能,源码使用matlab编程,通俗易懂(Realize the fisher linear classifier functions, source code using matlab programming, user-friendly)
- 2007-08-31 09:36:22下载
- 积分:1
-
水声信道中的稳健均衡算法 Robust-Equalization
水声信道中的稳健均衡算法,包括算法的理论分析,仿真及实验结果(robust equalization algorithm for UWA channels, with experimental results)
- 2016-03-25 17:26:58下载
- 积分:1
-
pca(2)
PCA MATLAB 实现人脸识别的程序
(PCA MATLAB realize face recognition process)
- 2008-07-29 21:43:30下载
- 积分:1
-
CDMA例子的MATLAB代码(Q函数可能有问题)
说明: CDMA的Matlab例程,为研究莱斯K因子影响提供一个平台,仅供参考(CDMA Matlab routines, to study factors affecting K Rice provided a platform for reference)
- 2005-12-12 10:31:20下载
- 积分:1
-
模糊PID控制算法C语言代码
模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)
- 2020-11-29 16:29:28下载
- 积分:1
-
KPLLI
the program based on particle filter for a new algorithm, Integrated Bayesian MCMC Model Selection MONTE CARLO that Ma Erkefu chain algorithm, which can be used for target tracking, multi-target tracking, and video tracking
- 2010-10-19 01:22:25下载
- 积分:1
-
系统辨识源码
说明: 系统辨识与参数估计源代码。可以对一个未知模型做出估计。(system identification and parameter estimation source code. Can a model to estimate the unknown.)
- 2005-12-06 10:08:54下载
- 积分:1
-
ellipse
This function used for calculate ellipse point to draw.
- 2013-11-04 18:06:51下载
- 积分: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