-
cpofdm
基于子空间的盲信道估计算法,用的是奇异值的分解(Subspace-based blind channel estimation algorithm, using a singular value decomposition)
- 2008-07-27 11:56:00下载
- 积分:1
-
Xu-ly-anh
3D images, image processing so cool
- 2011-02-08 18:01:25下载
- 积分:1
-
HW3
a cart and pole. The inverted pendulum is a classic problem in dynamics and control theory and is widely used as a benchmark for testing control algorithms. In this report
- 2012-12-30 17:02:19下载
- 积分:1
-
CCRXLS
vc调用matlab dll 读xls内容(vc call the matlab dll reading xls content)
- 2013-04-08 21:25:30下载
- 积分:1
-
FastICA11
先对三幅图像进行混合,然后采用FASTICA算法混合图像进行盲分离(First three images mixed, then FASTICA algorithm mixed image blind separation)
- 2012-10-27 16:06:29下载
- 积分:1
-
FFT-spectrum-analyzer
数字信号分析,用matlab你建立一个具有界面的频谱分析仪(make a FFT spectrum analyzer using the GUI of matlab and tells some basic knowledge of the spectrum analyze of a signal.)
- 2014-01-17 11:18:09下载
- 积分:1
-
matlab2
Matlab学习资料,电子教案,数学建模运用(Matlab learning materials, electronic lesson plans, the use of mathematical modeling)
- 2011-09-11 09:13:12下载
- 积分:1
-
Final_Face_recog
Face recognition using L1 norm minimization 1.0 :Read the following paper for details of the algorithm - Robust Face Recognition via Sparse Representation by John Wright, Arvind Ganesh, and Yi Ma , Coordinated Science Laboratory, University of Illinois at Urbana-Champaign and Allen Yang, Electrical Engineering and Computer Science, University of California Berkeley.
- 2013-10-03 21:58:46下载
- 积分:1
-
Image-processing-Gonzales
Gonzales的书数字图像处理matlab版的 源代码(matlab codes of image processing by Gonzalez)
- 2013-11-06 13:06:12下载
- 积分: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