-
times10_m
自己编写的matlab中编辑个人模块的S-函数方法,通过这个模块可以实现输入信号变为原来的10倍(Imagecut.rar matlab edit personal module function method of S- this module can be realized by the input signal into a 10 times
)
- 2011-06-03 16:46:34下载
- 积分:1
-
cantera-2.0.2.tar
cantera2.02
国外经典化学反应计算开源程序Cantera,基于MATLAB(cantera2.02 foreign classic chemical reaction open source Cantera, based on MATLAB)
- 2013-03-29 20:32:01下载
- 积分:1
-
Modal_Analysis
用于结构振动模态分析,可用于简单分析一些多自由度结构的频率等(Modal analysis for structural vibration can be used for simple analysis of the structure of a number of multi-frequency degrees of freedom)
- 2010-09-15 13:59:21下载
- 积分: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
-
paperkid
计算机仿真 报童问题的matlab实现,对于不同的分布情况,最优值的计算(Newsboy problem of computer simulation matlab to achieve, for different distribution of the calculated optimal value)
- 2009-05-23 11:58:03下载
- 积分:1
-
fft
混沌时间序列算法中进行FFT变换程序,求解平均周期及功率谱。(Chaotic time series algorithm the FFT transform procedure for solving the average cycle power spectrum.)
- 2012-09-17 11:05:27下载
- 积分:1
-
Copy-of-tpcompression
algo pour la compression JPEG des images
- 2012-05-07 19:51:25下载
- 积分:1
-
RegionGrowingCy
好用地 matlab 区域增长算法,先输入比较范围,再输入种子点数目,然后就是手动选取种子点了 ,好运哦!(good land Matlab regional growth algorithm, importing more scope to import seed spots, Then, they manually select seed, good luck!)
- 2007-05-27 10:46:30下载
- 积分:1
-
Bernstein
Bernstein基函数的matlab代码(failed to translate)
- 2011-10-06 00:52:20下载
- 积分:1
-
MIMO_OFDM_Wireless_Communications_with_MATLAB
a very good book for the beginer design system
- 2011-11-08 06:42:56下载
- 积分:1