-
Matlab2010PSOAlgo
Variable Neiborhood PSO Algorithm
- 2010-07-09 16:31:15下载
- 积分:1
-
ge
说明: 这是遗传算法的工具箱,在MATLAB中才能运行(This is the genetic algorithm toolbox, can be run in MATLAB)
- 2009-04-01 20:10:51下载
- 积分:1
-
waveletbox
File is from the wavelet toolboxs, decomposes an image with wavelet transform.
- 2011-12-09 09:27:28下载
- 积分:1
-
1
说明: 利用Matlab和SPSS软件实现聚类分析.运用Matlab中的一些基本矩阵计算方法,通过自己编程实现聚类算法(Matlab and SPSS software using cluster analysis. The use of Matlab, some of the fundamental matrix method, clustering algorithms, through their own programming)
- 2010-09-26 13:28:49下载
- 积分:1
-
gatoolboxpowersystem
matlab program for GA use in artificial intelligent in power system toolbox
- 2011-05-29 03:28:37下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
PVbingwangxitong
MATLAB/Simulink环境下搭建的光伏并网系统模型、、P/Q控制、、(MATLAB/Simulink environment to build a grid connected photovoltaic system model, P/Q control,,)
- 2016-05-25 11:05:48下载
- 积分:1
-
radar-systems
雷达系统建模与仿真:回波波形、中放后波形、I/Q相干检波后波形、脉压后波形、MTI对消后波形、相参积累后波形、取模后波形、cfar后波形。(Modeling and simulation of radar systems: echo waveform, put after the waveform, the I/Q coherent the inspection Bo Houbo shaped pulse pressure after the waveform, the MTI elimination waveforms, coherent waveform modulo waveform after waveform cfar.)
- 2012-04-27 16:41:23下载
- 积分:1
-
shuangjixingguilingma
基于双极性归零码源代码,此代码很简单,希望对你们有用,谢谢!(Based on the dual polarity zero source code, this code is very simple, want is helpful for you, thank you
)
- 2012-06-13 23:30:40下载
- 积分:1
-
PSO---Multiple
File with compression factor of the particle swarm algorithm, the weight to improve particle swarm optimization, adaptive weighting method, the random weighting method, particle swarm optimization variable learning factor, learning factor of asynchronous change, the second-order particle swarm optimization, second-order oscillating particle swarm algorithm, chaotic particle swarm optimization, hybrid particle swarm optimization, hybrid particle swarm optimization, simulated annealing algorithm
- 2013-12-10 05:36:21下载
- 积分:1