搜索资源列表
notch_filter
- 陷波滤波器(notch filter)算法说明和设计过程,并给出了MATLAB的实现。一个非常好的例程,经过了仔细测试!-Notch Filter (notch filter) algorithm descr iption and design process, given the realization of MATLAB. A very good routines, after careful testing!
analytic-hierarchy-process
- matlab编写的层次结构算法,将一个复杂矩阵分解为多个准则,得到多指标的若干层次,通过定性指标模糊量化方法算出单排序(权数)和总排序。-hierarchy algorithm, Matlab written in a complex matrix is decomposed into a number of criteria, multiple indicators at several levels to calculate the single-sort (we
SFLA_Func01
- 这是一个改进的SFLA(混合蛙跳算法),使用MATLAB 实现,代码简单并且实用,欢迎下载。-This is an improved the SFLA (shuffled frog leaping algorithm), using MATLAB to achieve, the code is simple and practical, welcome to download.
Sort-Algorithm-Code-(matlab)
- 四大经典排序算法代码(matlab) 选择排序、插入排序、冒泡排序、合并排序-Four Classical Sort Algorithm Code (matlab) SelectSort、InsertSort、BubbleSort、MergeSort
GrTheory
- 多种图论算法的matlab实现 例如:% ntest=1 - grBase求有向图的基 % ntest=2 - grCoBase求有向图的逆基 % ntest=3 - grCoCycleBasis求连通图的基本割集 % ntest=4 - grColEdge图的边着色(边染色) % ntest=5 - grColVer图的点着色(节点染色)(% grBase - find all bases of digraph; % grCoBase - find all contrabases