-
cellularnetwork
说明: 蜂窝网仿真,在高斯白噪声干扰信道下,小区复用因子,没有考虑共道干扰的情况(simulation of cellular network under AWGN condition)
- 2010-04-04 08:46:05下载
- 积分:1
-
DigitalFilter
说明: 滤波器设计的目的是对信号进行数据序列的频率变换,去掉其中我们不需要的频率成分,用数字滤波器课实现语音信号去噪(Filter is designed to sequence the signal frequency of the data transformation, which we do not need to remove frequency components, with digital filter class voice signal denoising)
- 2010-04-21 17:01:22下载
- 积分:1
-
001
具有分布荷载的超静定梁分析,这是一个非常典型的例子。(Analysis of statically indeterminate beam with distributed load。)
- 2014-02-12 15:16:22下载
- 积分:1
-
SA-algorithem-forVRP
使用matlab进行模拟退火算法编例,解决车辆路径最优化问题。(vrp with use of SA)
- 2014-09-28 09:33:20下载
- 积分:1
-
RayleighDistrib
绘制风频的瑞利分布图,风速区间取在0~30m/s。(Draw up the wind frequency of the Rayleigh distribution,Wind speed range in 0 ~ 30 m/s.)
- 2013-12-13 13:42:05下载
- 积分:1
-
异步电机基础仿真
异步电机矢量控制仿真,包含各种基础矢量控制仿真,包含速度环,电流环,励磁环等。(Asynchronous motor vector control simulation, including a variety of basic vector control simulation, including speed loop, current loop, excitation ring, etc.)
- 2020-10-21 16:07:23下载
- 积分:1
-
LMS1
改进的自适应均衡算法,收敛性和稳定性较好,除噪效果明显(The improved adaptive equalization algorithm has better convergence and stability, and the effect of noise removal is obvious)
- 2017-04-27 16:50:45下载
- 积分:1
-
PV-model
Photo Voltaic model System
- 2014-12-22 23:30:43下载
- 积分:1
-
vectorcontrol
三相异步电机调速仿真模型,包含变频调速、矢量控制,串电阻调速模型等(Three-phase induction motor simulation , including the Frequency Control, vector control, speed control model series resistor)
- 2009-03-01 21:23:51下载
- 积分: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