-
shortestpath
输入节点个数和路径权重可得到任意两点之间的最短路径,放在Muti_Cost矩阵中(Input node number and weight of available paths the shortest path between any two points, on Muti_Cost matrix)
- 2010-06-25 02:17:58下载
- 积分:1
-
MATLAB
这是自己做的MATLAB基本实验,希望对初学者有用(This is the basic MATLAB to do their own experiments, I hope be useful for beginners)
- 2010-06-26 10:17:10下载
- 积分:1
-
SA
说明: Matlab code for simulation of Simulated Annuling
- 2014-08-08 20:35:35下载
- 积分:1
-
Guass_Newton
高斯牛顿函数的最优化算法matlab源程序。。。(Function by the Gauss-Newton optimization algorithm matlab source code)
- 2013-02-25 14:36:14下载
- 积分:1
-
ACO_for_TSP
使用蚁群算法进行TSP问题的求解,画出了初始城市分布,蚁群算法求得的路线图。(Using the Ant Colony Algorithm to solve the problem of Traveling Salesman Path.The initial distribution of the cities is presented.And the path for the salesman can be seen clearly from the figure.)
- 2013-12-09 11:35:12下载
- 积分:1
-
gaijinmuxic
对DOA算法中的MUSIC算法进行了改进,使其对DOA的估计更准确,(Algorithm for DOA MUSIC algorithm has been improved to make it more accurate estimates for DOA,)
- 2013-11-13 10:38:59下载
- 积分:1
-
Amod-and-demod
Amplitude modulation and demodulation study
- 2015-03-01 23:16:24下载
- 积分:1
-
GA-TSP
说明: GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。(GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.)
- 2010-03-26 16:34:47下载
- 积分:1
-
SQPM
用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题(Hesse matrix based on Lagrange function with the SQP method for solving constrained optimization problems)
- 2011-09-06 13:12:43下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1