搜索资源列表
cengcifa.rar
- 用于层次分析法的一致性验证,及顺便求矩阵的最大特征值特征向量。,Analytic hierarchy process for the verification of consistency, and the way for the largest eigenvalue matrix eigenvectors.
wtc-r12
- 交互小波分析及其一致性分析,用于分析两个相关的时间序列之间存在的相互关系及一致性。-Cross-wavelet analysis and consistency analysis for the analysis of time series between the two related to the relationship between the existence and consistency.
anp
- NP是美国匹兹堡大学的T.L.Saaty 教授于1996年提出了一种适应非独立的递阶层次结构的决策方法,它是在网络分析法(AHP)基础上发展而形成的一种新的实用决策方法。其关键步骤有以下几个: 1 确定因素,并建立网络层和控制层模型。 2 创建比较矩阵。 3 按照指标类型针对每列进行规范化。 4 求出每个比较矩阵的最大特征值和对应的特征向量。 5 一致性检验。如果不满足,则调整相应的比较矩阵中的元素。 6 将各个特征向量单位化(归一化)
APPLICATIONOFMATLABSOFTWAREINTHECALCULATIONFORTHEO
- 本文介绍了开放腔的基本原理和数学计算软件MATLAB。从四种基本腔体 模型出发,给出了用MATLAB设计开放腔高频参数计算软件的一般过程和方法, 并开发了开放腔计算分析软件。利用这一软件对四种不同类型开放腔进行了数 值计算分析,并将结果与实验测试和其他文献的计算结果进行了比较。结果表 明,本文的分析计算结果与实验以及文献[1]的分析计算结果有较好的一致性, 而本文提供的用MATLAB进行开放腔高频参数计算的方法简单易用、方便可靠、 计算效率高,是工程设计分析的一种快捷实用的手段。-This ar
kalmanfilter_example
- 自己写的一段kalman滤波,非常基础,加入了一致性分析-Himself wrote a kalman filter, very basic, joined the consistency analysis
Analysis-of--wire-antennas
- 首先扼要地阐述矩量法分析天线的一般概念和基本思想,然后分别采用几种不同的积 分方程对线天线进行矩量法分析,并与解析计算结果进行比较,两者的一致性说明了计算结果的正确性。-First, a brief moment method analysis of antennas described the general concepts and basic ideas, and then were used for several different line of antenna integral
ahp
- 层次分析法matlab实现,输入判断矩阵,计算权向量并做一致性校验-Level analysis matlab, enter a judgment matrix, and calculate the weight vector and a consistency check
yizhixingjianyan
- 用于在层次分析法中matlab对判断矩阵进行一致性检验-For matlab judgment matrix consistency test in the Analytic Hierarchy Process
coherence
- 对同步采集的同一动作模式下的脑电和信号和肌电信号进行一致性分析-Analysis the coherence between EEG and EMG
cengci
- 层次分析法,建立层次结构模型是十分关键的一步。现给出一些判断矩阵(方案层判断矩阵和转一层判断矩阵),编程以实现权值的计算和一致性检验-AHP, hierarchy model is a very critical step. Now given judgment matrix (matrix and turn the program layer to determine a layer of judgment matrix), and programming in order to achiev
AHP
- 层次分析法!改进的判断矩阵一致性检验 进行矩阵一致性度量的方法主要有两种,一种是由T.L.Saaty提出的一致性比率法C.R.(Consistency Ratio)[13]。还有一种是由Crawford与Williams提出的基于行几何平均法(Row Geometric Mean Method)的几何一致性指标GCI(Geometric Consistency Index)[14]。我们采用的是第一种方法:一致性比率法(C.R.)。-The analytic hierarchy process!
cengcifenxifa
- 层次分析法程序,判断矩阵的一致性是否符合-AHP program, whether the consistency of judgment matrix
AHPSolver
- 层析分析法模型,能实现评价权重的确定,并进行一致性检验-AHP-Analytic Hierarchy Process
AHP-MATLAB
- AHP层次分析算法的MATLAB源文件。包括三个部分,一个主函数脚本文件,输入判断矩阵,两个函数文件分别实现求最大特征根、特征向量及一致性检验。-AHP AHP algorithm MATLAB source file. Consists of three parts, a main function of the scr ipt file, enter judgment matrix, two function files are seeking to achieve maximum eige
testmain1
- 通过利用层次分析法求解打分矩阵,了解一致性检验过程,以及如何用层次分析法求解权重值-By using Analytic Hierarchy Process scoring matrix, consistency understand the inspection process, and how to solve the AHP weights
层次分析法代码
- 此程序使用了层次分析法来定权重,并计算了一致性(This program use the analytic hierarchy process to determine the weights and calculates the consistency)
固定系统一致性
- 一致性分析,多智能体网络的一致性。。。。。。(Consistency analysis and modeling of multi-agent networks to achieve leaderless simulation)
层次分析
- 层次分析法matlab实现 clc,clear fid=fopen('txt3.txt','r'); n1=6;n2=3; a=[]; for i=1:n1 tmp=str2num(fgetl(fid)); a=[a;tmp]; %读准则层判断矩阵 end for i=1:n1 str1=char(['b',int2str(i),'=[];']); str2=char(['b',int2str(i),'=[b',in
AHP_check
- 该程序用于检验层次分析法中判断矩阵的一致性,并给出检验报告,编码方式为GBK(This code is used to check the conformity of the judge matrix of AHP method.)
层次分析matlab源代码_输入正反矩阵_输出权向量
- 可以直接运行,根据提示输入正反矩阵,就可以输出权向量和一致性检验结果