搜索资源列表
最大相位系统和最小相位系统的模拟
- 这个程序模拟了最大相位系统和最小相位系统,并分析其频谱-the simulation phase of the largest systems and minimum phase systems, and analyzing its spectrum
最大似然方法的DOA估计
- 此算法为基于最大似然方法的DOA估计 是区别于子空间类的DOA算法 但需要多维搜索 计算量较大
变色龙算法将互连性和近似性都大的簇合并
- 变色龙算法将互连性和近似性都大的簇合并 可以发现高质量的任意形状的簇
最大似然法的matlab代码
- 关于mimo的最大似然仿真。
最大似然估计分类算法的matlab实现
- 最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。,Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.
ARMA 模型最大似然估计MATLAB例程
- ARMA 模型最大似然估计MATLAB例程,ARMA model maximum likelihood estimation
大林算法计算机控制系统设计
- 大林算法计算机控制系统设计,根据对象设计控制器,并用Simulink仿真,分析系统输出。,Dalin algorithm computer control system design, according to the design of the controller object, and Simulink simulation, analysis of system output.
Chaos-Toolbox-Ver.2.0.rar
- matlab混沌工具箱,包括C_C方法,wolf计算最大Lyapunov指数法等,不同于陆振波的,本工具箱中的函数均可见,完全免费版本,Chaos matlab toolbox, including C_C methods, wolf calculate the largest Lyapunov exponent method, etc., unlike the陆振波, the toolbox function are visible, completely free version
MAP. Matlab程序实现了MAP算法-最大后验概率算法
- 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。,The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution deco
最小费用最大流算法通用Matlab程序
- 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 % 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 % 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 % 确定,如此多次迭代,最终得到最小费用最大流.,Basic ideas: to each arc on the unit cost of traffic as some length, with Floyd for the most shor
otsu.rar
- 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值,This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold
ML.rar
- 该算法是经典的信噪比估计算法——最大似然估计算法,利用接收信道的先验概率密度函数,ML法能够很好的估计信号的信噪比,The algorithm is a classic signal to noise ratio estimation algorithm- maximum likelihood estimation algorithm, using the a priori receiver channel probability density function, ML method can
实现基于最大Lyapunov指数的预测方法
- 编写程序,实现基于最大Lyapunov指数的预测方法,Programming, the largest Lyapunov index based on the prediction method
基于大津法的MATLAB图像分割程序
- 基于大津法的MATLAB图像分割程序,Otsu-based image segmentation method of the MATLAB program based on MATLAB law Otsu image segmentation procedure
cengcifa.rar
- 用于层次分析法的一致性验证,及顺便求矩阵的最大特征值特征向量。,Analytic hierarchy process for the verification of consistency, and the way for the largest eigenvalue matrix eigenvectors.
最大似然法分类
- 实现最大似然分类,一段用于学习的代码 也许会有用吧(Maximum likelihood classification)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
数模竞赛中常用的十大算法讲义
- 十大算法讲义,对于matlab使用者非常有用(Ten big algorithm Lecture Notes)
最大二分配法
- 如果G的边集E(G)中有个子集M,满足M中的任何两条边 都不邻接,则M就是图G的一个匹配。包含边数最多的匹配 称为最大匹配,最大匹配所包含的边数称为最大匹配数。当 G是二分图时,问题就比较特殊了,这就是我们要解决 的问题——最大二分匹配。(If there is a subset M in the edge set E (G) of G, if any two edges in M are not adjacent, then M is a match of graph G. The match
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值