-
segyread
在MATLAB中将seg-y格式的读入,并可以进行SEG-Y与asc2的转换以及加地震道头等操作(Seg-y in the MATLAB format will be read, and can SEG-Y and asc2 the conversion and operation of additional seismic top)
- 2020-10-03 10:57:40下载
- 积分:1
-
IEEEMatlab
MATLAB:A Tool for Algorithms Development and
System Analysis
- 2010-11-19 15:59:57下载
- 积分:1
-
sharp
说明: 用matlab语言实现图像的锐化算法,效果很好,可以参数值设置不同可得到不同的锐化效果(Matlab language used to achieve image sharpening algorithm, well, you can set different parameter values can be different sharpening effect)
- 2008-11-25 19:17:01下载
- 积分:1
-
matlab_3_updata
使用matlab中快速傅里叶变换fft实现滤波(The use of the MATLAB FFT FFT filter)
- 2012-04-27 20:29:52下载
- 积分:1
-
DSB-SC-simulink
Double side band-suppressed carrier (DSB-SC)simulation on simulnik-matlab.
- 2013-11-17 02:22:44下载
- 积分:1
-
2010-matlab-3
2010 数学建模大赛 赛前matlab培训3(Mathematical modeling knowledge and experience 2010.zip)
- 2013-11-11 23:22:52下载
- 积分: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
-
UnitCommitment
Unit commitment with programming
- 2010-07-12 01:43:03下载
- 积分:1
-
tabu
tabu search for resolving the problem of 8 queen in chess table.
- 2011-05-05 05:35:53下载
- 积分:1
-
DV-Hop
这是一个用MATLAB程序编写的DV-Hop源程序(this is a resource which is used to calculate the DV-Hop)
- 2011-07-05 11:40:47下载
- 积分:1