-
Convolution
用于<数字信号处理及MATLAB实现>的卷积(For " digital signal processing and MATLAB implementation" of the convolution)
- 2010-01-13 19:54:26下载
- 积分:1
-
MATLAB_-7-Programming-Fundamentals
本资料仅供MATLAB 学习者及相关技术人员研究参考使用(This information is for MATLAB and related technical staff of the learner reference)
- 2011-06-19 21:34:20下载
- 积分:1
-
OFDMsynchronization
OFDM系统同步仿真的一个经典算法,避免SC算法产生的平台(OFDM system simulation of a classic synchronization algorithm, to avoid SC algorithms platform)
- 2009-03-11 15:29:58下载
- 积分:1
-
FDI
Function direct I Filter
Call:
[Y,Zf]=FDI(B,A,X,Zi)
Parameters A(N), B(M), X(L)and Y(L) as in FILTER.
Input Parameters:
Zi(max(N,M)-1,2): Conditions iniciales.
Zi(:,1): from zeros.
Zi(:,2): from polos.
Output Parameters:
Zf(max(N,M)-1,2): final conditions.
Zf(:,1): from zeros.
Zf(:,2): from polos.
- 2009-10-05 19:00:29下载
- 积分:1
-
MATLAB语音信号分析与合成(第二版)宋知用_例程
说明: MATLAB语音信号分析与合成(第二版)宋知用_例程(MATLAB Speech Signal Analysis and Composition (Second Edition) Song Zhiyu Routine)
- 2021-04-12 11:28:57下载
- 积分: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
-
matlab-make-gif
用matlab实现多幅静态图片合成gif动态图片特效(matlab make gif)
- 2021-04-14 08:28:55下载
- 积分:1
-
tecdemo
GPS TEC计算MATLAB代码,来自东京大学TOMOJI教授(GPS TEC calculation of MATLAB code, from the University of Tokyo professor TOMOJI)
- 2010-11-27 18:27:13下载
- 积分:1
-
tsp2matlab
说明: 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,我用该程序只能优化到810左右,应该是陷入局部最优,但我不知问题出在什么地方。请用过蚁群算法的高手指教。
蚁群算法的matlab源码,同时请指出为何不能优化到已知的最好解(The program attempts to have 31 cities of the VRP is solved, the optimal solution is known as 784.1, I use the program can only be optimized to about 810, should fall into local optimum, but I do not know where the problem is. Please teach master ant colony algorithm used. Ant colony matlab source, also please explain why not optimize the best solution to a known)
- 2010-04-27 20:09:43下载
- 积分:1
-
Basic-functions
Basic Continuous and Discrete Time functions
- 2012-05-02 21:06:35下载
- 积分:1