-
clustring
clustring(Density-Based Spatial Clustering of Applications with Noise) is a data clustering algorithm proposed by Martin Ester, Hans-Peter Kriegel, Jö rg Sander and Xiaowei Xu in 1996.[1] It is a density-based clustering algorithm because it finds a number of clusters starting from the estimated density distribution of corresponding nodes. DBSCAN is one of the most common clustering algorithms and also most cited in scientific literature.
- 2011-04-20 16:01:57下载
- 积分:1
-
discreate-Forier-Transemation
Matlab中进行二维离散傅立叶变换,并显示频谱图的方法。(two version discreate Forier Transemation baced on MATLAB)
- 2011-10-06 15:33:30下载
- 积分:1
-
VE
说明: 用于描述交通流的元胞模型,能很好的仿真模拟(Used to describe the traffic flow cell model can be a good simulation)
- 2013-11-16 16:49:37下载
- 积分:1
-
final_proj1
adaptive huffman coding and decoding in matlab..
- 2010-07-04 17:29:14下载
- 积分:1
-
jiexiangguan_LMS_multi_input
基于LMS算法对相关信号的波达角方向估计,基于32单元线阵(LMS algorithm based on the relevant signals in the direction of arrival angle estimation, based on the 32-cell linear array)
- 2009-07-10 11:25:47下载
- 积分: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
-
gray_histogram_equalization_matlab_source_graphics
matlab灰度图形直方图均衡化源程序gray histogram equalization matlab source graphics(gray histogram equalization matlab source graphic gray histogram equalization matlab source graphics)
- 2010-08-02 08:53:07下载
- 积分:1
-
STBCmainTest
说明: stbc编码程序(参考, 希望上传交流)(stbc coding procedures (reference, upload exchange))
- 2006-05-14 17:59:41下载
- 积分:1
-
SVM
用matlab的核函数对钓鱼岛实现分类(模式识别作业)(Kernel function using matlab realize the Diaoyu Islands classification (pattern recognition operations))
- 2013-07-09 10:41:15下载
- 积分:1
-
UWB-corrsyn
解决IR-UWB通信系统信号捕获和同步。该方法基于导频序列。接收机使用与导频脉冲序列相匹配的相关滤波器。(To solve the IR-UWB communication system signal acquisition and synchronization. The method is based on the pilot sequence. The receiver uses correlation filter pulse sequence matching with the pilot.)
- 2015-04-16 21:35:27下载
- 积分:1