-
double_pwm_inverter
双极性pwm控制技术逆变器,采用pwm技术对逆变器进行控制实现逆变功能(pwm nibianqi)
- 2010-07-11 14:06:03下载
- 积分:1
-
adaptive-MIMO-antenna
adaptive MIMO helpful hints
- 2009-05-07 10:22:09下载
- 积分:1
-
MATLAB_Toolbox
Matlab toolbox for data analysis
- 2012-08-14 14:04:57下载
- 积分:1
-
NOISE
source code contains information about noise removal medical images using different algotithms like inteeligent water drop algorithm, median filter and wavelet filters denoising. this source code has all parameter analysis like psnr,epi
- 2014-12-02 15:02:49下载
- 积分:1
-
right_single_SONAH_test
基于单点声源的最优统计算法仿真模拟确定声压幅值。(Based on the single point sound source statistical optimal algorithm simulation to determine the pressure magnitude.)
- 2011-12-23 11:19:50下载
- 积分:1
-
Elm_KElm
Elm和KernelElm算法matlab实现,带有详细注释,并且提供了UCI数据集多个数据库供测试(Elm and Kelm algorithm, with detailed notes, and provides multiple UCI data set for testing)
- 2021-04-24 09:48:47下载
- 积分:1
-
RMS
原始肌肉电信号实现加噪声,频谱分析,积分肌电值求解(Muscle to achieve the original signal plus noise, spectral analysis, solving the integral EMG)
- 2010-11-18 20:58:55下载
- 积分:1
-
matlab
切削力分析切削力分析切削力分析切削力分析(cutting forcecutting forcecutting force)
- 2010-06-01 09:16:17下载
- 积分:1
-
3
说明: Optimization Example
- 2011-12-01 21:55:08下载
- 积分:1
-
ACTSP
实现了蚁群算法求解TSP问题。注释详细
function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
-------------------------------------------------------------------------
主要符号说明
C n个城市的坐标,n×2的矩阵
NC_max最大迭代次数
m蚂蚁个数
Alpha表征信息素重要程度的参数
Beta表征启发式因子重要程度的参数
Rho信息素蒸发系数
Q信息素增加强度系数
R_best各代最佳路线
L_best各代最佳路线的长度
=========================================================================
(Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1