-
hanshubijin
用随机方法逼近sin函数的matlab的源程序()
- 2007-10-24 16:08:12下载
- 积分:1
-
PICTURE
用matlab来实现各种滤波,如频域低通滤波,理想低通,巴特沃斯等。(Using matlab to achieve a variety of filters, such as frequency-domain low-pass filter,an ideal low-pass Butterworth and so on.)
- 2014-09-24 15:01:04下载
- 积分:1
-
power_piline
surg voltage in matlab
- 2013-07-18 18:19:42下载
- 积分:1
-
IHS
intensity hue saturation
- 2011-05-08 05:25:12下载
- 积分:1
-
MATLAB
关于信道容量及误码率,里面M文件较多,大家自己去看看吧(On channel capacity and error rate, which M file more, we go and see their own)
- 2010-05-13 19:38:55下载
- 积分:1
-
exa030903
离散付里叶补零算法,以及2D汉明窗的离散付里叶算法(discrete Fourier-zero algorithm, and 2D Hamming window of discrete Fourier algorithm)
- 2006-10-09 17:04:24下载
- 积分:1
-
cSharp-GUIP-instrument-panel
c# GUI+ 多种仪表盘,很难找的仪表盘,也很实用(c# GUI+ variety of dashboard, it is difficult to find the instrument panel, but also very practical)
- 2013-10-03 20:47:01下载
- 积分:1
-
Pendulum
Comparison of Nonlinear and Linearized Single Pendulum
with ode
differences in s-t and period
evaluate the linearization(Comparison of Nonlinear and Linearized Single Pendulum
with ode
differences in s-t and period)
- 2013-09-26 12:16:37下载
- 积分: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
-
Erlan B Capacity
说明: Erlang B code, calculates system capacity against specific communication channels and user intensity.
- 2019-03-26 12:58:15下载
- 积分:1