-
Learning1
learning matlab to use it properly
- 2009-11-05 14:35:12下载
- 积分:1
-
matlab_and_com_programming
我写的简明MATLAB与VC++混合编程例子,附有说明文档(I wrote a simple MATLAB and Visual C++ programming examples with documentation)
- 2007-01-22 14:14:15下载
- 积分: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
-
fieling
有小波分析的盲信号处理,代码里有很完整的注释和解释,基于matlab GUI界面设计。( There Wavelet Analysis Blind Signal Processing, Code, there are very complete notes and explanations Based on matlab GUI interface design.)
- 2016-08-17 19:28:36下载
- 积分:1
-
Hand-Written-Pattern-Recognition-System
it is most usefull project for students
which are the programmers
- 2015-02-07 22:02:51下载
- 积分:1
-
8050
三极管8050的管脚图和参数Transistor 8050 and parameters of the pin map(Transistor 8050 and parameters of the pin map,Transistor 8050 and parameters of the pin map)
- 2009-05-09 21:46:12下载
- 积分:1
-
ofdma3
orthogonal frequncy dma
- 2011-01-30 22:17:38下载
- 积分:1
-
MATLAB
本代码是基于Bell-Se jnowshi ICA算法的独立元素分析matlab代码。(The matlab code forindependent component analysis is based Bell-Se jnowshi ICA algorithm )
- 2014-11-10 19:22:07下载
- 积分:1
-
matlab-book
MATLAB学习书籍,从入门到精通,绝对实用(study book)
- 2013-11-01 11:11:36下载
- 积分:1
-
MwArray
matlab与visual C++混编中mwArray与Mat之间相互转换(The translation between mwArray and Mat.)
- 2015-04-10 15:41:12下载
- 积分:1