-
ctrllab3.1
《matlab实例》有关ctrllab3.1方面的实例源码,希望对大家有帮助。(" Matlab example of" about ctrllab3.1 Examples source code, we want to help.)
- 2010-05-19 19:54:17下载
- 积分:1
-
JPEG_CODING
gives a rough jpeg based coding routine that enables the user to convert and compress any image into jpeg format
- 2010-02-13 13:48:56下载
- 积分:1
-
EXP
说明: M文件编写的BP神经网络例子,有学习和识别的功能(M document prepared by the example of BP neural network, learn and identify the function)
- 2010-03-18 18:59:21下载
- 积分:1
-
MATLAB神经网络原理与实例分析
MATLAB神经网络原理与实例分析, 有大量的关于神经网络的实例,如BP神经网络,rbf神经网络,前馈神经网络等等.(The thesis and example analysis about neural networks. There are many example in this file, for example BP neural networks, neural networks, forward feedback neural network and so on. So, it is valuable to learn the neural networks for beginner. If you have any question, you can keep contact with me by e-mail.)
- 2020-12-14 20:19:13下载
- 积分:1
-
2
说明: 文章详细介绍了在OFDM系统中基于导频或训练序列的信道估计方法(Article described in detail in the OFDM system based on pilot or training sequence channel estimation methods)
- 2008-07-31 10:21:50下载
- 积分:1
-
Watermarking
using LSB method for putting ke text file in an image
- 2014-12-13 01:45:48下载
- 积分:1
-
BeginnerDemo
antenna related matlab code
- 2014-12-13 13:27:55下载
- 积分: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
-
StevenStablePoint
说明: 两个关于数值分析的matlab代码,十分有用(2 matlab code on Numerical Analysis, very useful)
- 2010-04-16 17:02:04下载
- 积分:1
-
MATLAB_Simulink_tutorial
matlab simulink tutorial.
- 2012-04-26 23:27:13下载
- 积分:1