-
xiaobofenjiechonggou
文章涉及了小波一维小波分解和重构的MATLAB程序,程序相当有借鉴意义。(Articles related to the wavelet one-dimensional wavelet decomposition and reconstruction of MATLAB program, the program quite a reference.)
- 2010-06-13 11:02:25下载
- 积分:1
-
Vision-based-object-identification-and-tracking-f
Vision based object identification and tracking for mobile robot visual servo control
- 2013-01-01 14:06:56下载
- 积分:1
-
27f1b9e4aa29
压缩感知的几种重构算法比较的源代码 有OMP CoSaMP SP等 现有算法包括的比较全(Several compressed sensing reconstruction algorithm to compare the source code has OMP CoSaMP SP comparison of other existing algorithms, including full-)
- 2011-05-06 21:07:28下载
- 积分:1
-
return_fitted_best_Nakagami
输入:样本序列
输出:一个具有最佳拟合的Nakagami(return fitted best Nakagami)
- 2011-12-29 17:05:02下载
- 积分:1
-
最短路径
对于一个顶点数为N的有向网路图,我们可以通过前面所提到的单源最短路径算法执行N次来获得每一对顶点间的最短路径。这种方法的时间复杂度为O(N*N*N)。如果网络中有负权值的边,则需要使用前面提到的单源最短路径算法之Bellman—Floyd算法。总之,总可以通过单源最短路径来求得每对顶点间的最短路径。这里我就不再用程序实现上述方法,下面介绍Floyd解决这一问题的另一种算法,它形式简单,利于理解,而且时间复杂度同样为O(N*N*N)。
Floyd算法是根据给定有向网络的邻接矩阵dist[n][n]来求顶点vi到顶点vj的最短路径。这一算法的基本思想是:假设vi和vj之间存在一条路径,但这并不一定是最短路径,试着在vi和vj之间增加一个中间顶点vk。 若增加vk后的路径(vi, vk, vj) 比(vi, vj)短,则以新的路径代替原路径,并且修改dist[i][j]的值为新路径的权值;若增加vk后的路径比(vi, vj)更长,则维持dist[i][j]不变。然后在修改后的dist矩阵中,另选一个顶点作为中间顶点,重复以上的操作,直到除vi和vj顶点的其余顶点都做过中间顶点为止
。
- 2022-07-01 10:56:00下载
- 积分:1
-
emd_program
emd算法程序,希望对大家有所帮助(emd algorithm procedures, we hope to help )
- 2006-10-22 21:23:38下载
- 积分:1
-
kafangcanshuguji
总体X服从非中心卡方分布,求两个参数的极大似然估计
输入:样本数据
输出:参数估计值n,v
内有详细说明(Overall X obey non-central chi-square distribution, find the two parameters MLE)
- 2013-10-08 10:01:31下载
- 积分:1
-
ELSA_v0.1.tgz
This package contains the code for the Enhanced Local Subspace Affinity (ELSA)
with Enhanced Model Selection (EMS+) and number of motions estimation
based on the eigenvalue spectrum of the Symmetric Normalized Laplacian matrix.
- 2013-12-07 05:31:52下载
- 积分:1
-
求旅行时
This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the License, or
% (at your option) any later version.
%
% This program is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-06 18:19:33下载
- 积分:1
-
SpectrumAnalyzer
根据语音频谱分析和频谱图显示的原理与算法,用MATLAB实现一种可在PC机上实现的信号频谱分析与频谱图伪彩色映射显示的方法。(According to voice spectrum analysis and spectrum diagram shows the principle and algorithm, using MATLAB to achieve a realization of machines in the PC spectrum of the signal frequency spectrum analysis and pseudo-color map display method.)
- 2009-04-25 23:12:33下载
- 积分:1