-
rwt
DWT小波变换源码
离散小波变换
我用过了,还不错(Wavelet Transform DWT Discrete Wavelet Transform source I used, and also a good)
- 2008-06-06 11:39:13下载
- 积分:1
-
Frequency-Based-Template-Matching
I have solved the frequency based Template matching problem through matlab with success rate of 100
- 2011-01-26 07:37:50下载
- 积分:1
-
houghcircle
ellipse hough detection matlab
- 2010-06-05 03:44:51下载
- 积分:1
-
isca_rou_sur2
说明: 对于一个散射面进行重构,并计算出了散射场的值(reconstucting a scattering surface and calculate the value of the scattering)
- 2010-04-12 12:10:38下载
- 积分:1
-
nezamabadi-pour2006
Edge detection using ant algorithms
- 2014-12-04 20:17:20下载
- 积分:1
-
TD-SCDMA_sync-dl
TD-SCDMA小区搜索最为关键的sync-dl码同步的确定过程,即搜索DwPTS(TD-SCDMA cell search the most critical sync-dl Code Synchronization in the process of determining that the search DwPTS)
- 2010-06-28 23:29:36下载
- 积分:1
-
cskmeans
基于向量内积的相似性K-means聚类算法(Based on vector similarity of inner product K- means clustering algorithm)
- 2010-07-04 10:27:37下载
- 积分:1
-
3D2Dvectorfieldplottervectline
vectline "vector field line plotter"
Depending on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field line.(vectline "vector field line plotter" Depe nding on the dimension of coordinate axis, vectline can plot both 3D and 2D vector field lin e.)
- 2006-12-14 21:43:00下载
- 积分:1
-
svc
说明: 电力系统无功补偿和谐波抑制matlab仿真程序
请大家多多指教(reactive power compensation and harmonic suppression Matlab simulation program please exhibitions)
- 2005-09-06 20:35:54下载
- 积分: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