-
100matlabexamples
MATLAB的一些例程,很好很实用。一百例(MATLAB some routines, good practical. 100 cases)
- 2007-12-20 16:05:11下载
- 积分: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
-
PID
使用matlab设计PID控制器消除系统静态速度误差的方法,主要使用等幅振荡法,并通过WORD给出了传递函数。(PID controller design using matlab static speed error elimination systems approach, the main use of the oscillation amplitude France, and through the WORD gives the transfer function.)
- 2013-10-29 20:54:26下载
- 积分:1
-
spectrummusic
this la simulation in DOA and Comunication
- 2010-06-08 17:24:52下载
- 积分:1
-
yasuochuli
实现雷达点目标在距离向和方位向的压缩处理(Radar point target in the distance and direction to the compression to)
- 2021-04-28 09:58:44下载
- 积分:1
-
matlab-
赶紧开了个借口的时间看了附件是德国获得客户(Quickly opened a time to read the attachment is an excuse to get customers in Germany)
- 2011-05-03 18:24:59下载
- 积分:1
-
approximation
该程序的作用用于产生正交多项式.该压缩包内含有多个M文件,其中Approximation.m文件为主要的函数文件,它会调用其他的函数文件.该函数提供了和Matlab自身提供的函数一样的条用方式.(The role of the program used to generate orthogonal polynomials. The package contains a number of M documents, including documents Approximation.m function as the main document, it will call a function of other documents. The Matlab function provided and provide their own be a function with the same way.)
- 2009-04-28 16:41:21下载
- 积分:1
-
Bayessiandecisiontask
使用MATLAB编程,采用贝叶斯分类方法实现的一个具体程序实例,已调试成功(Using the MATLAB programming, the use of Bayesian classification to achieve a specific application instance, has been successful commissioning)
- 2010-12-03 10:04:19下载
- 积分:1
-
dft_idft
basic sicrete fourier transform
- 2011-02-04 23:43:23下载
- 积分:1
-
zigzag.pdf
matlab DCT zigzag function
- 2013-01-03 18:26:39下载
- 积分:1